BareRose / atomix

Portable, single-file, wait-free atomic sound mixing library utilizing SSE-accelerated mixing
Creative Commons Zero v1.0 Universal
89 stars 3 forks source link

No sound on iOS using the test.c code #1

Open machine-mind opened 5 years ago

machine-mind commented 5 years ago

I am trying to use the code form test.c on a iOS device. I can compile and run the code after some void* conversions using the obejcive-c compiler. However I dont hear any sound from the loudspeakers. Any idea where to start looking for a problem?

BareRose commented 5 years ago

I would recommend trying miniaudio's "simple_playback.c" example first to make sure the backend works. Note that miniaudio is simply the new name of mini_al, which is the backend atomix was built for. I'll update atomix's example and the included copy of the backend to the new name soon.