Releases: milobella/device
Releases · milobella/device
Feat v0.7.0: Support play_media + send chrome cast state in requests
What's Changed
- Bump protobuf from 3.15.0 to 3.18.3 by @dependabot in #43
- Bump numpy from 1.21.0 to 1.22.0 by @dependabot in #42
- feat(#41): Support play_media action + migrate to new action format by @celian-garcia in #44
- feat(#41): Support play_media action + migrate to new action format by @celian-garcia in #46
- feat(#45): Send instrument state in the request by @celian-garcia in #47
- fix: syntax issue iterating over casts by @celian-garcia in #48
Full Changelog: v0.6.0...v0.7.0
v0.6.0 : Chrome Cast play/pause + reprompt
What's Changed
- Bump protobuf from 3.12.2 to 3.15.0 by @dependabot in #39
- Bump numpy from 1.20.2 to 1.21.0 by @dependabot in #38
- Bump urllib3 from 1.25.9 to 1.26.5 by @dependabot in #37
- Bump rsa from 4.6 to 4.7 by @dependabot in #36
- Add Chrome Cast management + manage reprompt by @celian-garcia in #40
Full Changelog: v0.5.1...v0.6.0
Patch 0.5.1 : Fix tracing configuration
Merge pull request #33 from milobella/tracing Fix tracing config
Release 0.5.0 : Implement tracing
✨ Features
- Implement tracing
Release 0.4.0 : LED feedback
✨ Features
- Produce a LED feedback on the GPIO board when the device is listening
Release 0.3.0
✨ Features
- Added pocketsphinx for Wuw
🐞 Bugfixes
- Fixed a delay issue on Raspberry PI 3B+ caused by speech_recognition library
Release 0.2.0 : Clean repository
📚 Documentation
- Simplified the README.md
- Dedicated documentation for Technical Choices
- Dedicated documentation for RASPIAUDIO Ultra+ configuration + troubleshoots
🛰️ Industrialisation
- Added some unit tests that we run in a pipeline
- Package and install binary
milobella
withsetuptools
library - A proper packages/modules architecture has been created to be extensible
✨ Features
- Added Picovoice/porcupine for WuW (even if the fact that we need paid account to train custom word for raspi will be a no go)
v0.1.0: pocketsphinx + google
This version is a first try of complete loop using
- pocketsphinx for wake word detection
- google api for speech to text
- Milobella backend for NLU
- google api for text to speech