Robot voice simulation

General chat about fembots, technosexual culture or any other ASFR related topics that do not fit into the other categories below.
Post Reply
wifebot
Posts: 3
Joined: Wed Feb 11, 2015 6:32 pm
Technosexuality: Built and Transformation
Identification: Human
Gender: Female
Contact:

Robot voice simulation

Post by wifebot » Thu Feb 12, 2015 4:45 pm

Hello all. Has anyone had any luck finding something to simulate a robot voice for rp? I looked at voice modifiers on Amazon and the reviews were terrible. So...any thoughts? Recommendations?

xerxes31415
Moderator
Posts: 305
Joined: Sat Jun 16, 2007 12:50 pm
Technosexuality: Built
Identification: Android
Gender: Male
Location: Los Angeles, CA
x 2
Contact:

Re: Robot voice simulation

Post by xerxes31415 » Sat Feb 14, 2015 9:08 am

I'm assuming you want this to be real time? As in, you don't want to prerecord what you're saying then send it over.

There might be some options to play with in some professional audio suites, which do have free versions. You may have to create your own by adding clipping and reverb and whatnot to get the sound you want, but you'll have complete control over it. I think ProTools has a free starter version that's pretty good.

Hope that helps.

User avatar
dale coba
Posts: 1868
Joined: Wed Jun 05, 2002 9:05 pm
Technosexuality: Transformation
Identification: Human
Gender: Male
Location: Philadelphia
x 12
x 13

Re: Robot voice simulation

Post by dale coba » Sat Feb 14, 2015 10:03 am

http://www.nchsoftware.com/voicechanger/

I think this software may satisfy our needs. It is cross-platform and free. The presets are not close to what we are looking for; however the tools are handy.

Image

If you know the formula, so much reverb and this much pitch modulation and so forth, it should be easy to get your results with Voxal.

Image

I hope we will be sharing our findings, I can't wait to see what sorts of voices people can come up with.

- Dale Coba
8) :!: :nerd: :idea: : :nerd: :shock: :lovestruck: [ :twisted: :dancing: :oops: :wink: :twisted: ] = [ :drooling: :oops: :oops: :oops: :oops: :party:... ... :applause: :D :lovestruck: :notworthy: :rockon: ]

User avatar
darkbutflashy
Posts: 783
Joined: Mon Dec 12, 2005 6:52 am
Technosexuality: Transformation
Identification: Human
Gender: Male
Location: Out of my mind
x 1
Contact:

Re: Robot voice simulation

Post by darkbutflashy » Sat Feb 14, 2015 1:58 pm

And for all of you who are in bad need of having a robotic voice assistant, there's MaryTTS speech synthesis and a little SOX postprocessing. I made a small shell script which produces a fairly fembotic voice

Code: Select all

#!/bin/bash

LOCALE=en_US
MARYTTS=http://mary.dfki.de:59125
SOX_PARAMS='
	phaser 0.8 0.74 3 0.4 0.5 -t
	overdrive 20
	chorus 0.9 0.9 50 0.5 0.10 2 -t
	echo 0.9 0.8 33 0.9
	echo 0.7 0.7 10 0.2
	echo 0.9 0.2 55 0.5
	gain 10
	reverb
'

curl $MARYTTS/process \
	--silent \
	--data INPUT_TYPE=TEXT \
	--data OUTPUT_TYPE=AUDIO \
	--data AUDIO=WAVE_FILE \
	--data LOCALE=$LOCALE \
	--data effect_Robot_selected=on \
	--data-urlencode INPUT_TEXT@- \
	| play -q - $SOX_PARAMS
In addition to that script, you need only curl, sox, and play installed, but that's pretty standard on any Linux distribution.
Save it as "fembotvoice", mark it executeable and call it with

Code: Select all

echo 'All systems engaged!' | ./fembotvoice 
It will also read longer texts from files of course. MaryTTS supports a wide range of languages/speakers, adjust the locale accordingly. The example code uses the online demo of MaryTTS, if you like to have her say things the science gals of DFKI should not take notice of, you might want to install MaryTTS locally. Just download the ZIP archive from http://mary.dfki.de/download/index.html, unpack it and start bin/marytts-server. After that, change the URL inside the script to http://localhost:59125 and let her talk dirty.

Have fun!

wifebot
Posts: 3
Joined: Wed Feb 11, 2015 6:32 pm
Technosexuality: Built and Transformation
Identification: Human
Gender: Female
Contact:

Re: Robot voice simulation

Post by wifebot » Sat Feb 14, 2015 3:29 pm

Thanks for the replies! I apologize for my lack of clarity, but I was really hoping for something a little more...in the moment. As an example: http://www.amazon.com/Toysmith-1377-Voi ... ransformer

User avatar
N6688
Posts: 783
Joined: Tue Dec 31, 2013 12:58 pm
Technosexuality: Built
Identification: Android
Gender: Male
x 179
x 55
Contact:

Re: Robot voice simulation

Post by N6688 » Sat Feb 14, 2015 5:40 pm

wifebot wrote:Thanks for the replies! I apologize for my lack of clarity, but I was really hoping for something a little more...in the moment. As an example: http://www.amazon.com/Toysmith-1377-Voi ... ransformer
I think i found a cheap but a small voice changer that you can wear on your mouth like a gasmask

http://www.amazon.com/Star-Wars-Spyware ... B005VI1ZGY

I tried to find throat mics with portable loudspeakers, but apparently that doesn't exsist
All the other ones are hand held devices, and that would break imersion a bit.
Besides, with this mask you will look more robotic anyway, so that would be a plus.
"Robot wives have needs, too"
Goku, Dragonball fighterZ 2017

Post Reply
Users browsing this forum: No registered users and 23 guests