FullR / audio-converter

A utility tool for batch converting wave files to ogg/mp3
12 stars 5 forks source link

wrong mp3Quality #1

Closed reinholdB closed 8 years ago

reinholdB commented 8 years ago

If the mp3Only flag is set, the oggQuality instead of mp3Quality is used.

if(mp3Only) { promise = buildMP3(file, inputDir, outputDir, oggQuality); }

FullR commented 8 years ago

Fixed. Thanks for letting me know about this.