- [Fixed] Fixed bugs in Amazon transcribe that didn't set the end time for message.
- [Changed] Code cleanup.
- [Fixed] Fixed bugs in Amazon transcribe that didn't set the time for message.
- [Fixed] More graceful shutdown for filter node.
- [Added] pass the audio topic to different levels.
- [Changed] topic names to be not static.
- [Added] Audio filter that filters out audio for better and more sensitive VAD.
- [Changed] AWS Transcribe now use the provided SDK and speed up the recognition.
- [Changed] Now you can set the custom vocabulary used in AWS Transcribe. Using the custom vocabulary will make it slower.
- [Fixed] Cut out extra loops in the code.
- [Changed] AWS Transcribe now uses websocket.
- [Merged] the amazon transcribe wrapper.
- [Changed] use DeepSpeech v0.8.2
- [Added]
Requirement.txt
that saves the version of python packages we are using. - [Added] Utterance message now tells us the time it ends.
end_time
. Added support for it in both deepspeech + transcribe.
- [Added] launch file to start the audio capture indepdendently.
- Update to use DeepSpeech v0.8.1
- Added
tbd_audio_speech_signal_relay
component that merged in bool signal from any TTS node and ignore speech if bool_signal is true. - Added
confidence
to the Utterance message.
- Added This changelog
- Added Setup instructions in
README.md
- Update to use Deepspeech v0.7.4
Initial Release.