You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix MP3 encoding for bit depths > 16
lame_encode_buffer_long2() expects the values to be scaled
to fit the size of long, not a particular bit width.
Fixes#36