curl --location --request POST '/sing_frame_volume?speaker' \
--header 'Content-Type: application/json' \
--data-raw '{
"score": {
"notes": [
{
"id": "string",
"key": 0,
"frame_length": 0,
"lyric": "string"
}
]
},
"frame_audio_query": {
"f0": [
0
],
"volume": [
0
],
"phonemes": [
{
"phoneme": "string",
"frame_length": 0,
"note_id": "string"
}
],
"volumeScale": 0,
"outputSamplingRate": 0,
"outputStereo": true
}
}'
[
0
]