Skip to content

Instantly share code, notes, and snippets.

@schroneko
Created July 1, 2025 12:43
Show Gist options
  • Select an option

  • Save schroneko/509ab39d73de5fecc2c07af5647cad9b to your computer and use it in GitHub Desktop.

Select an option

Save schroneko/509ab39d73de5fecc2c07af5647cad9b to your computer and use it in GitHub Desktop.
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