Skip to content

Commit 5d95bff

Browse files
authored
fix: Change the sample_rate python type float to int
1 parent eb040b2 commit 5d95bff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5618,7 +5618,7 @@ components:
56185618
- pcm_mulaw
56195619
- pcm_alaw
56205620
sample_rate:
5621-
type: number
5621+
type: integer
56225622
default: 44100
56235623
description: Sampling rate to use for the output audio. The default sampling rate for canopylabs/orpheus-3b-0.1-ft and hexgrad/Kokoro-82M is 24000 and for cartesia/sonic is 44100.
56245624
stream:

0 commit comments

Comments
 (0)