Software that can turn my voice into an US or British accent

Are there any softwares that can convert the audio of non-native english speaker to an english speaker voice.

Not that I know of.
The closest thing is “text-to-speech”.
It has improved a lot over the years, but still has a long way to go. By adjusting various things like speed, pitch, modulation, etc. it can produce “acceptable” audio. By “acceptable” I mean there are still things it doesn’t get right. How uppercase acronyms are interpreted, which syllables get emphasis etc.
And it still sounds digital.

1 Like

I tried couple of them by searching the search string given by you.

1 Like

Hi there Novicedeveloper,

if you are interested in a “text-to-speech”
example, then check out the attachment. :winky:

text-to-speech.zip (9.4 KB)

coothead

1 Like

wow did you build it? It would have been wonderful if we can also download the audio.

No, the actual text-to-speech “Javascript” came from this site…

https://responsivevoice.org

…with this script…

https://code.responsivevoice.org/responsivevoice.js

I just coded the page so as to display it in a mildly pleasant manner. :winky:

If you wanted to use it non-commercially then you would need to add
this acknowledgement to the page …

<div>
  <a href="https://responsivevoice.org">ResponsiveVoice-NonCommercial</a><br> 
   licensed under <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/">
   <img src="https://responsivevoice.org/wp-content/uploads/2014/08/95x15.png" alt="ResponsiveVoice Text To Speech" width="95" height="15">
  </a>
</div>

…to stop the S.W.A.T. squad arriving on your doorstep in the middle
of the night. :eek:

coothead

5 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.