Live data from Hacker News

Common Voice

commonvoice.mozilla.org

51–60 of 82 posts

Re: Common Voice

#51

> Voice datasets also underrepresent: non-English speakers, people of colour, disabled people, women and LGBTQIA+ people. How does being gay change your voice?

https://en.wikipedia.org/wiki/LGBT_linguistics#Accents_of_En...

I'm aware of the trope. I've yet to meet anyone that adheres to it, though. Always thought it was just one of those things that Hollywood overemphasizes to "other" gay people.

Re: Common Voice

#52

With recent events in AI and deepfake technology, I would need to see some assurances before I agreed to “donate my voice” to something like this. It seems like the project is for voice recognition, not generation, but it’s not immediately clear.

What assurances would you like to see?

Re: Common Voice

#53

Earlier quoted context omitted.

https://en.wikipedia.org/wiki/LGBT_linguistics#Accents_of_En...

I'm aware of the trope. I've yet to meet anyone that adheres to it, though. Always thought it was just one of those things that Hollywood overemphasizes to "other" gay people.

> Always thought it was just one of those things that Hollywood overemphasizes to "other" gay people.

They may over emphasize it. I don't know. But now you know they didn't invent it.

Re: Common Voice

#55
post #39
post #17

Earlier quoted context omitted.

Mozilla didn't want to fund further development, most of the team ended up at Coqui.ai

Mozilla shut that project down same day (Apr 12, 2021) as: "Mozilla is partnering with NVIDIA, which is investing $1.5 million in Mozilla Common Voice,". Aka they got paid off by Nvidia to not compete.

DeepSpeech is not competition for NVIDIA, quite the contrary. More people using DeepSpeech means more GPUs sold.

Seems more likely that Mozilla would have shut down both projects, but NVIDIA funding saved the more important one.

Re: Common Voice

#56
post #31

I submitted a request for Norwegian Bokmål, and realised a complication which I'm sure must affect other languages too: Norway has two separate official languages. They are unusually close - one is relatively close to Danish, and the other started as a collection of dialects, but technically they are written languages, especially Bokmål which basically means "book language". I'm unusual in that I speak close to "pure…

> Norwegian Bokmål

... is currently in progress. What's missing is a sufficiently complete translation of the UI https://pontoon.mozilla.org/projects/common-voice/ and a sufficiently large number of sentences for people to record https://commonvoice.mozilla.org/nb-NO/write

> let each speaker at least assign a lot of tags/labels to their profile

Common Voice data files have columns for age, gender, accents, variant, locale and segment. (Not sure what that last one is.) These are per recording, but I'm pretty sure they're the same for all recordings by the same speaker.

Re: Common Voice

#57

Earlier quoted context omitted.

https://en.wikipedia.org/wiki/LGBT_linguistics#Accents_of_En...

I'm aware of the trope. I've yet to meet anyone that adheres to it, though. Always thought it was just one of those things that Hollywood overemphasizes to "other" gay people.

There was someone in my high school who had the stereotypical voice. One of his friends, who'd known him since they were little, mentioned that he had talked like that his whole life.

Re: Common Voice

#59
post #5

FF's TTS is an important project for anyone who wants a trivial to use text-to-speech system. It's built into the browser so you can just run wss = window.speechSynthesis; for (let i = 0; i

Nice! For debugging I've been having a lot of fun supplementing stderr (for especially important messages that I don't want to miss) with the free TTS voices available on Windows (by running a Powershell command) and from Chrome (via WebSocket). It's nice to have even more voices to choose from.
Post reply on HN