testsurround: Add surround sound channel tester

This commit is contained in:
Cameron Gutman
2021-10-29 01:11:59 -05:00
committed by Sam Lantinga
parent 27369b3e40
commit cd66c050fe
7 changed files with 430 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ add_executable(checkkeys checkkeys.c)
add_executable(checkkeysthreads checkkeysthreads.c)
add_executable(loopwave loopwave.c)
add_executable(loopwavequeue loopwavequeue.c)
add_executable(testsurround testsurround.c)
add_executable(testresample testresample.c)
add_executable(testaudioinfo testaudioinfo.c)