Schemas
を参照してください。curl --location --request POST '/sing_frame_audio_query?speaker' \
--header 'Content-Type: application/json' \
--data-raw '{
"notes": [
{
"id": "string",
"key": 0,
"frame_length": 0,
"lyric": "string"
}
]
}'
{
"f0": [
0
],
"volume": [
0
],
"phonemes": [
{
"phoneme": "string",
"frame_length": 0,
"note_id": "string"
}
],
"volumeScale": 0,
"outputSamplingRate": 0,
"outputStereo": true
}