atomix icon indicating copy to clipboard operation
atomix copied to clipboard

No sound on iOS using the test.c code

Open machine-mind opened this issue 5 years ago • 1 comments

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?

machine-mind avatar Mar 11 '19 13:03 machine-mind

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.

BareRose avatar Jun 07 '19 05:06 BareRose