Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法设置我从 AudioQueue 获得的音频输入的增益?
这可以帮助您:
http://developer.apple.com/library/ios/#documentation/AVFoundation/Reference/AVAudioSession_ClassReference/Reference/Reference.html
访问延迟和增益设置 outputVolume 属性 inputGain 属性 inputGainSettable 属性 – setInputGain:error: inputLatency 属性 outputLatency 属性
您可以在 iOS5 上设置 AudioSession 属性InputGainScalar。我刚刚在这里发布了一个完整的答案,还有 ios6 和 ios5 的替代品:
InputGainScalar
如何控制 iPhone 上的硬件麦克风输入增益/电平?
这似乎是非常特定于硬件的,因此无法保证您获得控制权。