Created
July 1, 2025 12:43
-
-
Save schroneko/509ab39d73de5fecc2c07af5647cad9b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -s -X POST "localhost:10101/audio_query?speaker=888753760" --get --data-urlencode text="タスクが完了したの!" | curl -s -H "Content-Type: application/json" -X POST "localhost:10101/synthesis?speaker=888753760" -d @- > aivis_task_done.wav && afplay aivis_task_done.wav |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment