coolcoder613eb
coolcoder613eb
I would like to be able to test though, and I don't have a mac. I do have an ios device though, and I can borrow a mac from someone,...
how hard would it be to write a simple wrapper for each platforms sound API? On Thu, 29 Dec 2022 at 20:31, David Bruce ***@***.***> wrote: > I would like...
an API like ```python foo = Sound('foo.mp3') foo.play() ```
or ```python foo.play_anync() ``` and ```python foo.pause() # pause foo.play_ansync() # continue foo.stop() ```
Could you point me to an example/dummy backend?
should I start with [toga-dummy](https://github.com/beeware/toga/tree/main/dummy)?
Briefcase does not seem to work on Haiku because of psutil.
My bindings are now more complete, see https://discuss.haiku-os.org/t/haiku-pyapi-python-bindings-for-the-haiku-api/14001 and https://discuss.haiku-os.org/t/haiku-pyapi-app-feed-aggregator-feedgator/14392. Do you see any obstacles in the API to creating a toga backend for it?
The BeAPI is pervasively multithreaded, and a lot of BMessages are being passed around, handling events is done by overriding the MessageReceived function of BApplication or BWindow...
I'm just asking, is there anything about that architecture that would make it overly hard to write a backend?