atomix
atomix copied to clipboard
No sound on iOS using the test.c code
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?
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.