Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saving voice information #1

Open
FLLTT opened this issue Mar 10, 2024 · 4 comments
Open

Saving voice information #1

FLLTT opened this issue Mar 10, 2024 · 4 comments

Comments

@FLLTT
Copy link

FLLTT commented Mar 10, 2024

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

@victorpaleologue victorpaleologue changed the title Audio problem Saving voice information Mar 11, 2024
@victorpaleologue
Copy link

Hello,
What do you call "voice information"?
The transcription of what they said?

@FLLTT
Copy link
Author

FLLTT commented Mar 12, 2024

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?

@piccinnigius
Copy link

@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

@victorpaleologue
Copy link

victorpaleologue commented Mar 12, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants