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.
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