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

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

`POST /sing_frame_f0`

## Query parameters

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

## Request body

- BodySingFrameF0SingFrameF0Post
  - `score` Score, required — 楽譜情報
    - `notes` Note[], required — 音符のリスト
      - `id` string, nullable — ID
      - `key` integer — 音階
      - `frame_length` integer, required — 音符のフレーム長
      - `lyric` string, required — 音符の歌詞
  - `frame_audio_query` FrameAudioQuery, required — フレームごとの音声合成用のクエリ
    - `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

- number[]

## Other responses

- `422` — Validation Error

## Changes

- **2025-03-02** `d8b6a60f88af` — 1 info
  - api operation id `sing_frame_f0_sing_frame_f0_post` removed and replaced with `sing_frame_f0`
- **2025-02-27** `703f1d35f62e` — 1 info
  - endpoint added
- **2025-01-04** `df13668c123d` — 1 breaking
  - api path removed without deprecation
- **2025-01-03** `b7afc41080b3` — 1 info
  - endpoint added
- **2024-01-17** `1bed97d41915` — 1 breaking
  - api path removed without deprecation

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