Malcolm Smith
Malcolm Smith
There are some workarounds in #2452.
> So, given all this, I can probably commit, at least, to a survey of Toga's current API surface types with the aim to: > > * confirm existing typing...
FYI: it's better to allow the person who posted a comment to decide when to resolve it. > But, none of these events trigger when the system DPI changes. Only...
Thanks; I'm focusing on finishing the next Toga release right now, so it'll be a few days before I have time to look at this.
Thanks for the update. I'm busy on other things at the moment, but I'll hopefully get a chance to look at this within the next couple of weeks. Meanwhile, there's...
If you only need your app to work on Android, then the solution in the StackOverflow link above should work. For desktop platforms, there are already several cross-platform audio packages...
Unfortunately it'll be a few months before we have time to look at this, so you'll have to use the platform-specific APIs for now.
The Android API in the above StackOverflow link is quite simple. I don't know what the corresponding iOS API would be: perhaps @freakboy3742 can suggest one.
You can write such a wrapper yourself if you want, but as I said above, my preference would be not to add a sound API to Toga itself, but to...
Further discussion: #2106. Miniaudio looks like a promising option, and we've already released it for Android, though not tested all of its features.