Files
miniaudio/examples
David Reid 008cb41617 API CHANGE: Reorder parameters for some APIs.
The APIs that have changed are those that take an output pointer and an
input count in the format of "some_read_function(handle, pBuf, count)".

The updated APIs include:
  * mal_decoder_read_pcm_frames()
  * mal_pcm_converter_read()

Some APIs are scheduled to be replaced in a future version so I have
decided not to replace this at this time since it will be a waste of
time to do so.
2019-02-25 18:15:00 +10:00
..
2018-04-29 17:21:26 +10:00
2018-06-30 19:28:58 +10:00
2018-04-29 17:25:31 +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
./mal_build_examples_linux

Then you can run executables like this:

../bin/simple_playback my_sound.wav