Skip to content

Commit

Permalink
Document allowed bit rates
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrgl committed Dec 12, 2024
1 parent 635d44d commit 4b20ac4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions fern/definition/tts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ service:
method: POST
display-name: Text to Speech (SSE)
request: TTSRequest
response-stream:
response-stream:
type: WebSocketResponse
format: sse

Expand Down Expand Up @@ -222,7 +222,7 @@ types:
extends: WebSocketBaseResponse
properties:
word_timestamps: optional<WordTimestamps>

WebSocketTTSOutput:
properties:
word_timestamps: optional<WordTimestamps>
Expand Down Expand Up @@ -371,7 +371,10 @@ types:
MP3OutputFormat:
properties:
sample_rate: integer
bit_rate: integer
bit_rate:
type: integer
docs: |
The bit rate of the audio in bits per second. Supported bit rates are 32000, 64000, 96000, 128000, 192000.
TTSRequestVoiceSpecifier:
discriminated: false
Expand Down

0 comments on commit 4b20ac4

Please sign in to comment.