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
464a218e
Kaydet (Commit)
464a218e
authored
Ara 27, 2012
tarafından
Serhiy Storchaka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #16682: Replace "Python string" to "bytes object" in audioop documentation.
üst
4482b01d
e261055e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
audioop.rst
Doc/library/audioop.rst
+3
-3
No files found.
Doc/library/audioop.rst
Dosyayı görüntüle @
464a218e
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
The :mod:`audioop` module contains some useful operations on sound fragments.
The :mod:`audioop` module contains some useful operations on sound fragments.
It operates on sound fragments consisting of signed integer samples 8, 16 or 32
It operates on sound fragments consisting of signed integer samples 8, 16 or 32
bits wide, stored in
Python string
s. All scalar items are integers, unless
bits wide, stored in
bytes object
s. All scalar items are integers, unless
specified otherwise.
specified otherwise.
.. index::
.. index::
...
@@ -126,7 +126,7 @@ The module defines the following variables and functions:
...
@@ -126,7 +126,7 @@ The module defines the following variables and functions:
.. function:: lin2alaw(fragment, width)
.. function:: lin2alaw(fragment, width)
Convert samples in the audio fragment to a-LAW encoding and return this as a
Convert samples in the audio fragment to a-LAW encoding and return this as a
Python string
. a-LAW is an audio encoding format whereby you get a dynamic
bytes object
. a-LAW is an audio encoding format whereby you get a dynamic
range of about 13 bits using only 8 bit samples. It is used by the Sun audio
range of about 13 bits using only 8 bit samples. It is used by the Sun audio
hardware, among others.
hardware, among others.
...
@@ -151,7 +151,7 @@ The module defines the following variables and functions:
...
@@ -151,7 +151,7 @@ The module defines the following variables and functions:
.. function:: lin2ulaw(fragment, width)
.. function:: lin2ulaw(fragment, width)
Convert samples in the audio fragment to u-LAW encoding and return this as a
Convert samples in the audio fragment to u-LAW encoding and return this as a
Python string
. u-LAW is an audio encoding format whereby you get a dynamic
bytes object
. u-LAW is an audio encoding format whereby you get a dynamic
range of about 14 bits using only 8 bit samples. It is used by the Sun audio
range of about 14 bits using only 8 bit samples. It is used by the Sun audio
hardware, among others.
hardware, among others.
...
...
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