Files
miniaudio/tests/README.md
T
2020-03-07 10:10:45 +10:00

9 lines
261 B
Markdown

Building
========
Build and run from "_build" directory. Example:
gcc ../test_deviceio/ma_test_deviceio.c -o bin/test_deviceio -Wall -Wextra -Wpedantic -ldl -lm -lpthread
./bin/test_deviceio
Output files will be placed in the "res/output" folder.