Hi Paul,
We've started few month ago an extension called AudioStream.
https://github.com/kivy/audiostream
With this extension, you just specify a callback that will generate
bytes data. The data that you'll return will be streamed on the speaker.
It's working on desktop and android only right now.
I got a job on that extension to add the support for filters, microphone
support, and whole iOS support.
So it's gonna to be stabilized :)
It's already usable, just compile it and play with the examples! We even
have a PureData backend.
Mathieu
Le 06/12/2012 18:46, Paul Van Rijn a �crit :
> Any suggestions on how I should do sound generation using Kivy? Bleeps,
> sines, squares, filters, envelopes, etc.
>
> Thanks
>
> --
>
>