Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/sing_frame_volume \ --header 'Content-Type: application/json' \ --data ' { "score": { "notes": [ { "frame_length": 123, "lyric": "<string>", "id": "<string>", "key": 123 } ] }, "frame_audio_query": { "f0": [ 123 ], "volume": [ 123 ], "phonemes": [ { "phoneme": "<string>", "frame_length": 123, "note_id": "<string>" } ], "volumeScale": 123, "outputSamplingRate": 123, "outputStereo": true } } '
[ 123 ]
Laravel実装状況: ✅ コアのcreateSingFrameVolumeで直接対応(フォールバック実装済み)
楽譜情報。
Show child attributes
フレームごとの音声合成用のクエリ。
Successful Response
このページは役に立ちましたか?