René's URL Explorer Experiment


Title: 🐸 TTS roadmap · Issue #378 · coqui-ai/TTS · GitHub

Open Graph Title: 🐸 TTS roadmap · Issue #378 · coqui-ai/TTS

X Title: 🐸 TTS roadmap · Issue #378 · coqui-ai/TTS

Description: These are the main dev plans for 🐸 TTS. If you want to contribute to 🐸 TTS and don't know where to start you can pick one here and start with our Contribution Guideline. We're also always here to help. Feel free to pick one or suggest a ...

Open Graph Description: These are the main dev plans for 🐸 TTS. If you want to contribute to 🐸 TTS and don't know where to start you can pick one here and start with our Contribution Guideline. We're also always here to h...

X Description: These are the main dev plans for 🐸 TTS. If you want to contribute to 🐸 TTS and don't know where to start you can pick one here and start with our Contribution Guideline. We're also always h...

Opengraph URL: https://github.com/coqui-ai/TTS/issues/378

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"🐸  TTS roadmap","articleBody":"These are the main dev plans for :frog: TTS. \r\n\r\nIf you want to contribute to :frog: TTS and don't know where to start you can pick one here and start with our [Contribution Guideline](https://github.com/coqui-ai/TTS#contribution-guidelines). We're also always here to help. \r\n\r\nFeel free to pick one or suggest a new one. \r\n\r\nContributions are always welcome :muscle:  .\r\n\r\n\r\n## v0.1.0 Milestones\r\n- [x] Better model config handling #21 \r\n- [x] TTS recipes for public datasets.\r\n- [x] TTS trainer API to unify all the model training scripts.\r\n- [x] TTS, Vocoder and SpeakerEncoder model abstractions and APIs. \r\n- [x] Documentation for \r\n   - [x] Implementing a new model using :frog: TTS.\r\n   - [x] Training a model on a new dataset from gecko. \r\n   - [x] Using ```Synthesizer``` interface on ```CLI``` or ```Server```.\r\n   - [x] Extracting Spectrograms for Vocoder training. \r\n   - [x] Contributing a new pre-trained :frog: TTS model.\r\n   - [x] Explanation for Model config parameters/\r\n\r\n## v0.2.0 Milestones\r\n- [x] Grapheme 2 Phoneme in-house conversion. (Thx to gruut  👍 )\r\n- [x] Implement VITS model.\r\n\r\n## v0.3.0 Milestones\r\n- [x] Implement generic ForwardTTS API.\r\n- [x] Implement Fast Speech model. \r\n- [x] Implement Fast Pitch model. \r\n\r\n## v0.4.0 Milestones\r\n- [x] Trainer API v2 - [join the discussion](https://github.com/coqui-ai/TTS/discussions/840)\r\n- [x] Multi-speaker VCTK recipes for all the `TTS.tts` models.\r\n\r\n## v0.5.0 Milestones\r\n- [x] Support for multi-lingual models \r\n- [x] YourTTS release 🚀\r\n\r\n## v0.6.0 Milestones\r\n- [x] Add ESpeak support\r\n- [x] New Tokenizer and Phonemizer APIs #937 \r\n- [x] New Model API #1078 \r\n- [x] Splitting the trainer as a separate repo [👟Trainer](https://github.com/coqui-ai/Trainer)\r\n- [x] Update VITS model API\r\n- [x] Gradient accumulation. #560 (in 👟)\r\n\r\n## v0.7.0 Milestones\r\n- [x] Implement Capacitron 👑 @a-froghyar 👑 @WeberJulian \r\n- [x] Release pretrained Capacitron\r\n\r\n## v0.8.0 Milestones\r\n- [x] Separate numpy transforms \r\n- [x] Better data sampling for VITS \r\n- [x] New Thorsten DE models 👑 @thorstenMueller\r\n\r\n## 🏃‍♀️ Milestones along the way\r\n- [ ] Implement End-to-end training API for ForwardTTS models a vocoder. #1510 \r\n- [ ] Implement a Python voice synthesis API.\r\n- [ ] Inject phonemes to the input text at inference. #1452 \r\n- [ ] AdaSpeech1/2 https://arxiv.org/pdf/2104.09715 and https://arxiv.org/abs/2103.00993\r\n- [ ] Let the user pass a custom text cleaner function.  \r\n- [ ] Refactor the text cleaners for a more flexible and transparent API. \r\n- [ ] Implement [HifiGAN2](https://pixl.cs.princeton.edu/pubs/Su_2021_HSS/Su-HiFi-GAN-2-WASPAA-2021.pdf) (not the vocoder) \r\n- [ ] Implement emotion and style adaptation. \r\n- [ ] Implement FastSpeech2 (https://arxiv.org/abs/2006.04558). \r\n- [ ] [AutoTTS 🤖](https://github.com/coqui-ai/TTS/pull/696) (👑 @loganhart420)\r\n- [ ] Watermarking TTS outputs to sign against DeepFakes.\r\n- [ ] Implement SSML v0.0.1 \r\n- [ ] ONNX and TorchScript model exports. \r\n- [ ] TensorFlow run-time for training models.\r\n\r\n## 🤖 New TTS models \r\n- [x] AlignTTS (@erogol) \r\n- [x] HiFiGAN (#16 :crown: @rishikksh20 and @erogol)\r\n- [x] UnivNet Vocoder ( :crown: @rishikksh20)\r\n- [x] VITS [paper](https://arxiv.org/abs/2106.06103)\r\n- [x] FastPitch [source](https://fastpitch.github.io/)\r\n- [x] Alignment Network [paper](https://arxiv.org/abs/2108.10447) \r\n- [x] End2End TTS combining aligner + tts + vocoder. \r\n- [x] Multi-Lingual TTS (#11 :crown: @WeberJulian )\r\n- [ ] ParallelTacotron [paper](https://arxiv.org/pdf/2103.14574.pdf) (open for contribution)\r\n- [ ] Efficient TTS [paper](https://arxiv.org/pdf/2012.03500.pdf) (open for contribution)\r\n- [ ] Gaussian length regulator from https://arxiv.org/pdf/2010.04301.pdf (open for contribution)\r\n- [ ] LightSpeech from https://arxiv.org/pdf/2102.04040.pdf (open for contribution)\r\n- [ ] AdaSpeech1/2 https://arxiv.org/pdf/2104.09715 and https://arxiv.org/abs/2103.00993","author":{"url":"https://github.com/erogol","@type":"Person","name":"erogol"},"datePublished":"2021-03-13T14:14:51.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":62},"url":"https://github.com/378/TTS/issues/378"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:909867c3-1711-5678-10a2-7ddbb29a159d
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB61C:298EBF:370F0F5:4935797:6A655B5E
html-safe-nonce8263ed90d22849f4f40f215b855563b1a172de66e9fd20ff35ef0735f3f96ca1
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNjFDOjI5OEVCRjozNzBGMEY1OjQ5MzU3OTc6NkE2NTVCNUUiLCJ2aXNpdG9yX2lkIjoiNDg3MzM3NjA5MjYzNTA5Mzg1NCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacff2d4eb05adef3239a1243436a5ca7918ce7b8460d62eab2c9bb3b55703fa831
hovercard-subject-tagissue:830907937
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/coqui-ai/TTS/378/issue_layout
twitter:imagehttps://opengraph.githubassets.com/ee218fca54504b466d62349e929cab4b55cbc6f973696cfce01cd13d7f33f318/coqui-ai/TTS/issues/378
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/ee218fca54504b466d62349e929cab4b55cbc6f973696cfce01cd13d7f33f318/coqui-ai/TTS/issues/378
og:image:altThese are the main dev plans for 🐸 TTS. If you want to contribute to 🐸 TTS and don't know where to start you can pick one here and start with our Contribution Guideline. We're also always here to h...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameerogol
hostnamegithub.com
expected-hostnamegithub.com
None52c76df668885aaff23b50bdca1fa1ea44ac9c1553e888ebc70ff1e4daa4625b
turbo-cache-controlno-preview
go-importgithub.com/coqui-ai/TTS git https://github.com/coqui-ai/TTS.git
octolytics-dimension-user_id75583352
octolytics-dimension-user_logincoqui-ai
octolytics-dimension-repository_id265612440
octolytics-dimension-repository_nwocoqui-ai/TTS
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id265612440
octolytics-dimension-repository_network_root_nwocoqui-ai/TTS
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release309153364422b3c499922d1a2a6404910a58ed8e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/coqui-ai/TTS/issues/378#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcoqui-ai%2FTTS%2Fissues%2F378
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcoqui-ai%2FTTS%2Fissues%2F378
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=coqui-ai%2FTTS
Reloadhttps://github.com/coqui-ai/TTS/issues/378
Reloadhttps://github.com/coqui-ai/TTS/issues/378
Reloadhttps://github.com/coqui-ai/TTS/issues/378
Please reload this pagehttps://github.com/coqui-ai/TTS/issues/378
coqui-ai https://github.com/coqui-ai
TTShttps://github.com/coqui-ai/TTS
Notifications https://github.com/login?return_to=%2Fcoqui-ai%2FTTS
Fork 6.2k https://github.com/login?return_to=%2Fcoqui-ai%2FTTS
Star 45.8k https://github.com/login?return_to=%2Fcoqui-ai%2FTTS
Code https://github.com/coqui-ai/TTS
Issues 2 https://github.com/coqui-ai/TTS/issues
Pull requests 2 https://github.com/coqui-ai/TTS/pulls
Discussions https://github.com/coqui-ai/TTS/discussions
Actions https://github.com/coqui-ai/TTS/actions
Projects https://github.com/coqui-ai/TTS/projects
Wiki https://github.com/coqui-ai/TTS/wiki
Security and quality 0 https://github.com/coqui-ai/TTS/security
Insights https://github.com/coqui-ai/TTS/pulse
Code https://github.com/coqui-ai/TTS
Issues https://github.com/coqui-ai/TTS/issues
Pull requests https://github.com/coqui-ai/TTS/pulls
Discussions https://github.com/coqui-ai/TTS/discussions
Actions https://github.com/coqui-ai/TTS/actions
Projects https://github.com/coqui-ai/TTS/projects
Wiki https://github.com/coqui-ai/TTS/wiki
Security and quality https://github.com/coqui-ai/TTS/security
Insights https://github.com/coqui-ai/TTS/pulse
🐸 TTS roadmaphttps://github.com/coqui-ai/TTS/issues/378#top
TODOshttps://github.com/coqui-ai/TTS/issues?q=state%3Aopen%20label%3A%22TODOs%22
wontfixThis will not be worked on but feel free to help.https://github.com/coqui-ai/TTS/issues?q=state%3Aopen%20label%3A%22wontfix%22
https://github.com/erogol
erogolhttps://github.com/erogol
on Mar 13, 2021https://github.com/coqui-ai/TTS/issues/378#issue-830907937
Contribution Guidelinehttps://github.com/coqui-ai/TTS#contribution-guidelines
[Discussion] Ideas for better model config management #21https://github.com/coqui-ai/TTS/issues/21
join the discussionhttps://github.com/coqui-ai/TTS/discussions/840
New Tokenizer API #937https://github.com/coqui-ai/TTS/pull/937
Update models (Rebased) #1078https://github.com/coqui-ai/TTS/pull/1078
👟Trainerhttps://github.com/coqui-ai/Trainer
Accumulate grads ( Larger batch size for low gpu memory) #560https://github.com/coqui-ai/TTS/issues/560
@a-froghyarhttps://github.com/a-froghyar
@WeberJulianhttps://github.com/WeberJulian
@thorstenMuellerhttps://github.com/thorstenMueller
ForwardTTSE2E implementations and related API changes  #1510https://github.com/coqui-ai/TTS/pull/1510
SSML support #1452https://github.com/coqui-ai/TTS/pull/1452
https://arxiv.org/pdf/2104.09715https://arxiv.org/pdf/2104.09715
https://arxiv.org/abs/2103.00993https://arxiv.org/abs/2103.00993
HifiGAN2https://pixl.cs.princeton.edu/pubs/Su_2021_HSS/Su-HiFi-GAN-2-WASPAA-2021.pdf
https://arxiv.org/abs/2006.04558https://arxiv.org/abs/2006.04558
AutoTTS 🤖https://github.com/coqui-ai/TTS/pull/696
@erogolhttps://github.com/erogol
Hifigan Vocoder #16https://github.com/coqui-ai/TTS/pull/16
@rishikksh20https://github.com/rishikksh20
@erogolhttps://github.com/erogol
@rishikksh20https://github.com/rishikksh20
paperhttps://arxiv.org/abs/2106.06103
sourcehttps://fastpitch.github.io/
paperhttps://arxiv.org/abs/2108.10447
Add multilingual support #11https://github.com/coqui-ai/TTS/pull/11
@WeberJulianhttps://github.com/WeberJulian
paperhttps://arxiv.org/pdf/2103.14574.pdf
paperhttps://arxiv.org/pdf/2012.03500.pdf
https://arxiv.org/pdf/2010.04301.pdfhttps://arxiv.org/pdf/2010.04301.pdf
https://arxiv.org/pdf/2102.04040.pdfhttps://arxiv.org/pdf/2102.04040.pdf
https://arxiv.org/pdf/2104.09715https://arxiv.org/pdf/2104.09715
https://arxiv.org/abs/2103.00993https://arxiv.org/abs/2103.00993
TODOshttps://github.com/coqui-ai/TTS/issues?q=state%3Aopen%20label%3A%22TODOs%22
wontfixThis will not be worked on but feel free to help.https://github.com/coqui-ai/TTS/issues?q=state%3Aopen%20label%3A%22wontfix%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.