rhasspy-hermes-app icon indicating copy to clipboard operation
rhasspy-hermes-app copied to clipboard

Add decorator to easily capture audio streams

Open koenvervloesem opened this issue 5 years ago • 2 comments

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.

koenvervloesem avatar May 31 '20 15:05 koenvervloesem

This should be possible with: @app.on_topic("rhasspy/asr/{SITE_ID}/{SESSION_ID}/audioCaptured") but I not tested it yet.

H3adcra5h avatar Feb 02 '21 11:02 H3adcra5h

I've tested it, it works. Thanks btw ;)

ThisisDennis avatar Aug 13 '21 19:08 ThisisDennis