flac2mp3 icon indicating copy to clipboard operation
flac2mp3 copied to clipboard

Converter for FLAC to MP3

Results 3 flac2mp3 issues
Sort by recently updated
recently updated
newest added

can u add heroku deploy support?

``` if 'audio/x-flac' not in get_filetype(f): ``` Previously this magic format is 'audio/x-flac'.The progarm will log something like below ``` [INFO] Skipped 'xxxxxxx.flac' ``` So I changed to ``` if...

Example of how to change the bitrate