google / oboe

Oboe is a C++ library that makes it easy to build high-performance audio apps on Android.
Apache License 2.0
3.72k stars 573 forks source link

Unit Tests: Test no sample rate conversion in TestStreamFrameProcessed #2079

Closed robertwu1 closed 4 months ago

robertwu1 commented 4 months ago

It seems that we were missing some tests where no sample rate conversion is used for sample rates like 8000. This PR adds another param to TestStreamFrameProcessed to help test this case.