Search code examples
pythonstreamsampleshoutcastaudio-player

Convert shoutcast stream to playable samples in Python?


I have a shoutcat radio station and now want to build a player for it. I know how to "get" thet stream from the server, thanks a lot to bobince , but I am not sure how to convert that stream into playable samples. How is it done?


Solution

  • Well, from what I can read on python, try this page. If that doesn't work, try the PythonInMusic article on the python wiki.