hello all is there any lib or well known method to save audio web streaming ( web radio , mp3 streaming) to file programmatically ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You could use libvlc from the VLC project. The wiki seems to be down right now though. The code is in c++. |
||||
|
|
|
You can use the BASS library. It has plenty of support for attaching to network streams and decode them into MP3/WMA/OGG/AAC files. Developed in C, but could easily be used in C++ and many other languages. |
|||