Skip to content

Commit 44306c2

Browse files
authored
Clarify pcm format
1 parent 10ccd10 commit 44306c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

openapi.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6930,7 +6930,11 @@ components:
69306930
type: string
69316931
enum: ["alloy", "echo", "fable", "onyx", "nova", "shimmer"]
69326932
response_format:
6933-
description: "The format to audio in. Supported formats are `mp3`, `opus`, `aac`, `flac`, `pcm`, and `wav`."
6933+
description: |-
6934+
The format to return audio in.
6935+
Supported formats are `mp3`, `opus`, `aac`, `flac`, `pcm`, and `wav`.
6936+
6937+
The `pcm` audio format, similar to `wav` but without a header, utilizes a 24kHz sample rate, mono channel, and 16-bit depth in signed little-endian format.
69346938
default: "mp3"
69356939
type: string
69366940
enum: ["mp3", "opus", "aac", "flac", "pcm", "wav"]

0 commit comments

Comments
 (0)