Peter Griffin Text To Speech Voice



NextUp-Acapela Peter22 UK English Voice. Peter is a high quality natural voice that speaks British English language. Exciting new Acapela High Quality Text To Speech Voice.Available in a variety of languages, these high quality voices average under 200mb in disk space, are 22khz, and they Sound great.

Simple text to speech command line program

This is a very simple Microsoft Windows script to convert text to speech. If uses the windows scripting host and the Microsoft Text to Speech Engine. The Text to Speech Engine is installed with Windows XP and later versions.

For Linux or CYGWIN installations, there is a script file (ptts.sh) which provides everything here but supports many speech engines and languages. Run ptts.sh --help to get information on it. Note that under Linux the Microsoft speech engine will not work, another speech engine must be installed.

The text can be keyed in or read from a text file. The sound can be output to the computer sound system or sent to a wave file. Text is read from standard input or can be read from a file using a redirect, for example, to read aloud a text file:
cscript 'C:Program FilesJampalptts.vbs' < war-and-peace.txt

Peter Griffin Voice Text To Speech

STEWIE GRIFFIN SOUNDBOARD - FAMILY GUY Hilarious Stewie from Family Guy soundboard over 100 quotes. Stewart Gilligan Griffin is a fictional character from the animated television series Family Guy. He is voiced by series creator Seth MacFarlane and first appeared on television, along with the rest of the Griffin family, in a 15-minute short on. Acapela-Box is a service that provides a conversion of your text into speech by using the Acapela Text to Speech technology. You can listen to the generated speech freely without limitation. If you want to use the corresponding sound file you need to create a personal account and purchase it. Free Text To Speech with High Quality Voices, include access to 57 premium voices from 22 languages, perfect for youtube videos & e-learning presentations.

VoicesText

To create a wav file from the text file (e.g create an audio book ;) ):
cscript 'C:Program FilesJampalptts.vbs' -w war-and-peace.wav < war-and-peace.txt

Adjust the speech and voice defaults using the speech control panel option.

If you are running 64-bit windows you may only see 64-bit voices. If you have 32-bit voices you can access them by running
c:windowssyswow64cscript 'C:Program FilesJampalptts.vbs'

Peter

Usage

Typing the command
cscript 'C:Program FilesJampalptts.vbs' -h
will list out the available options.

Usage: cscript 'C:Program FilesJampalptts.vbs' [options]

Option Explanation
-w filename Create a wave file instead of outputting sound. Wave file will be CD quality, 44100 samples per second, 16 bit, stereo unless changed by a -s or -c option.
-m filename Create multiple wave files, a new wave file after each empty input line. This appends nnnnn.wav to the filename.
-r rate Speech rate -10 to +10, default is 0.
-v volume Volume as a percentage, default is 100.
-s samples Samples per sec for wav file, default is 44100. Options are 8000, 16000, 22050, 44100, 48000.
-c channels Channels (1 or 2) for wav file, default is 2.
-u filename Read text from file instead from stdin. This can be either Unicode file, ANSI or default encoding. Specify encoding using the -e option.
-e encoding File encoding for the -u option. Options are ASCII, UTF-16LE. Default is the windows encoding for your system.
-voice xxxx Voice to be used.
-vl List voices.

This generator allows you to convert text into text with random caps, just like in the 'Mocking SpongeBob' memes. Handy if you've got a lot of text to convert (e.g. the bee movie script) and you don't want to spend hours doing it. If you'd like to learn where the Mocking SpongeBob meme comes from, read on!

Mocking SpongeBob SquarePants

The mocking spongebob meme somes from a scene in the show where spongebob is acting like a chicken - clucking and pecking at the ground. The first known use of it in a meme was this tweet on May 4th 2017:

Which was followed by this tweet a day later:

And then this one:

And that got the meme rolling. As you can see, the alternating upper-case and lower-case letters indicate a 'mocking' tone that's often used when relating a story or occurrence to someone and you want to cast a bad light on what was said - implying that it is silly or absurd or whatever. Either that, or you're replying directly to the person with a 'taunting' sort of attitude.

This alternating caps stuff has moved well beyond the spongebob bird beak scene itself and is now (as of 2018) regularly used all over the place in regular social media posts without reference to the original image - though it's often understood that the poster implies that original spongebob 'mocking' visual.

Mocking Text

This separation from the spongebob image itself has led to this form of alternating caps text to be simple called 'mocking text', and as suck, this page is really just a 'mocking text generator', but I figured I'd call it by its original name, because the association is still pretty strong.

On the other hand, there seem to be a decent number of people who call it 'spongebob text' or 'spongebob meme text'. But to me that's a less-than-optimal name for it because spongebob is such a broad category in the meme world that people would probably get confused. Another term I've heard being used is '(spongebob) taunt text'.

How does the conversion work?

I decided to use a 50% probability of caps vs lower case, which I think is fairly reasonable and tends to match up with spongebob mocking text 'in the wild'. The text is produced with JavaScript, and it's really simple. If you know JavaScript, you might like to see the code itself:

outputText = inputText.split(').map(c => Math.random() < 0.5 ? c.toUpperCase() : c.toLowerCase()).join(');

LingoJam lets you put in custom functions in the 'exrtras' tab, so that's what I used. I could have used the infix tab, but this was much easier I think.

Okay, that's all for now folks! Please feel free to leave suggestions in the box, and I'll do my best to address them. At the very least I can create a different mocking text translator/converter for you rather than editing this one. E.g. maybe someone wants to be able to control the percentage of caps lock! Let me know :)


Peter Griffin Text To Speech Voice Changer

Peter griffin text to speech voice changer
Please enable JavaScript to view comments

LingoJam © 2020 Home | Terms & Privacy