filippodipaola / WAV-to-FLAC-Converter-Python

This script allows for the conversion between WAV format to FLAC format in specific use for individuals who want to convert their WAV collection into a FLAC collect while maintaining the correct meta data. I built this script in order to convert ripped CD data from the Cocktail Audio X10 into the FLAC format for easier use on a Windows PC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This script has several requirements listed below:

To install this script, install all the requirements listed above and then clone the repo. Next COPY the .DB from the Cocktail Audio device hard drive to your PC, place the script "music_orderer_full.py" in the same level of the directory as the .DB/ folder and then open your terminal and type >python music_orderer_full.py

The result will be all the .WAV files from the .DB/ folder will be converted into FLAC files with FULL metadata/ID3 tags and the folder structure will be order such that the hierachry is ARTIST->ALBUM->FLAC file.

About

This script allows for the conversion between WAV format to FLAC format in specific use for individuals who want to convert their WAV collection into a FLAC collect while maintaining the correct meta data. I built this script in order to convert ripped CD data from the Cocktail Audio X10 into the FLAC format for easier use on a Windows PC

License:GNU General Public License v3.0


Languages

Language:Python 100.0%