功能说明setSampleRateConversionQuality
/**
* Specify the quality of the sample rate converter in Oboe.
*
* If set to None then Oboe will not do sample rate conversion. But the underlying APIs might
* still do sample rate conversion if you specify a sample rate.
* That can prevent you from getting a low latency stream.
*
* If you do the conversion in Oboe then you might still get a low latency stream.
*
* Default is SampleRateConversionQuality::None
*/
这句话是什么意思?
“如果设置为无,则双簧管将不会进行采样率转换。但如果您指定采样率,底层 API 可能仍会进行采样率转换”
如果我设置SampleRateConversionQuality = None
了,采样率仍然可以被双簧管修改吗?
如果是,是什么条件导致这种情况发生?</p>