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

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

`POST /sing_frame_audio_query`

## Query parameters

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

## Request body

- Score — 楽譜情報
  - `notes` Note[], required — 音符のリスト
    - `id` string, nullable — ID
    - `key` integer — 音階
    - `frame_length` integer, required — 音符のフレーム長
    - `lyric` string, required — 音符の歌詞

## Response `200`

Successful Response

- 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 — 音声データをステレオ出力するか否か

## Other responses

- `422` — Validation Error

## Changes

- **2024-09-26** `179894d155aa` — 2 info
  - added the new optional request property `notes/items/id`
  - added the optional property `phonemes/items/note_id` to the response with the `200` status
- **2024-07-20** `eb97301b5bb3` — 2 breaking, 1 info
  - `query` request parameter `core_version` list-of-types was narrowed by removing types `null`
  - request property `notes/items/key` list-of-types was narrowed by removing types `null` from media type `application/json`
  - for the `query` request parameter `core_version`, the type/format was generalized from ``/`` to `string`/``
- **2024-07-09** `1d0fcadb80c5` — 3 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 ``/``
  - request property `notes/items/key` list-of-types was widened by adding types `null` to media type `application/json`
- **2024-06-28** `3b94f9a50fd2` — 2 breaking, 1 info
  - `query` request parameter `core_version` list-of-types was narrowed by removing types `null`
  - request property `notes/items/key` list-of-types was narrowed by removing types `null` from media type `application/json`
  - for the `query` request parameter `core_version`, the type/format was generalized from ``/`` to `string`/``
- …earlier changes not shown

[Full history](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/changes/sing_frame_audio_query/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/7cceffafa319/schema)
