Add AVAudioConverter bitrate strategy control #1817
ivanBalychev
started this conversation in
Idea
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For current implementation at AudioCodecSettings possible to pass bitRate value, but no way to set bitRateStrategy (AVEncoderBitRateStrategyKey).
/* values for AVEncoderBitRateStrategyKey */ extern NSString *const AVAudioBitRateStrategy_Constant; extern NSString *const AVAudioBitRateStrategy_LongTermAverage; extern NSString *const AVAudioBitRateStrategy_VariableConstrained; extern NSString *const AVAudioBitRateStrategy_Variable;Beta Was this translation helpful? Give feedback.
All reactions