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
1801aad5
Kaydet (Commit)
1801aad5
authored
Nis 03, 1997
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use MacOS.string_id_to_buffer for id() to buffer address hack
üst
4240b610
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Audio_mac.py
Mac/Lib/Audio_mac.py
+2
-1
No files found.
Mac/Lib/Audio_mac.py
Dosyayı görüntüle @
1801aad5
...
@@ -42,6 +42,7 @@ class Play_Audio_mac:
...
@@ -42,6 +42,7 @@ class Play_Audio_mac:
import
time
import
time
from
Sound
import
*
from
Sound
import
*
import
struct
import
struct
import
MacOS
if
not
self
.
_chan
:
if
not
self
.
_chan
:
import
Snd
import
Snd
self
.
_chan
=
Snd
.
SndNewChannel
(
5
,
0
,
self
.
_callback
)
self
.
_chan
=
Snd
.
SndNewChannel
(
5
,
0
,
self
.
_callback
)
...
@@ -56,7 +57,7 @@ class Play_Audio_mac:
...
@@ -56,7 +57,7 @@ class Play_Audio_mac:
import
audioop
import
audioop
data
=
audioop
.
add
(
data
,
'
\x80
'
*
len
(
data
),
1
)
data
=
audioop
.
add
(
data
,
'
\x80
'
*
len
(
data
),
1
)
h1
=
struct
.
pack
(
'llhhllbbl'
,
h1
=
struct
.
pack
(
'llhhllbbl'
,
id
(
data
)
+
12
,
id
(
data
)
+
MacOS
.
string_id_to_data
,
self
.
_nchannels
,
self
.
_nchannels
,
self
.
_outrate
,
0
,
self
.
_outrate
,
0
,
0
,
0
,
...
...
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