.aac file support

jon bird news at onastick.clara.co.uk
Sat Aug 3 09:19:52 UTC 2013


In article 
<CADALLbC2rVgc1ZAYgxW2ObuQ9tCGHVjxVS_Z0QKCDOAO9YkC5A at mail.gmail.com>, 
Kyle <gonemad at gmail.com> writes
>Aac is not an alias for m4a. Aac is used for adts which is raw aac not
>in an mp4 wrapper
>

Also if memory serves me correctly, the recommended tag is ID3 although 
I've never actually seen one in the wild....


>On Aug 2, 2013 5:47 PM, "Dale Luck" <d.luck at ieee.org> wrote:
>  Hi,
>  I've developed a single patch that adds .aac files as an alias for
>  .m4a
>  Would you consider adding it to the release?
>  thanks
>  *** /dev/null    2013-08-02 13:52:57.970592857 -0700
>  --- taglib-1.8/taglib/fileref.cpp    2012-09-06 11:03:15.000000000
>  -0700
>  ***************
>  *** 152,157 ****
>  --- 152,158 ----
>      l.append("spx");
>      l.append("tta");
>      l.append("m4a");
>  +   l.append("aac"); // alias for m4a
>      l.append("m4r");
>      l.append("m4b");
>      l.append("m4p");
>  ***************
>  *** 254,260 ****
>          return new Ogg::Speex::File(fileName, readAudioProperties,
>  audioPropertiesStyle);
>        if(ext == "TTA")
>          return new TrueAudio::File(fileName, readAudioProperties,
>  audioPropertiesStyle);
>  !     if(ext == "M4A" || ext == "M4R" || ext == "M4B" || ext ==
>  "M4P" || ext == "MP4" || ext == "3G2")
>          return new MP4::File(fileName, readAudioProperties,
>  audioPropertiesStyle);
>        if(ext == "WMA" || ext == "ASF")
>          return new ASF::File(fileName, readAudioProperties,
>  audioPropertiesStyle);
>  --- 255,261 ----
>          return new Ogg::Speex::File(fileName, readAudioProperties,
>  audioPropertiesStyle);
>        if(ext == "TTA")
>          return new TrueAudio::File(fileName, readAudioProperties,
>  audioPropertiesStyle);
>  !     if(ext == "M4A" || ext == "M4R" || ext == "M4B" || ext ==
>  "M4P" || ext == "MP4" || ext == "3G2" || ext == "AAC")
>          return new MP4::File(fileName, readAudioProperties,
>  audioPropertiesStyle);
>        if(ext == "WMA" || ext == "ASF")
>          return new ASF::File(fileName, readAudioProperties,
>  audioPropertiesStyle);
>
>
>  _______________________________________________
>  taglib-devel mailing list
>  taglib-devel at kde.org
>  https://mail.kde.org/mailman/listinfo/taglib-devel
>_______________________________________________
>taglib-devel mailing list
>taglib-devel at kde.org
>https://mail.kde.org/mailman/listinfo/taglib-devel

-- 
== jon bird - software engineer
== <reply to address _may_ be invalid, real mail below>
== <reduce rsi, stop using the shift key>
== posted as: news 'at' onastick 'dot' clara.co.uk



More information about the taglib-devel mailing list