Saving voice information
Opened this issue · 4 comments
Hello, I would like to ask if there is any relevant way to find or save the voice information entered by the user when I only found the text of the question and answer during the execution of your code. Any reply would be appreciated
Hello,
What do you call "voice information"?
The transcription of what they said?
Hello! When we ask pepper a question, pepper's built-in voice-to-text module converts what I say into text. My question is: Is there any way to find the audio file of my question, like.wav or.mp3?
@victorpaleologue i'm also in the same situation. recording audio source from the tablet is not the best :/ i need it to submit to whisper and/or gpt ai
The Qi SDK does not provide an access to the audio buffers.
You're meant to use the Android APIs for that.
Personally I like using Oboe for that.
Also, note that this is a GMS-compatible tablet, so you can use Google's speech recognizers, which are pretty good.