Merge pull request #3236 from pipecat-ai/mb/websocket-stt-services
Update websocket STT services to use the WebsocketSTTService base class
This commit is contained in:
1
changelog/3236.added.md
Normal file
1
changelog/3236.added.md
Normal file
@@ -0,0 +1 @@
|
||||
- Add Gladia session id to logs for `GladiaSTTService`.
|
||||
6
changelog/3236.changed.md
Normal file
6
changelog/3236.changed.md
Normal file
@@ -0,0 +1,6 @@
|
||||
- Updated websocket STT services to use the `WebsocketSTTService` base class. This base class manages the websocket connection and handles reconnects. Updated services:
|
||||
|
||||
- `AssemblyAISTTService`
|
||||
- `AWSTranscribeSTTService`
|
||||
- `GladiaSTTService`
|
||||
- `SonioxSTTService`
|
||||
1
changelog/3236.fixed.md
Normal file
1
changelog/3236.fixed.md
Normal file
@@ -0,0 +1 @@
|
||||
- In `GladiaSTTService`, reset the `_bytes_sent` counter on connecting the websocket. This avoids unnecessary audio buffer trimming.
|
||||
Reference in New Issue
Block a user