transports: fully use asyncio in all read/write operations

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-17 17:44:19 -07:00
parent c544b2474b
commit d3e410b2ac
12 changed files with 335 additions and 346 deletions

View File

@@ -20,6 +20,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added new `AzureSTTService`. This allows you to use Azure Speech-To-Text.
### Performance
- Convert `BaseOutputTransport` and `BaseOutputTransport` to fully use asyncio
and remove the use of threads.
### Other
- Added `twilio-chatbot`. This is an example that shows how to integrate Twilio