PC-Logix / OpenFM

Streaming radio mod for Minecraft, with OpenComputers control support
MIT License
25 stars 17 forks source link

Suggestion: AAC Codec #46

Open vico93 opened 8 years ago

vico93 commented 8 years ago

As reported in #45 , OpenFM seems to not have support of AAC streams.

I have virtually zero knowledge on Java, but searching on Google led me to this repository (https://github.com/DV8FromTheWorld/JAADec), which I understood as a open source AAC codec for Java.

There another solutions too, like JCodec (http://jcodec.org/) or more powerful like FFMPEG-Java (http://fmj-sf.net/ffmpeg-java/getting_started.php) or JFFMPEG (http://jffmpeg.sourceforge.net/), but i dont know if the mod would became bloated like MCEF if using one of these.

I dont know if is possible to integrate this to OpenFM, but given large webradio aggregators like ShoutCast uses MP3 or AAC in your index, i think this would be a great addition.

CaitlynMainer commented 8 years ago

Yeah I know DV8 rather well, I'll talk to him about this project. Thanks for pointing it out.