Files
miniaudio/tests
David Reid 957de48d80 Another potential fix for some full-duplex glitching.
This change makes it so reading and writing is done on the smaller of
the period sizes between capture and playback devices.
2019-02-27 18:18:01 +10:00
..
2018-03-18 21:37:07 +10:00
2018-03-25 13:57:42 +10:00
2019-02-19 20:40:22 +10:00
2019-02-24 20:12:28 +10:00
2018-07-07 09:32:55 +10:00
2018-03-18 21:37:07 +10:00

Building

Build and run these test from this folder. Example:

clear && ./mal_build_tests_linux && ./bin/mal_test_0

These tests load resources from hard coded paths which point to the "res" folder. These paths are based on the assumption that the current directory is where the build files are located.

Emscripten

On Windows, you need to move into this directory and run emsdk_env.bat from a command prompt using an absolute path like "C:\emsdk\emsdk_env.bat". Note that PowerShell doesn't work for me for some reason. Then, run the relevant batch file:

mal_build_tests_emscripten.bat

The output will be placed in the bin folder. If you have output WASM it may not work when running the web page locally. To test you can run with something like this:

emrun bin/mal_test_0_emscripten.html