In Flutter I get the buffer from voiceProcessor.addListener(). When I access those buffer in Swift for Cobra VAD I'm getting an error like
"Fatal error: Unexpectedly found nil while unwrapping an Optional value".
If you are recording and using the audio in ios, you should use our ios-voice-processor. It is not advisable to take audio obtained with the flutter voice processor and pass it back to native code.
In Flutter I get the buffer from voiceProcessor.addListener(). When I access those buffer in Swift for Cobra VAD I'm getting an error like "Fatal error: Unexpectedly found nil while unwrapping an Optional value".
Thanks!