Text to speech AIFF
Text to speech AIFF
Does anyone know the exact command I need to save text-to-speech on Leopard. I know the basic say command but how do you save an aiff of the text to a specific location? Many thanks Hayz 
-
doc holiday
- Posts: 1683
- Joined: Thu Jan 24, 2008 1:49 am
- Location: NOW
-
doc holiday
- Posts: 1683
- Joined: Thu Jan 24, 2008 1:49 am
- Location: NOW
-
doc holiday
- Posts: 1683
- Joined: Thu Jan 24, 2008 1:49 am
- Location: NOW
I type in the first line and press enter but it says "no such file or directory"doc holiday wrote:Open up your Utilities Folder, and open up the Terminal.app application.
simply type in the two lines at the prompt and hit enter after each.
I'm on a Macbook Pro does this make a difference, I was originally opening the Applescript window to type stuff to say...but now I'm trying to type it in the Terminal.app as you advsied and getting this error now...
Hayz
Last edited by Hayz on Tue Jun 03, 2008 2:07 am, edited 1 time in total.
-
bleepsnbreaks
- Posts: 219
- Joined: Thu Aug 09, 2007 12:39 am
- Location: Melbourne, Australia
theres a free cool little GUI for doing this you can download.
Google "cakehole"
I have used that on tracks...
Google "cakehole"
I have used that on tracks...
My Tracks on MySpace
Progressive Mix demo(not mixed in Live, mixed with CDJs)
17" Macbook pro 2.4 | Live 6 + Operator
Progressive Mix demo(not mixed in Live, mixed with CDJs)
17" Macbook pro 2.4 | Live 6 + Operator
You need to type things exactly. Cut-n-paste this in a new terminal, then cut-n-paste the whole output back in here, and I mean everything in that terminal.
and I might be able to figure out what went wrong.
By default OSX uses a non-case sensitive filesystem, so
should both give the same result.
Unless you've done something really weird and non-standard to your install?
you could try just opening terminal and doing the say line
Then in finder the file should appear in your home directory, making any non-standard install irrelevant and hoping that your permissions aren't screwed.
Code: Select all
pwd
cd ~
pwd
ls -lad *esktop*
ls -lad .
ls -lad ~
ls -lad ~/*esktop*By default OSX uses a non-case sensitive filesystem, so
Code: Select all
cd ~/Desktop
cd ~/desktopUnless you've done something really weird and non-standard to your install?
you could try just opening terminal and doing the say line
Code: Select all
say -v Alex -o ~/alex.aiff Alex is talking-
hacktheplanet
- Posts: 2846
- Joined: Sat Sep 25, 2004 6:37 am
- Location: Chicago, IL
- Contact:
Damn. All this time I was Audiohijacking the stream from Textedit. This is a lot easier.
Thanks Mr. Holiday!
Thanks Mr. Holiday!
Last edited by hacktheplanet on Tue Jun 03, 2008 4:25 am, edited 1 time in total.
-
doc holiday
- Posts: 1683
- Joined: Thu Jan 24, 2008 1:49 am
- Location: NOW
it is case sensitive actually, D.bragi0 wrote: By default OSX uses a non-case sensitive filesystem, so
Code: Select all
cd ~/Desktop cd ~/desktop
the_planet wrote:Damn. All this time I was Audiohijacking the stream from Textedit. This is a lot easier.
Thanks Mr. Holiday!
You can use all the voices also
Hayz wrote:ok huge apologies because It worked, I thought I was copying it exactly but I copied and pasted it rather than typed it, as I should have done earlier and it worked. Not quite sure what I got wrong as I even copied the case etc but most importantly it workedThanks Doc!
you were doing something wrong, that works on all os x macs. maybe adding a space or something? i'm defiantly on an intel with 10.5.3
I'm glad you got it. save that someplace for future reference.
