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

Neon STT Support #1

Closed
NeonDaniel opened this issue Sep 1, 2021 · 2 comments
Closed

Neon STT Support #1

NeonDaniel opened this issue Sep 1, 2021 · 2 comments
Assignees

Comments

@NeonDaniel
Copy link
Member

Needs further investigation, but Neon STT base class implementation can be found at: https://github.com/NeonGeckoCom/neon_speech/blob/master/neon_speech/stt.py

Main functionality/patches to implement:

  • shared config for "google_cloud"-based plugins (could be handled outside of this base class)
  • optional metric reporting (could make metrics handling a plugin or messagebus event to be handled
  • results_event Event that is set when streaming STT engine returns something
@NeonDaniel
Copy link
Member Author

I think accepting args/kwargs in the base class here may be sufficient in this package; the core module loading plugins can then handle any extra params

@NeonDaniel
Copy link
Member Author

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

No branches or pull requests

2 participants