---
title: "AivisSpeech Engine ではサポートされていない API です (常に 501 Not Implemented を返します)"
method: POST
path: "/frame_synthesis"
tags: ["音声合成"]
---

# AivisSpeech Engine ではサポートされていない API です (常に 501 Not Implemented を返します)

`POST /frame_synthesis`

## Query parameters

- `speaker` integer, required
- `core_version` string — AivisSpeech Engine ではサポートされていないパラメータです (常に無視されます) 。

## Request body

- FrameAudioQuery — フレームごとの音声合成用のクエリ。
  - `f0` number[], required — フレームごとの基本周波数
  - `volume` number[], required — フレームごとの音量
  - `phonemes` FramePhoneme[], required — 音素のリスト
    - `phoneme` string, required — 音素
    - `frame_length` integer, required — 音素のフレーム長
    - `note_id` string, nullable — 音符のID
  - `volumeScale` number, required — 全体の音量
  - `outputSamplingRate` integer, required — 音声データの出力サンプリングレート
  - `outputStereo` boolean, required — 音声データをステレオ出力するか否か

## Response `200`

Successful Response

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-31** `bd7182f25e54` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2025-03-02** `d8b6a60f88af` — 1 info
  - api operation id `frame_synthesis_frame_synthesis_post` removed and replaced with `frame_synthesis`
- **2024-09-26** `179894d155aa` — 1 info
  - added the new optional request property `phonemes/items/note_id`
- **2024-07-20** `eb97301b5bb3` — 1 breaking, 1 info
  - `query` request parameter `core_version` list-of-types was narrowed by removing types `null`
  - for the `query` request parameter `core_version`, the type/format was generalized from ``/`` to `string`/``
- **2024-07-09** `1d0fcadb80c5` — 2 info
  - `query` request parameter `core_version` list-of-types was widened by adding types `null`
  - for the `query` request parameter `core_version`, the type/format was generalized from `string`/`` to ``/``

[Full history](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/changes/frame_synthesis/post.md)

---

[API](https://skmtc.dev/aivis-project/apis/aivisspeech-engine.md) · [All operations](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aivis-project/aivisspeech-engine/revisions/1d935a3e31b8/schema)
