Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
6fb6f10a
Kaydet (Commit)
6fb6f10a
authored
Şub 14, 1997
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added doco for ratecv.
üst
c8504e27
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
libaudioop.tex
Doc/lib/libaudioop.tex
+11
-0
libaudioop.tex
Doc/libaudioop.tex
+11
-0
No files found.
Doc/lib/libaudioop.tex
Dosyayı görüntüle @
6fb6f10a
...
...
@@ -146,6 +146,17 @@ multiplied by the floating-point value \var{factor}. Overflow is
silently ignored.
\end{funcdesc}
\begin{funcdesc}
{
ratecv
}{
fragment
\,
width
\,
nchannels
\,
inrate
\,
outrate
\,
state
\optional
{
\,
weightA
\,
weightB
}}
Convert the frame rate of the input fragment.
\code
{
State
}
is a tuple containing the state of the converter. The
converter returns a tupl
\code
{
(
\var
{
newfragment
}
,
\var
{
newstate
}
)
}
,
and
\var
{
newstate
}
should be passed to the next call of ratecv.
The
\code
{
weightA
}
and
\coden
{
weightB
}
arguments are parameters for a
simple digital filter and default to 1 and 0 respectively.
\end{funcdesc}
\begin{funcdesc}
{
reverse
}{
fragment
\,
width
}
Reverse the samples in a fragment and returns the modified fragment.
\end{funcdesc}
...
...
Doc/libaudioop.tex
Dosyayı görüntüle @
6fb6f10a
...
...
@@ -146,6 +146,17 @@ multiplied by the floating-point value \var{factor}. Overflow is
silently ignored.
\end{funcdesc}
\begin{funcdesc}
{
ratecv
}{
fragment
\,
width
\,
nchannels
\,
inrate
\,
outrate
\,
state
\optional
{
\,
weightA
\,
weightB
}}
Convert the frame rate of the input fragment.
\code
{
State
}
is a tuple containing the state of the converter. The
converter returns a tupl
\code
{
(
\var
{
newfragment
}
,
\var
{
newstate
}
)
}
,
and
\var
{
newstate
}
should be passed to the next call of ratecv.
The
\code
{
weightA
}
and
\coden
{
weightB
}
arguments are parameters for a
simple digital filter and default to 1 and 0 respectively.
\end{funcdesc}
\begin{funcdesc}
{
reverse
}{
fragment
\,
width
}
Reverse the samples in a fragment and returns the modified fragment.
\end{funcdesc}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment