Welcome! › Forums › Unity Plugins › Mobile Speech Recognizer › Audio recording while using Mobile Speech Recognizer › Reply To: Audio recording while using Mobile Speech Recognizer
January 28, 2019 at 10:50 pm
#1336
Piotr
Keymaster
Internally plugin receives audio chunks as a byte array and sends it to recognition engine and then send result to Unity. There could be another optional callback which would take those bytes before sending to engine so anyone from outside could use it measure volume, convert to mp3 etc.