mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
Update tests readme.
This commit is contained in:
@@ -2,8 +2,8 @@ Building
|
|||||||
========
|
========
|
||||||
Build and run from this directory. Example:
|
Build and run from this directory. Example:
|
||||||
|
|
||||||
gcc ../test_deviceio/ma_test_deviceio.c -o bin/test_deviceio -ldl -lm -lpthread -Wall -Wextra -Wpedantic -std=c89
|
gcc ../deviceio/deviceio.c -o bin/deviceio -ldl -lm -lpthread -Wall -Wextra -Wpedantic -std=c89
|
||||||
./bin/test_deviceio
|
./bin/deviceio
|
||||||
|
|
||||||
Output files will be placed in the "res/output" folder.
|
Output files will be placed in the "res/output" folder.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user