Sound streaming and playing #3746
-
|
Greetings everyone. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Support for audio devices is something that we'd like to add, but there is no cross platform "toga.Sound" or similar at present. I haven't tried using miniaudio specifically - but the question of whether miniaudio is available for use is the same for any third party project - it depends whether the package has a binary component; and if it does, if binary wheels have been published for your platform and Python version of choice. In this case, miniaudio does have a binary component, and the supplemental repository that Briefcase uses to provide Android wheels contains miniaudio wheels. However, I don't know if the Android version of the library contains full audio playback capability, or if it's limited to audio manipulation functions. |
Beta Was this translation helpful? Give feedback.
-
|
I am currently performing a test to see if Miniaudio's playback functions would work on android. Thank you for your answer. |
Beta Was this translation helpful? Give feedback.
Support for audio devices is something that we'd like to add, but there is no cross platform "toga.Sound" or similar at present.
I haven't tried using miniaudio specifically - but the question of whether miniaudio is available for use is the same for any third party project - it depends whether the package has a binary component; and if it does, if binary wheels have been published for your platform and Python version of choice.
In this case, miniaudio does have a binary component, and the supplemental repository that Briefcase uses to provide Android wheels contains miniaudio wheels. However, I don't know if the Android version of the library contains full audio playback capability, or i…