An MQA (Studio, originalSampleRate) identifier for lossless flac files written in Python
An MQA (Studio, originalSampleRate) identifier for “lossless” flac files written in Python. About The Project This project is a port of the awesome C++ project MQA_identifier by@purpl3F0x and mqaid byredsudo. Getting Started Prerequisites Installation Clone the repo git clone https://github.com/Dniel97/MQA-identifier-python.git && cd MQA-identifier-python Install the requirements pip3 install -r requirements.txt Usage python3 mqa-identifier-python.py “path/to/flac/files”
Read more