[chuck-users] Phoneme Recognition with ChucK

AlgoMantra algomantra at gmail.com
Tue Nov 13 22:43:35 EST 2007


On Nov 14, 2007 9:05 AM, <Inventor-66 at comcast.net> wrote:

> Hi,
>
> On the electro-music.com forum we've been discussing a phoneme recognizer
> based on ChucK.  So far we have an FFT grabber that gets its samples off the
> dac so you can ChucK-up any input file to it including a microphone
> listener, rec_in.ck, a little bit of feature extraction and a rules-based
> phoneme recognizer.  It can basically tell an "ee" phoneme from an "ay"
> phoneme, and I plan to add all the vowels, a e i o u really soon.
>
> To help with the project, I was wondering if anyone from the list would
> like to contribute some suggestions or comments about our technique.
>  Basically we are shunning the hidden markov models that are often used to
> recognize words from phonemes in favor of creating a simple phoneme
> recognizer.  This way we offload much of the computation from the machine
> into the human user's brain, thus enabling a compact ChucK implementation as
> well as someday a simple dsPIC processor-based handheld product that streams
> text from a mic for the hearing impaired.
>
> For example, if you said "Mary had a little lamb", the device might output
> "mehry hahd ah letl lam" and it is up to the user to interpret that into
> regular speech.  In this way a very compact little product with just a few
> chips could be produced that would retail for twenty dollars or lower,
> making it affordable and portable for the hearing impaired to use.
>
> I was Just curious as to what your thoughts may be, I'm doing the code and
> Kassen plus others like dewdrop_world are commenting and pointing me in the
> right direction as we go.  Please feel free to offer suggestions and/or
> constructive criticism.
>
> Thanks,
> Les
> _______________________________________________
> chuck-users mailing list
> chuck-users at lists.cs.princeton.edu
> https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
>

Hello Inventor,

This is an are I'm extremely interested in, however, I do not want to
recognise any existing languages but create an entirely new one
that has far more tonal/sonic flexibility than, say, English. I want to use
this not to recognise existing phonemes, but to create new one, for
instance.

Can you kindly point me to the electro music thread where this is being
discussed? Then perhaps I could pitch in with more suggestions.

-------    -.-
1/f   )))  --.
-------    ...
http://www.algomantra.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.cs.princeton.edu/pipermail/chuck-users/attachments/20071114/69e3ad0e/attachment.htm 


More information about the chuck-users mailing list