You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Value Proposition
A speech-to-text package is essential for many of our product's core features.
Acceptance Criteria
Implementation Notes
The text was updated successfully, but these errors were encountered: