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.
758 Error in x, y, and format string must not be None
1235 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
771 GDB gets version error when attempting to debug with the Presense SDK (IDE)
856 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2025 OneMinuteCode. All rights reserved.