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
I'm testing this lib out by combining two mp3s. One is 22kb and the other is 37kb. The output mp3 is 113kb. I'm using 0 gap for testing purposes. What could be increasing the output file size so much?
The text was updated successfully, but these errors were encountered:
Check the bit-rate you are exporting at. Does it match the mp3s you're converting? Had the same issue with .ogg files, so I equalized the export settings and it worked.
The key is the vbr option. A value of 4 should slightly reduce the size of the file, while preserving the quality.
channels and samplerate are used to create the sample (a pre-conversion to a raw file). Using these values, you're sure that no quality is lost during the process.
I'm testing this lib out by combining two mp3s. One is 22kb and the other is 37kb. The output mp3 is 113kb. I'm using
0
gap for testing purposes. What could be increasing the output file size so much?The text was updated successfully, but these errors were encountered: