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.
Very very cool.
One suggestion: if you Trigger multiple times, the Words output keeps increasing.. Could you clear it each time Trigger is hit?
Words output resetting was added in v0.2 --- http://kineme.net/QuartzComposerPatches/SpeechSynthesisPatch/0.2
Can we get speed/pitch inputs? This would allow me to create a patch with MIDI input to be played via keyboard or sequencer.
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.
see attachment.