[plt-scheme] (no subject)

From: Noel Welsh (noelwelsh at yahoo.com)
Date: Thu Apr 17 06:58:20 EDT 2003

--- verwaest at camden.be wrote:
> Does anyone know a way to convert sound from a micro
> to streaming text? (in none-scheme applications
> is ok, if I can catch the text in scheme...)

I assume you want to convert microphone input into the
character representation of the raw audio data.  Under
Unix you can simply read from /dev/dsp or /dev/audio
to do this.  I can't help you under Windows.

If you want to do speech recognition its an entirely
different problem.  Try looking at hidden markov
models.

Noel

=====
Email: noelwelsh <at> yahoo <dot> com
Jabber: noelw <at> jabber <dot> org

__________________________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo
http://search.yahoo.com


Posted on the users mailing list.