transports(base_input): remove unnecessary task

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-31 00:11:15 -07:00
parent 7b8b606278
commit 593993ba97
2 changed files with 23 additions and 34 deletions

View File

@@ -28,6 +28,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed an issue where `camera_out_enabled` would cause the highg CPU usage if
no image was provided.
### Performance
- Removed unnecessary audio input tasks.
## [0.0.24] - 2024-05-29
### Added