メインコンテンツへスキップ
POST
/
sing_frame_f0
楽譜・歌唱音声合成用のクエリからフレームごとの基本周波数を得る
curl --request POST \
  --url https://api.example.com/sing_frame_f0 \
  --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
]

クエリパラメータ

speaker
integer
必須
core_version
string

ボディ

application/json
score
Score · object
必須

楽譜情報。

frame_audio_query
FrameAudioQuery · object
必須

フレームごとの音声合成用のクエリ。

レスポンス

Successful Response

最終更新日 2026年5月27日