I'd like to display the voice that comes into the computer in Korean.

Asked 1 years ago, Updated 1 years ago, 97 views

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 microphone connected to the PC

I want to make a program that prints it on the screen with Korean TEXT.

I heard that there is a related library in Python, but I can't find it.

Can you give me an example to follow?

I'm using Python version 3.6

Enable speech api on Google Cloud? You have downloaded the Order key.

Pyaudio is also installed, and speech_recognition.whl 3.6.5 version is also installed.

I don't know what to do here.

I'd like to know the source code or example to understand the driving principle.

I ask for your help me.

python stt voice-recognition

2022-09-22 08:05

2 Answers

It's TTS. It's an artificial intelligence area.

The associated Python libraries are fairly good.

You can search on Python TTS.

However, since the driving principle is in the field of artificial intelligence, you have to study related things.(I recommend you to go to graduate school.)


2022-09-22 08:05

I've developed it a few times in the past, and I know that you can use Naver API.

It's just... it was developed into Java. I don't know if Python will work.

Java example source reporting and rewriting to Python would be possible.

https://developers.naver.com/docs/labs/vrecog/


2022-09-22 08:05

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.