Skip to content

Commit a7d331d

Browse files
committed
Change default encoding to pcm_16000
1 parent c6945c5 commit a7d331d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/pipecat/services/gradium

src/pipecat/services/gradium/stt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def __init__(
117117
*,
118118
api_key: str,
119119
api_endpoint_base_url: str = "wss://eu.api.gradium.ai/api/speech/asr",
120-
encoding: str = "pcm",
120+
encoding: str = "pcm_16000",
121121
params: Optional[InputParams] = None,
122122
json_config: Optional[str] = None,
123123
settings: Optional[Settings] = None,

0 commit comments

Comments
 (0)