-
Notifications
You must be signed in to change notification settings - Fork 24
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
Featurize transcription modes #68
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I swear we had these feature flags already, they must have been removed at some point in the past
Oops. This PR breaks the examples. (Found doing |
b8bb662
to
8b19d19
Compare
Also updated CI to run |
* Deprecate tiers and add fully qualified models * Add all currently supported languages to the Language enum * Add changelog entry * Add changelog entry * fmt * Fix minimal tokio version * fmt * Featurize transcription modes (#68) Add feature flags for prerecorded and live transcription
Proposed changes
Add feature flags for
live
andprerecorded
ASR. This helps non-streaming users not have to import tungstenite. I'm open to not doing things this way. I'm thinking of also following up with a little more specificity about which tokio features to include for similar reasons.Types of changes
Checklist
Further comments