Timo Juhani Lindfors wrote: > Charles-Henri Gros <[email protected]> writes: >> In this case I suggest using something like >> arecord -f S16_LE -r 44100 | speexenc - a.speex > > I was going to suggest it too but it does not work:
I looked into it. What I did to get it to work: arecord -D hw -f cd -v -t raw | speexenc --stereo --rate 44100 --16bit --le - a.speex You need to match the params exactly as the "raw" format doesn't transmit them (and speexenc apparently can only accept raw data as stdin) -- Charles-Henri _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

