Files
miniaudio/examples
David Reid f8b635b972 Update backend notes for Emscripten.
Emscripten no longer supports the -std=c* and -ansi compiler flags.
2020-01-14 20:46:31 +10:00
..
2018-04-29 17:21:26 +10:00
2019-05-05 19:03:26 +10:00
2019-03-06 20:55:51 +10:00
2019-10-19 07:46:44 +10:00
2019-05-05 19:03:26 +10:00
2019-10-19 07:46:44 +10:00
2019-05-05 19:03:26 +10:00
2019-05-05 19:03:26 +10:00

To compile these examples, cd into the "build" directory and run the applicable build script. Executables will be placed in the "bin" directory.

cd build
./ma_build_examples_linux

Then you can run executables like this:

../bin/simple_playback my_sound.wav