为什么iOS SDK 6中的kAUVoiceIOProperty_VoiceProcessingQuality标记为“已弃用”?

时间:2013-01-06 17:34:28

标签: ios core-audio audiounit echo-cancellation

来自AudioUnitProperties.h

 @constant      kAUVoiceIOProperty_VoiceProcessingQuality
 @discussion        Scope: Global
                    Value Type: UInt32
                    Access: read/write
                DEPRECATED. Sets the quality of the voice processing unit. Quality values
                are comprised between 0 (lowest) and 127 (highest).

任何想法是什么原因弃用了这个以及是否有什么新东西可以替换它?

1 个答案:

答案 0 :(得分:0)

如果您阅读有关此设置的技术说明(https://developer.apple.com/library/ios/qa/qa1683/_index.html),则会讨论为较低功率设备使用较低值设置。

我认为这已被弃用,因为此时iOS支持的所有设备都足以处理高质量设置,无需降低价值。