来自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).
任何想法是什么原因弃用了这个以及是否有什么新东西可以替换它?
答案 0 :(得分:0)
如果您阅读有关此设置的技术说明(https://developer.apple.com/library/ios/qa/qa1683/_index.html),则会讨论为较低功率设备使用较低值设置。
我认为这已被弃用,因为此时iOS支持的所有设备都足以处理高质量设置,无需降低价值。