IonDen / ion.sound

JavaScript plugin for playing sounds and music in browsers

Home Page:http://ionden.com/a/plugins/ion.sound/en.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aac format question

perrin4869 opened this issue · comments

Hi, I got an mp3 file I want to play, and I also want to provide ogg and aac alternatives as in the samples. I went ahead and used gulp-fluent-ffmpeg to automate conversion at runtime. Ogg file was obtained no problem, however, aac wasn't, and upon further research, it seems aac audio is usually found in mp4 or m4a containers. I couldn't find much information on aac containers. The question is, how do you obtain an aac file compatible with ion-sound by using ffmpeg, or more specifically, gulp-fluent-ffmpeg.
Also, the Mozilla documentation says that aac is only supported in mp4 containers. If so, when exactly are aac files used in practice?

Hi. The preferable container for AAC for ion.sound is mp4. So, feel free to use it.
AAC container i did got on this online converter, so, it is only an option.

got it, thanks!