audiocogs / aac.js

AAC decoder in JavaScript.
http://audiocogs.org/codecs/aac/
GNU Lesser General Public License v3.0
222 stars 45 forks source link

decode aac file causes audio noise. #7

Open weichienhung opened 9 years ago

weichienhung commented 9 years ago

We use aac.js to decode some aac files but found weird situation.

aac.js can decode aac file and sounds ok when file is encoded by bitrate 64kb, sample rate 48000, channel 1. We low the source bit rate to 32kb with same sample rate, channel. The output has noise(it seems high frequency sound become noise).

The 32kb sample file is here

devongovett commented 8 years ago

Your sample file is 404ing now, but try the new version after https://github.com/audiocogs/aac.js/issues/10. Maybe that was causing your issue?