I want to be able to play an mp3 audio sound buffer on Linux which I am receiving on a specific port. This a continuous live stream. I have looked at pulseaudio, portaudio, mpg123 amongst many others but can't seem to know what to do.
The mp3 sound is received from another computer on network where it is converted using naudio and lame. If I receive the sound on a windows pc i can simply play it using naudio provided dll in C#. But I am not sure of how to get around it in Linux.
Any suggestions will be greatly appreciated.
Thanks in advance,