Earlier quoted context omitted.
That’s a big start. If you look at Reddit, you’ll notice all these deepfake porns are using scripts/apps that people have packaged together. Those and any commercial variants can abide by such restrictions which will help document the fakeness once this goes mainstream. Only the super technical would be able to get around it, and if tutorials etc come out then you have legal grounds to go after it to minimize. Don’t…
I don't agree with the solution unless we as a society stop putting trust on any digital media but at that point, this is not necessary. Many governments would love to use this tech so they have incentive to stop others from using it and still let people believe in digital evidence by putting half assed solution like the one you proposed. The cat is out of the bag. Digital media should not be trusted blindly.
Show HN: Neural text to speech with dozens of celebrity voices
101–110 of 174 posts
Re: Show HN: Neural text to speech with dozens of celebrity voices
#102Is this ethical?
I too expected more discussion of this. People play around with these things because they're interesting, then mostly hand wave away concerns about the implications with "well, people will just have to learn to be skeptical of recordings". But what we're really doing is muddying a previously reliable avenue of gaining quality evidence about the world. I expect this opinion is unpopular on HN but I think people should…
Re: Show HN: Neural text to speech with dozens of celebrity voices
#103Earlier quoted context omitted.
I'm not a lawyer, but I think we're entering into a legal gray area. There are the existing frameworks of copyright, parody, free speech, slander, libel, etc. that are all somewhat tangential to this. I believe (I'm not certain) that celebrity voice impersonation is legal as long as it is not used to sell or endorse a product. Most models are trained on the original speaker's voice, but maybe only a little bit. Model…
>"Most models are trained on the original speaker's voice, but maybe only a little bit." Really cool that you got this to work. I used to work on TTS (a few years ago, now), and we trained on celebrity voices, but used full audiobooks. https://github.com/Kyubyong/tacotron Here are some of our Nick Offerman samples: https://soundcloud.com/kyubyong-park/sets/tacotron_nick_215k .
Thanks for making this so open and accessible.
Re: Show HN: Neural text to speech with dozens of celebrity voices
#104This could make video games take up so much less space and have much more robust speech, especially from NPCs. Subreddit simulator is pretty convincing conversations, putting that to high quality voices? mannnn, so many good applications. Speaking of which, why don't people just talk about the good applications. You'll get ostracized for speculating more bad things about COVID, but talk about how doomed we potentiall…
Maybe, maybe not. You'll see some of the model sizes I posted in comments above. These are quite large, and adding models for multiple speakers gets quite large. These have to live in memory and probably can't be paged in selectively.
Once we achieve high fidelity multi-speaker embedding models (where multiple speakers are encoded in a singular model), then we'll have something compelling. I imagine the models will become less dense over time as well.
Furthermore, if the models are deterministic, then the designers will know what each line will sound like exactly before it's produced.
Re: Show HN: Neural text to speech with dozens of celebrity voices
#105Very cool, and easy to use! Can you give some more info on how you generated the models? I'm also interested in the tech stack you're using to implement this webapp... Would love some details! ..What's next?
glow-tts and melgan, which are somewhat unpopular choices given the proliferation of Tacotron2/Waveglow. I chose these due to their sparsity and speed.
> I'm also interested in the tech stack you're using to implement this webapp... Would love some details!
It's a Rust microservice architecture. There's a proxy layer that decodes the request and sends it to the appropriate backend, and then there's the tts service that is horizontally scaled and is responsible for loading the model pipeline and turning requests into audio.
> ..What's next?
For me? Voice conversion in the near term. This takes microphone input and turns it into the target speaker's voice.
I'm also spending a lot of time on photogrammetry. I have a 3d volumetric webcam system right now that I have much bigger plans for.
Re: Show HN: Neural text to speech with dozens of celebrity voices
#106Re: Show HN: Neural text to speech with dozens of celebrity voices
#107This is my pandemic side project, and I'll be happy to answer any questions about it.
Re: Show HN: Neural text to speech with dozens of celebrity voices
#108Re: Show HN: Neural text to speech with dozens of celebrity voices
#109Earlier quoted context omitted.
I was going to mention the same. It would be a childhood dream come true to talk to my computer and have it talk back to me in the TNG computer voice.
That's a fantastic suggestion! I'll get to it!