beeware / ouroboros

A standalone, pure Python implementation of the Python Standard Library.
Other
294 stars 48 forks source link

What's the audio library for BeeWare / What kind of latency is there with audio.py? #31

Closed mavavilj closed 2 years ago

mavavilj commented 2 years ago

What kind of latency is there with audio.py (https://github.com/beeware/ouroboros/blob/master/ouroboros/email/mime/audio.py)?

How does this compare or relate to:

https://developer.android.com/ndk/guides/audio/aaudio/aaudio

freakboy3742 commented 2 years ago

I'm not really sure what question you're asking here. The package you've tagged is an email mime library. It doesn't have "latency" - it's a class for representing audio/* MIMEtypes. So... it doesn't compare to NDK audio libraries at all.

mavavilj commented 2 years ago

Oops, this comes up as first, when writing "beeware audio" to a web search.

So what's meant to be used for (Android) audio in BeeWare?

freakboy3742 commented 2 years ago

At the moment, nothing - we don't provide a cross platform audio API.