Reply To: Audio recording while using Mobile Speech Recognizer

Welcome! Forums Unity Plugins Mobile Speech Recognizer Audio recording while using Mobile Speech Recognizer Reply To: Audio recording while using Mobile Speech Recognizer

#1331
PiotrPiotr
Keymaster

Yeah, I think it might be in conflict with plugin recording audio at the same time.
My idea for fixing that is adding a callback which will pass recorded chunks to C# callback, something like OnAudioRecorded(audioChunk: byteArrayOrSomething).

But… that would take some time. Would be able to contribute and add this feature on any platform?