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
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.
© 2024 OneMinuteCode. All rights reserved.