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

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

`POST /sing_frame_volume`

## Query parameters

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

## Request body

- BodySingFrameVolumeSingFrameVolumePost
  - `score` Score, required — 楽譜情報
    - `notes` Note[], required
      - `key` integer, nullable
      - `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
    - `volumeScale` number, required
    - `outputSamplingRate` integer, required
    - `outputStereo` boolean, required

## Response `200`

Successful Response

- number[]

## Other responses

- `422` — Validation Error

## Changes

- **2024-05-02** `630b85e641ca` — 1 info
  - endpoint added
- **2024-05-02** `7d46d11815c2` — 1 breaking
  - api path removed without deprecation
- **2024-04-26** `907e5011a1aa` — 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_volume/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/fd13ee3ebb92/schema)
