<div dir="ltr"><div class="gmail_extra">It is very unclearly what you want to do:  take raw audio and encode it to mp3/aac  (it is insane to do this in java, because it is unsuitable for such task) or you want to take mp3 and stream it via shoutcast.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Encode raw audio (where do you take it from?) to mp3 is a task for any C library that is very easily embeddable into erlang.</div><div class="gmail_extra">Streaming mp3 to shoutcast is very, very, extremely easy.</div><div class="gmail_extra"><br></div></div>