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

Speech-to-Text API #2

Open
taran-gill opened this issue Nov 3, 2019 · 0 comments
Open

Speech-to-Text API #2

taran-gill opened this issue Nov 3, 2019 · 0 comments
Assignees
Labels
blocker Prioritized issues depend on this one feature A feature request package Related to a foundational piece for the project

Comments

@taran-gill
Copy link
Owner

taran-gill commented Nov 3, 2019

Value Proposition

A speech-to-text package is essential for many of our product's core features.

Acceptance Criteria
  • An audio file / stream (either one is acceptable, but we may need to switch depending on what the GUI does)
  • If a third-party library is used, their API key should be stored in an environment variable
Implementation Notes
  • To minimize our API usage in development (since it costs money), we can use the API on an existing audio file and check in the audio file and the output. In development, we can stub out the API call and just return the output file instead
@taran-gill taran-gill added feature A feature request package Related to a foundational piece for the project blocker Prioritized issues depend on this one labels Nov 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker Prioritized issues depend on this one feature A feature request package Related to a foundational piece for the project
Projects
None yet
Development

No branches or pull requests

2 participants