mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 00:34:03 +02:00
9 lines
274 B
Markdown
9 lines
274 B
Markdown
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 |