PDA

View Full Version : WAV Audio streaming with PIC microcontroller


Ninz
01-17-2008, 06:41 AM
Hi guys

I am planning to stream audio using a PIC. I have managed to send data via the UDP protocol. I am sampling the signal at 10kHz with 10bits. I wish to use the .wav file format. How would i send the data. Should I get a certain amount of samples and send them using the .wav format? and then get the next set and again send with .wav format?

any links will be helpful too

Thanks

Stream Recorder
01-17-2008, 09:22 AM
Interesting. Never heard of this before.

What PIC microcontroller do you use? How do you send data to it? What does it output?

Ninz
01-18-2008, 01:36 AM
I am using the PIC18F97J60family, it comes with an embedded ethernet controller. And using Microchip's TCP/IP stack.

So can basically have a webpage on a PIC. :)

Stream Recorder
01-18-2008, 08:45 AM
Unfortunately I can't help you with you problem. Try to google for PIC18F97J60 and you will find some communities which users know about microcontollers.

If you find anything useful, please let us know about it.

Stream Recorder
01-18-2008, 08:45 AM
Unfortunately I can't help you with you problem. Try to google for PIC18F97J60 and you will find some communities which users know about microcontollers.

If you find anything useful, please let us know about it.

lolohtl
03-01-2008, 07:48 PM
i try to make same project .
Do you find information about that