On Thu, Sep 8, 2011 at 5:11 PM, Harold Hallikainen wrote: > I'm interested in streaming some live audio (one channel, 16 bits, 48ksps= ) > to a web browser from a PIC32. Has anyone done this? What ADC is > suggested? What audio format is suggested? Any more ideas? > > THANKS! > > Harold > PCM at that sample size * rate is 96 kBytes/sec. PCM is by far the easiest if the TCP stack can do it. I'm not sure if the TCP stack will achieve that throughput. MP3 is ubiquitous, but the solution has the potential to be more complicated. I did a search and found this company: http://www.vlsi.fi/ They say they have an MP3 encoder chip. That would make your life easier. I don't know if the PIC32 can achieve real-time MP3 encoding. It's much more intensive than decoding. --=20 Martin K. --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .