-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Feature: Added Text-To-Speech Functionality #1381
Conversation
@Srayash is attempting to deploy a commit to the Arc53 Team on Vercel. A member of the Team first needs to authorize it. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1381 +/- ##
==========================================
+ Coverage 33.80% 33.83% +0.02%
==========================================
Files 66 67 +1
Lines 3310 3334 +24
==========================================
+ Hits 1119 1128 +9
- Misses 2191 2206 +15 ☔ View full report in Codecov by Sentry. |
Hi @Srayash, thanks for an update
|
@Srayash Try EasySpeech as it handles cross browser issues |
Enhancement: Switched to easy-speech from webspeechAPI.
noted and implemented @ManishMadan2882 . |
hey @ManishMadan2882 I've made the required changes. |
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.
Love the changes, Thanks @Srayash !
Implements text-to-speech function to the pre-existing UI.
fixes 🚀 Feature: Text-to-Speech for Model Output #1202
this function uses the GoogleTTS API.