Re: [Live-devel] MP3 Audio Application

2008-11-20 Thread Ross Finlayson
I am developing audio switching application in windows, I have used LAME mp3 encoder library for encoding, I want to stream this data to network. Can I modify testMP3Streamer.cpp to make things working, Can I write directly to stdin and pipe the stdin data directly to the testMP3Streamer input.

[Live-devel] MP3 Audio Application

2008-11-19 Thread soumya patra
Hi Ross, I am developing audio switching application in windows, I have used LAME mp3 encoder library for encoding, I want to stream this data to network. Can I modify testMP3Streamer.cpp to make things working, Can I write directly to stdin and pipe the stdin data directly to the testMP3Stream