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
34672dbb
Kaydet (Commit)
34672dbb
authored
Nis 11, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove over-active replace-string turds.
üst
eb909469
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
22 deletions
+22
-22
libal.tex
Doc/lib/libal.tex
+11
-11
libal.tex
Doc/libal.tex
+11
-11
No files found.
Doc/lib/libal.tex
Dosyayı görüntüle @
34672dbb
...
...
@@ -111,52 +111,52 @@ methods:
\begin{methoddesc}
[audio port]
{
closeport
}{}
Close the port.
\end{methoddesc}
[audio port]
\end{methoddesc}
\begin{methoddesc}
[audio port]
{
getfd
}{}
Return the file descriptor as an int.
\end{methoddesc}
[audio port]
\end{methoddesc}
\begin{methoddesc}
[audio port]
{
getfilled
}{}
Return the number of filled samples.
\end{methoddesc}
[audio port]
\end{methoddesc}
\begin{methoddesc}
[audio port]
{
getfillable
}{}
Return the number of fillable samples.
\end{methoddesc}
[audio port]
\end{methoddesc}
\begin{methoddesc}
[audio port]
{
readsamps
}{
nsamples
}
Read a number of samples from the queue, blocking if necessary.
Return the data as a string containing the raw data, (e.g., 2 bytes per
sample in big-endian byte order (high byte, low byte) if you have set
the sample width to 2 bytes).
\end{methoddesc}
[audio port]
\end{methoddesc}
\begin{methoddesc}
[audio port]
{
writesamps
}{
samples
}
Write samples into the queue, blocking if necessary. The samples are
encoded as described for the
\method
{
readsamps()
}
return value.
\end{methoddesc}
[audio port]
\end{methoddesc}
\begin{methoddesc}
[audio port]
{
getfillpoint
}{}
Return the `fill point'.
\end{methoddesc}
[audio port]
\end{methoddesc}
\begin{methoddesc}
[audio port]
{
setfillpoint
}{
fillpoint
}
Set the `fill point'.
\end{methoddesc}
[audio port]
\end{methoddesc}
\begin{methoddesc}
[audio port]
{
getconfig
}{}
Return a configuration object containing the current configuration of
the port.
\end{methoddesc}
[audio port]
\end{methoddesc}
\begin{methoddesc}
[audio port]
{
setconfig
}{
config
}
Set the configuration from the argument, a configuration object.
\end{methoddesc}
[audio port]
\end{methoddesc}
\begin{methoddesc}
[audio port]
{
getstatus
}{
list
}
Get status information on last error.
\end{methoddesc}
[audio port]
\end{methoddesc}
\section
{
Standard Module
\module
{
AL
}}
...
...
Doc/libal.tex
Dosyayı görüntüle @
34672dbb
...
...
@@ -111,52 +111,52 @@ methods:
\begin{methoddesc}
[audio port]
{
closeport
}{}
Close the port.
\end{methoddesc}
[audio port]
\end{methoddesc}
\begin{methoddesc}
[audio port]
{
getfd
}{}
Return the file descriptor as an int.
\end{methoddesc}
[audio port]
\end{methoddesc}
\begin{methoddesc}
[audio port]
{
getfilled
}{}
Return the number of filled samples.
\end{methoddesc}
[audio port]
\end{methoddesc}
\begin{methoddesc}
[audio port]
{
getfillable
}{}
Return the number of fillable samples.
\end{methoddesc}
[audio port]
\end{methoddesc}
\begin{methoddesc}
[audio port]
{
readsamps
}{
nsamples
}
Read a number of samples from the queue, blocking if necessary.
Return the data as a string containing the raw data, (e.g., 2 bytes per
sample in big-endian byte order (high byte, low byte) if you have set
the sample width to 2 bytes).
\end{methoddesc}
[audio port]
\end{methoddesc}
\begin{methoddesc}
[audio port]
{
writesamps
}{
samples
}
Write samples into the queue, blocking if necessary. The samples are
encoded as described for the
\method
{
readsamps()
}
return value.
\end{methoddesc}
[audio port]
\end{methoddesc}
\begin{methoddesc}
[audio port]
{
getfillpoint
}{}
Return the `fill point'.
\end{methoddesc}
[audio port]
\end{methoddesc}
\begin{methoddesc}
[audio port]
{
setfillpoint
}{
fillpoint
}
Set the `fill point'.
\end{methoddesc}
[audio port]
\end{methoddesc}
\begin{methoddesc}
[audio port]
{
getconfig
}{}
Return a configuration object containing the current configuration of
the port.
\end{methoddesc}
[audio port]
\end{methoddesc}
\begin{methoddesc}
[audio port]
{
setconfig
}{
config
}
Set the configuration from the argument, a configuration object.
\end{methoddesc}
[audio port]
\end{methoddesc}
\begin{methoddesc}
[audio port]
{
getstatus
}{
list
}
Get status information on last error.
\end{methoddesc}
[audio port]
\end{methoddesc}
\section
{
Standard Module
\module
{
AL
}}
...
...
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