So I am trying to use festival tts on my raspberry pi for a smart home project. However, when I try to use a british english voice it says not a british english voice installed.
echo "hello world" | festival --tts --language "british_english"
Not a british English voice installed
But if I put in a made up language it says that one of the available language it says that British english is installed.
echo "hello world" | festival --tts --language "madeuplanguage"
"Language not installed. The installed languages are:"
(russian american_english finnish welsh italian english british_english czech scots_gaelic castillian_spanish)
The voice I want is this here the one I want is the "[peter, english rp male]" because it is the most natural sounding.
Thanks!