【发布时间】:2021-07-23 11:07:11
【问题描述】:
函数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
*/
这句话是什么意思?
“如果设置为 None,则 Oboe 将不会进行采样率转换。但如果您指定采样率,底层 API 可能仍会进行采样率转换”
如果我设置SampleRateConversionQuality = None ,采样率仍然可以被双簧管修改吗?
如果是,什么情况会导致这种情况发生?
【问题讨论】:
标签: oboe