Python Forum
How to make a Vocal synthesizer program on Python?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make a Vocal synthesizer program on Python?
#1
I'm making a Vocal Synthesizer Like "UTAU" or "VOICEROID". It would be a way to make your own text to speech using your own voice. But how would I even do something like that on Python? I am a complete beginner and I would obviously learn the code first. I would just want some advice how I would start this project. If you need me to explain more about it I would be more than happy to ! Thanks in advance!!
Reply
#2
There are quite a few packages here: https://pypi.org/search/?q=vpice+%2B+Synthesizer
You'll have to look through and try a few to (possibly) find one that fits your needs.
Seadust likes this post
Reply
#3
Synthesizing voice from text can be done from various libraries.

But it sounds like you want to create a new voice, so the synthesized audio sounds like you, yourself, read the text. If that's the case, I think it'll be a lot more involved.

It looks like Descript does it: https://www.descript.com/overdub - but that's $24/month, with a 7 day free trial.

Amazon Polly can also do it, though you can't do it yourself, you need to reach out to their support team and they'll walk you through it (and, more importantly, there's no pricing listed on what that would cost) https://aws.amazon.com/polly/
Seadust likes this post
Reply
#4
https://medium.com/towards-artificial-in...84a2f43f89.
check out this, for further details it has a detailed explanation
Seadust likes this post
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Is it possible to make a program recognize how many clicks it has had on the monitor? jao 0 1,129 Feb-25-2022, 06:31 PM
Last Post: jao
  How to make a Python program run in a dos shell (cmd) Pedroski55 2 2,256 Nov-09-2020, 10:17 AM
Last Post: DeaD_EyE
  I try to make Heron formula program abcd 7 3,329 Oct-22-2020, 12:48 AM
Last Post: abcd
  Make a Python program executable in Windows Pedroski55 1 2,066 Sep-26-2020, 12:34 AM
Last Post: bowlofred
  I code a program to solve puzzle but i can't make it more dynamic. Shahmadhur13 5 2,685 Apr-18-2020, 10:05 AM
Last Post: Shahmadhur13
  how to make a program with a certain number of multiples? syafiq14 3 2,694 Jan-01-2020, 02:39 PM
Last Post: syafiq14
  How to make a program run "online"? DanielTkach 2 2,498 Apr-09-2019, 11:59 PM
Last Post: DanielTkach
  Python Program to Make a Simple Calculator jack_sparrow007 2 10,099 Oct-19-2018, 08:32 AM
Last Post: volcano63
  Can I make this program on Python? Cergal0 8 6,689 Dec-05-2017, 01:41 PM
Last Post: buran
  Can Python make a large program with lots of gigabytes? OnisionTheOninonBoy 15 12,104 Dec-19-2016, 08:49 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020