Quefumas / gensound

Pythonic audio processing and generation framework
Apache License 2.0
80 stars 6 forks source link

Sound is choppy on simpleaudio #7

Closed Quefumas closed 3 years ago

Quefumas commented 3 years ago

Can't tell if this issue is because of simpleaudio or gensound. Happens occasionally, doesn't seem dependent on the actual code (can run the same thing twice with different behaviour).

During Audio.mixdown the buffer is built to be contiguous in memory, so in theory this shouldn't happen.

Quefumas commented 3 years ago

Closing this, since 1) the issue doesn't seem like it will be resolved soon, and 2) Gensound now supports other I/O methods.