Hi,
Does anyone on this list have experience (or know of anyone who does) with using PD in assistive music technology settings (i.e. physically disabled users)?
Any help or pointers would be greatly appreciated.
Thanks, Peter
Hi,
Not really PD per say, but I did an experimentation using speech
recognition to control pd:
https://www.youtube.com/watch?v=pJMm4IUIIrQ
Cheers~
On 2 Dec 2014, at 19:36, puredata@11h11.com wrote:
Hi,
Not really PD per say, but I did an experimentation using speech recognition to control pd: https://www.youtube.com/watch?v=pJMm4IUIIrQ
Cheers~
That’s really neat. Do you know what the underlying word recognition engine is? Does it use Sphinx?
Jamie
Very cool!
BTW, there is a stub of a Pd extern that does use sphinx on github. The extern simply outputs the text that it decodes from the speech input. This project needs some work to make it more useful (and the coding style is embarrassingly crude), but it builds and works on both linux and mac (up to 10.6 at least) last time I checked -- provided sphinx is properly installed, of course.
https://github.com/dmedine/recog_tilde https://github.com/dmedine/recog_tilde
On 12/2/14 6:20 AM, Jamie Bullock wrote:
On 2 Dec 2014, at 19:36, puredata@11h11.com wrote:
Hi,
Not really PD per say, but I did an experimentation using speech recognition to control pd: https://www.youtube.com/watch?v=pJMm4IUIIrQ
Cheers~
That’s really neat. Do you know what the underlying word recognition engine is? Does it use Sphinx?
Jamie _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
That’s really neat. Do you know what the underlying word recognition
engine is? Does it use Sphinx?
Did a test with Sphinx a long time ago, but Kiku use Julius. If you
don't mind sending your voice / PD keywords to Google, there is an
alternative called Palaver https://github.com/JamezQ/Palaver (higher
latency (online only)).
Cheers~