I'd like to add the STT function to Janggo.

Asked 1 years ago, Updated 1 years ago, 117 views

Currently, we implemented the STT function using Kakao Voice API.

The key used the restapi key value.

After implementation, I want to execute the STT function and implement it when I press the button on the web page by connecting it to the storage.

It's my first time, so I don't know how to do it. Can you tell me?

django stt api

2022-09-20 10:48

1 Answers

You understand that django is a framework that receives http requests and returns http responses, right?

If so, when you press the button:

You can play the received response as it is.

With this basic concept, consider reading references such as MDN.


2022-09-20 10:48

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.