Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new audio file formats of the tts api #202

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

GunniBusch
Copy link

@rattrayalex
Copy link
Contributor

This change is has already been incorporated:

openai-openapi/openapi.yaml

Lines 6935 to 6940 in 6b64280

Supported formats are `mp3`, `opus`, `aac`, `flac`, `pcm`, and `wav`.
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.
default: "mp3"
type: string
enum: ["mp3", "opus", "aac", "flac", "pcm", "wav"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants