voice-recognition tag

6 questions


1 answers
135 views
0
I'd like to get a voice message from Python as an event.

After converting the input voice into text, a program that outputs the appropriate answer (a line written in text) back to voice I'm making itRight now, I'm making sure that I keep going through infin...


1 answers
63 views
0
I have a question about using Python Google voice recognition API.

I'm trying to sample Google API voice recognition with Python version 3.6, but there's an error.I try to use a sample that receives micro input from grpc and outputs it. File transcribe_streaming.py,...


1 answers
95 views
0
Can I send the text of the result from the application using Naver or Google voice recognition app through Bluetooth?

To develop a voice recognition remote control application, send the text that you received the voice to atmega128Can I use Bluetooth to send text to hardware to send out infrared signals that function...


2 answers
97 views
0
I'd like to display the voice that comes into the computer in Korean.

I'm a freshman who started programming with Python.I'm a beginner who doesn't even have a basic concept of how Python works and how to code. Using Google API, the sound of words coming in through the ...


1 answers
69 views
0
This is a real-time voice data transmission question related to Arduino.

Is it possible to send it to Bluetooth or a specific server as soon as I receive a short voice of about 5 seconds through Arduino? If possible, I wonder if I have to attach a voice recording module to...


1 answers
94 views
0
I'm inquiring about how to solve Python permission denied error

Please ask for help if you know how to solve the permission error. We are a study group for NLP beginners. I'm trying to use the SpeechRecognition 3.6.3 package (https://pypi.python.org/pypi/SpeechRec...


© 2024 OneMinuteCode. All rights reserved.