Kaydet (Commit) f7d8f454 authored tarafından Jack Jansen's avatar Jack Jansen

Hack to get at string buffer address changed

üst 0db61d16
......@@ -57,7 +57,7 @@ class Play_Audio_mac:
import audioop
data = audioop.add(data, '\x80'*len(data), 1)
h1 = struct.pack('llhhllbbl',
id(data)+MacOS.string_id_to_data,
id(data)+MacOS.string_id_to_buffer,
self._nchannels,
self._outrate, 0,
0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment