Welcome! › Forums › Unity Plugins › Mobile Speech Recognizer › Audio recording while using Mobile Speech Recognizer › Reply To: Audio recording while using Mobile Speech Recognizer
January 26, 2019 at 3:57 pm
#1331
Piotr
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?