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

Feature: Added Text-To-Speech Functionality #1381

Merged
merged 11 commits into from
Oct 30, 2024
Merged

Conversation

Srayash
Copy link
Contributor

@Srayash Srayash commented Oct 26, 2024

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    Implements text-to-speech function to the pre-existing UI.
  • Why was this change needed? (You can also link to an open issue here)
    fixes 🚀 Feature: Text-to-Speech for Model Output #1202
  • Other information:
    this function uses the GoogleTTS API.

Copy link

vercel bot commented Oct 26, 2024

@Srayash is attempting to deploy a commit to the Arc53 Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

codecov bot commented Oct 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 33.83%. Comparing base (18ed255) to head (5c99615).
Report is 119 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@ManishMadan2882
Copy link
Collaborator

Hi @Srayash, thanks for an update
There are few issues with SpeechSynthesisAPI, as far I have tested

  • SpeechSynthesis fails after few seconds in Google Chrome (Version 129.0.6668.89)
  • SpeechSynthesis fails instantly on Brave browser(Version 1.71.118) with an error in console
  • No sound in Firefox (Mozilla Firefox 131.0.2)

@ManishMadan2882
Copy link
Collaborator

ManishMadan2882 commented Oct 27, 2024

@Srayash Try EasySpeech as it handles cross browser issues

@Srayash
Copy link
Contributor Author

Srayash commented Oct 27, 2024

@Srayash Try EasySpeech as it handles cross browser issues

noted and implemented @ManishMadan2882 .

@ManishMadan2882
Copy link
Collaborator

ManishMadan2882 commented Oct 29, 2024

@Srayash Please update your branch, have added an endpoint for TTS feature. Follow this to integrate the endpoint.
Thanks.

@Srayash
Copy link
Contributor Author

Srayash commented Oct 29, 2024

hey @ManishMadan2882 I've made the required changes.
ready for review!

Copy link
Collaborator

@ManishMadan2882 ManishMadan2882 left a 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 !

@dartpain dartpain merged commit af2cef1 into arc53:main Oct 30, 2024
6 of 7 checks passed
@Srayash Srayash deleted the feature-TTS branch October 30, 2024 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 Feature: Text-to-Speech for Model Output
3 participants