Revision of Speech Synthesis Patch, v0.1 from Fri, 2007-10-26 00:02

The revisions let you track differences between multiple versions of a post.

Release Type:
Version:
Release Notes
PreviewAttachmentSize
SpeechSynthesisPatch-0.1.zip15.63 KB
SpeechSynthesisPatch-0.1-src.zip66.15 KB

smokris's picture
rad

Very very cool.

One suggestion: if you Trigger multiple times, the Words output keeps increasing.. Could you clear it each time Trigger is hit?

smokris's picture
Added in v0.2

Words output resetting was added in v0.2 --- http://kineme.net/QuartzComposerPatches/SpeechSynthesisPatch/0.2

smokris's picture
speed/pitch?

Can we get speed/pitch inputs? This would allow me to create a patch with MIDI input to be played via keyboard or sequencer.

cwright's picture
not with the current API

Using the Cocoa api as I currently am is extremely limited. For real, the only exported methods are: setVoice. That's all the customization available.

That said, the input text is passed through the MacinTalk speech synth engine, which will parse commands to modify stuff. This isn't modifiable on the fly though.

In the next version, I'll play with dropping to a lower API to allow for this kind of stuff.

smokris's picture
Wir fahren auf der Autobahn

see attachment.

PreviewAttachmentSize
autobahn.qtz226.01 KB

Installation Instructions

Place the plugin file in
/Users/[you]/Library/Graphics/Quartz Composer Patches/
(Create the folder if it doesn't already exist.)