I\'m trying to set up a program to record a portion of an internet audio stream, and save it to a file (preferably mp3 or wav). I\'ve looked everywhere and I can\'t find any
If you exactly want 5 seconds you can calculate it yourself based on the number of bytes you have received and the bit rate of the audio stream.