1

から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).

これを非推奨にする理由は何ですか?それを置き換える新しいものがある場合はどうなりますか?

4

1 に答える 1

0

この設定に関するテクニカル ノート ( https://developer.apple.com/library/ios/qa/qa1683/_index.html ) を読むと、低電力のデバイスに低い値の設定を使用することが説明されています。

この時点で、iOS がサポートするすべてのデバイスが高品質の設定を処理するのに十分強力になり、値を下げる必要がなくなったため、これは非推奨になったと思います。

于 2013-09-11T05:28:34.500 に答える