Singing with engine API
Engine API mode also provides VOICEVOX-compatible singing endpoints.Complete basic setup first in Engine API: Talk.
Prerequisites
To use singing models, confirms0.vvm is included in core.vvms in config/voicevox.php (included by default).
Start Laravel engine
Generate singing audio
1. Create sing_frame_audio_query
speaker, use a style ID of type sing or singing_teacher (for example, 6000).
2. Synthesize with frame_synthesis
speaker, use a style ID of type sing or frame_decode (for example, 3001).
Use from Laravel client mode
You can pointVoicevox::song() to Laravel engine API URL.
F0 / volume endpoints
Song endpoint support
Next pages
Score and Note Deep Dive
Check detailed
Score / Note usage for song endpoints.Engine API: Talk
Review text-to-speech endpoint usage.
Client: Song
Compare with direct official engine mode.