-
|
I'm trying to setup AVAudioEngine to read the mic stream with voice processing on, and a downsample mixer to receive a 16khz mic stream. However, I don't see a constructor defined in the MixerNode: https://github.com/yury/cidre/blob/main/cidre/src/av/audio/mixer_node.rs. Here's some sample Swift code that I'm trying to use for my solution: Is this possible with Cidre? I can fallback to using the AVAudioConverter but I'm hoping I can use AVAudioEngine for the complete solution. 🙏 https://stackoverflow.com/a/37547476 Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Added in v0.11.1 |
Beta Was this translation helpful? Give feedback.
-
|
Thanks Yury! 💪 |
Beta Was this translation helpful? Give feedback.
Added in v0.11.1