mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
9 lines
200 B
Markdown
9 lines
200 B
Markdown
Building
|
|
========
|
|
Build and run from "_build" directory. Example:
|
|
|
|
gcc ../test_deviceio.c -o bin/test_deviceio
|
|
./bin/test_deviceio
|
|
|
|
Output files will be placed in the "res/output" folder.
|