Hi! 2011/7/28 Martin Hamant <[email protected]>: > When I try bitrate > 64 with aacplus internal encoder, I get: > libaacplus: bad aac setting: br:96000, AACch:2, AACsr:22050
Indeed, the code does not seem to support bitrates > 64. This is also the case with the command-line aacplusenc utility. > anyway, why this message specify a samplerate of 22050 ? (I've not asked > this explicitly). The library does some conversion on the audio, in particular some downsampling and other things you dont want to know about :-) Concerning the bitrate issue, I am tired of reading specs so I won't ceck it but AAC+ (HE-AAC) is actually one of the many possible profile for AAC encoding. It could be the case that this profile is in fact only defined for bitrates <= 64.. However, for bitrates >= 64, we know have a AAC encoder (%aac, using libvoaacenc) which supports bitrates >= 64. Plain AAC may have a bad sound at bitrates <= 64 but for bitrates above 96 it is probably good enough for you.. Romain ------------------------------------------------------------------------------ Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll get a chance to win $100 to spend on ThinkGeek. http://p.sf.net/sfu/slashdot-survey _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
