Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add decorator to easily capture audio streams #2

Open
koenvervloesem opened this issue May 31, 2020 · 2 comments
Open

Add decorator to easily capture audio streams #2

koenvervloesem opened this issue May 31, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@koenvervloesem
Copy link
Member

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 koenvervloesem added the enhancement New feature or request label May 31, 2020
@H3adcra5h
Copy link
Contributor

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

@ThisisDennis
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants