メインコンテンツへスキップ
POST
/
frame_synthesis
Frame Synthesis
curl --request POST \
  --url https://api.example.com/frame_synthesis \
  --header 'Content-Type: application/json' \
  --data '
{
  "f0": [
    123
  ],
  "volume": [
    123
  ],
  "phonemes": [
    {
      "phoneme": "<string>",
      "frame_length": 123,
      "note_id": "<string>"
    }
  ],
  "volumeScale": 123,
  "outputSamplingRate": 123,
  "outputStereo": true
}
'
"<string>"

クエリパラメータ

speaker
integer
必須
core_version
string

ボディ

application/json

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

f0
number[]
必須

フレームごとの基本周波数

volume
number[]
必須

フレームごとの音量

phonemes
FramePhoneme · object[]
必須

音素のリスト

volumeScale
number
必須

全体の音量

outputSamplingRate
integer
必須

音声データの出力サンプリングレート

outputStereo
boolean
必須

音声データをステレオ出力するか否か

レスポンス

Successful Response

The response is of type file.

最終更新日 2026年5月27日