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
3e7a697c
Kaydet (Commit)
3e7a697c
authored
Agu 10, 1995
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
temporarily disabled the access statements
üst
0ec31262
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
aifc.py
Lib/aifc.py
+4
-4
No files found.
Lib/aifc.py
Dosyayı görüntüle @
3e7a697c
...
@@ -338,7 +338,7 @@ class Aifc_read:
...
@@ -338,7 +338,7 @@ class Aifc_read:
# _ssnd_chunk -- instantiation of a chunk class for the SSND chunk
# _ssnd_chunk -- instantiation of a chunk class for the SSND chunk
# _framesize -- size of one frame in the file
# _framesize -- size of one frame in the file
access
_file
,
_nchannels
,
_nframes
,
_sampwidth
,
_framerate
,
\
if
0
:
access
_file
,
_nchannels
,
_nframes
,
_sampwidth
,
_framerate
,
\
_comptype
,
_compname
,
_markers
,
_soundpos
,
_version
,
\
_comptype
,
_compname
,
_markers
,
_soundpos
,
_version
,
\
_decomp
,
_comm_chunk_read
,
__aifc
,
_ssnd_seek_needed
,
\
_decomp
,
_comm_chunk_read
,
__aifc
,
_ssnd_seek_needed
,
\
_ssnd_chunk
,
_framesize
:
private
_ssnd_chunk
,
_framesize
:
private
...
@@ -502,7 +502,7 @@ class Aifc_read:
...
@@ -502,7 +502,7 @@ class Aifc_read:
#
#
# Internal methods.
# Internal methods.
#
#
access
*
:
private
if
0
:
access
*
:
private
def
_decomp_data
(
self
,
data
):
def
_decomp_data
(
self
,
data
):
dummy
=
self
.
_decomp
.
SetParam
(
CL
.
FRAME_BUFFER_SIZE
,
dummy
=
self
.
_decomp
.
SetParam
(
CL
.
FRAME_BUFFER_SIZE
,
...
@@ -635,7 +635,7 @@ class Aifc_write:
...
@@ -635,7 +635,7 @@ class Aifc_write:
# _datalength -- the size of the audio samples written to the header
# _datalength -- the size of the audio samples written to the header
# _datawritten -- the size of the audio samples actually written
# _datawritten -- the size of the audio samples actually written
access
_file
,
_comptype
,
_compname
,
_nchannels
,
_sampwidth
,
\
if
0
:
access
_file
,
_comptype
,
_compname
,
_nchannels
,
_sampwidth
,
\
_framerate
,
_nframes
,
_aifc
,
_version
,
_comp
,
\
_framerate
,
_nframes
,
_aifc
,
_version
,
_comp
,
\
_nframeswritten
,
_datalength
,
_datawritten
:
private
_nframeswritten
,
_datalength
,
_datawritten
:
private
...
@@ -829,7 +829,7 @@ class Aifc_write:
...
@@ -829,7 +829,7 @@ class Aifc_write:
#
#
# Internal methods.
# Internal methods.
#
#
access
*
:
private
if
0
:
access
*
:
private
def
_comp_data
(
self
,
data
):
def
_comp_data
(
self
,
data
):
dum
=
self
.
_comp
.
SetParam
(
CL
.
FRAME_BUFFER_SIZE
,
len
(
data
))
dum
=
self
.
_comp
.
SetParam
(
CL
.
FRAME_BUFFER_SIZE
,
len
(
data
))
...
...
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