Add test for reading/writing multiple audio formats #704
Labels
easy hacks
The solution is expected to be straightforward even if you are new to the project
help wanted
An important and awaited task but we have no human resources for it yet
sound io
Audio I/O
tests
After merging #660, add a test to test_pump.cpp that is the same as
write_read
, but instead of checking only wav files, it should check all supported formats (mp3, aiff, etc).The new test should:
In other words, the test iterates over all backends, for each backend it iterates over all file formats, and for each such pair of backend+format it performs the same check as implemented in
write_read
test.Doc: https://github.com/roc-streaming/roc-toolkit/blob/develop/docs/sphinx/internals/audio_backends.rst
The text was updated successfully, but these errors were encountered: