Added support to ProtobufFrameSerializer to send the transport messages

This commit is contained in:
Filipi Fuchter
2025-03-27 17:26:03 -03:00
parent 1d4d7f28a1
commit b6007bb3d6
4 changed files with 41 additions and 6 deletions

View File

@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added support to `ProtobufFrameSerializer` to send the messages from `TransportMessageFrame` and `TransportMessageUrgentFrame`.
- Added support for a new TTS service, `PiperTTSService`.
(see https://github.com/rhasspy/piper/)