-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Low-bitrate playback goes weirdly awful #5
Comments
Yep, definitely noticed this. I'll check it out. |
I'd like to note however, that |
Those tracks you say were transcoded back to 96 kbps are actually 128 kbps when I downloaded them. Still sound bad though, not sure why yet. |
Uh it might be i was thinking about the wrong files |
The mp3 decoder makes strange warping sounds when playing files with less than 128kbps bitrate.
Test case: http://vladkorotnev.me/webtunes/player.php?kind=album&album=63&track=1
Listen to tracks 1 to 9.
These tracks were recorded from a radio station that broadcasts these 96kbps tracks in 192 kbps, then transcoded to the original bitrate of 96.
Expected behavior: acceptable quality playback with degradation usual to 96kbps MP3 files.
Resulting behavior: unacceptable mess.
Listen to track 10.
This track was recorded from the same radio station but no transcoding was applied because the original quality (before Icecast encoding) was also 192kbps.
Expected behavior: acceptable quality playback with degradation usual to 192kbps MP3 files.
Resulting behavior: works as expected with some acceptable degradation.
The tracks can be downloaded (play a track and then click the right "down arrow" key in the player control display) and played in whatever player you use or viewed through a spectrum visualizer (such as Spek) to prove that it's not the recording itself being the cause of unexpected behavior.
Great JS plugin otherwise though, enjoyed building with it, thanks Audiocogs!
The text was updated successfully, but these errors were encountered: