Re: [PD] speech recognition for pd

2009-01-14 Thread patrick
thanks it's helpful! i've updated the video on vimeo: http://www.vimeo.com/2814913 pat ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] speech recognition for pd

2009-01-14 Thread Enrique Erne
hi patrick have u seen : Help/manuals/pd-msg/1.msg_and_patch/1.2.create_patch.pd ? this is from pd-extended help browser. i'm not sure where you can find it in svn. patrick wrote: > hi, > > yes very interesting. also, i was looking at pdmtl abstractions > dyn.poly, but for now all i want

Re: [PD] speech recognition for pd

2009-01-14 Thread Vincent Rioux
hello it sounds really nice! please keep inform i might be able to help you with osc/python/pd if you need you could also add speech synthesis... (mbrola works pretty nicely) some remarks below patrick a écrit : > hi all, > > last night, i did a bridge between sphinx3 and pd. sphinx3 is an open

Re: [PD] speech recognition for pd

2009-01-13 Thread patrick
hi, yes very interesting. also, i was looking at pdmtl abstractions dyn.poly, but for now all i want is to be able to connect objects together, for example: number box connect oscillator connect output == [number2] | [osc~] | [dac~] how to connect multiple outlet? trig bang float anything

Re: [PD] speech recognition for pd

2009-01-13 Thread Enrique Erne
hi could u explain a bit what you like to dynamically patch? i am quite interested in this area :) you might want to have a look at [dyn~] or pd-msgs in the pd-extended help i am about to write a little helper abstraction to chain abstractions together. and that handles the connections (send~)

Re: [PD] speech recognition for pd

2009-01-13 Thread patrick
thanks, i am looking for help (suggestions, ideas, optimizations, dynamic patching etc). you can find the download + instructions (3 easy steps!) here: http://probing.wikidot.com/sphinx3-to-pure-data basic commands are: BANGB AE NG CANVASK AE N V AH S HORIZONTALHH AO R AH Z AA N T

Re: [PD] speech recognition for pd

2009-01-13 Thread Hans-Christoph Steiner
Fun stuff! .hc On Jan 13, 2009, at 3:14 PM, Bryan Jurish wrote: > moin patrick, > > this is excellent! is the code available somewhere? > > marmosets, > Bryan > > On 2009-01-13 16:58:21, patrick appears to have > written: >> hi all, >> >> last night, i did a bridge between sphinx3 and p

Re: [PD] speech recognition for pd

2009-01-13 Thread Bryan Jurish
moin patrick, this is excellent! is the code available somewhere? marmosets, Bryan On 2009-01-13 16:58:21, patrick appears to have written: > hi all, > > last night, i did a bridge between sphinx3 and pd. sphinx3 is an open > source speech recognition software. > > have a look at th

[PD] speech recognition for pd

2009-01-13 Thread patrick
hi all, last night, i did a bridge between sphinx3 and pd. sphinx3 is an open source speech recognition software. have a look at the demo http://www.vimeo.com/2814913 i am looking for help for optimizing or even better making an external for it. 1) working on linux only for now. 2) using she