rhasspy-hermes-app
rhasspy-hermes-app copied to clipboard
Add decorator to easily capture audio streams
See https://community.rhasspy.org/t/helper-library-to-develop-rhasspy-apps-in-python/969/39?u=koan.
The rhasspy/asr/<SITE_ID>/<SESSION_ID>/audioCaptured topic lets you get a hold of the recorded WAV data from a voice command for a session.
This should be possible with: @app.on_topic("rhasspy/asr/{SITE_ID}/{SESSION_ID}/audioCaptured") but I not tested it yet.
I've tested it, it works. Thanks btw ;)