cool trick with pdf's

Moderator: TGN

Post Reply
IIIII
Member
Posts: 2138
Joined: Sun Nov 04, 2007 1:46 am
Location: Seattle

cool trick with pdf's

Post by IIIII »

hey I just realized in acrobat pdf's you can go to view->read out loud-> activate read out loud.
then have it read the page or the whole document. stuff like this is online but maybe you guys can come up with some weird shit doing this within acrobat
tape smoke
Funniest Member of the Year '09
Posts: 1877
Joined: Tue Jul 10, 2007 4:06 am

Re: cool trick with pdf's

Post by tape smoke »

speech synthesis is really cool, I like the windows xp default synthezizer but Im on the linux, so i havnt explorered much into what it has to offer, but i was reading how you can do this with CSS for web design, its called the aural speech module, its to accomidate visually impared people help read websites, but you can hack it to make cool speech synth, if you know basic css this should be easy, sorry for drifting into other dimensions


h1, h2, h3, h4, h5, h6
{
voice-family: paul;
voice-stress: moderate;
cue-before: url(../audio/ping.wav);
voice-volume: medium 6dB;
}
p.heidi
{
voice-family: female;
voice-balance: left;
voice-pitch: high;
voice-volume: -6dB;
}
I/O - EHT - Evangelist.
Post Reply