Tagged Questions
0
votes
1answer
161 views
Kivy: Sound starts to play, but is 'unstoppable' on Android, but on Windows it works
I got a series of ToggleButtons in kivy, with each loaded a different soundfile.
When i try my Code in Windows, everything works as expected, but on Android via the Kivy Launcher, the sound doesn't ...
0
votes
1answer
135 views
Kivy: SoundLoader and loading multiple files, but not 'double-load'
I want to load multiple soundfiles (*.ogg) in kivy via the SoundLoader module. The files are from 300kB to 700kB big.
What happens is: The first couple files get loaded, then it skips the remaining ...