I am recording a mono audio stream using a PIC on 8-bit 8Khz and for another microprocessor The web server which is streaming raw. I am currently buffering data and turning it into a wav file played in the browser. What I want to be able to do, continuously transmits the audio, because the second processor is being recorded without too much encoding overhead I am searching but most searches only stream from an archived file, but since the file Size is not known ahead of time, so I'm not sure how to do this without the overhead of MP3 encoding.
You think the creation of just a WAV file (or other raw format) that keeps on growing In most player / browser plugins, the reason for the file to act as a live stream is, I believe, basically doing OGG streaming and so on. Because the player starts playing before downloading anyway, because it plays and downloads till the end of the file, but the file does not end, so it's still going on.
Comments
Post a Comment