An MQA (Studio, originalSampleRate) identifier for lossless flac files written in Python.

Overview

MQA-identifier-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 by redsudo.

Getting Started

Prerequisites

Installation

  1. Clone the repo

    git clone https://github.com/Dniel97/MQA-identifier-python.git && cd MQA-identifier-python
  2. Install the requirements

    pip3 install -r requirements.txt

Usage

python3 mqa-identifier-python.py "path/to/flac/files"
Found 11 FLAC files to check
#	Encoding				Name
1	NOT MQA					22. letzter song.flac
2	NOT MQA					23. judy.flac
3	MQA Studio 96kHz		01. Algorithm.mqa.flac
4	MQA Studio 48kHz		02. The Dark Side.mqa.flac
5	MQA Studio 96kHz		03. Pressure.mqa.flac
6	MQA Studio 48kHz		04. Propaganda.mqa.flac
7	MQA Studio 96kHz		05. Break It to Me.mqa.flac
8	MQA Studio 96kHz		06. Something Human.mqa.flac
9	MQA Studio 96kHz		07. Thought Contagion.mqa.flac
10	MQA Studio 96kHz		08. Get up and Fight.mqa.flac
11	MQA Studio 44.1kHz		09. Blockades.mqa.flac

Contributing

Pull requests are welcome.

Related Projects

You might also like...
An Active Automata Learning Library Written in Python

AALpy An Active Automata Learning Library AALpy is a light-weight active automata learning library written in pure Python. You can start learning auto

A programming language written with python
A programming language written with python

Kaoft A programming language written with python How to use A simple Hello World: c="Hello World" c Output: "Hello World" Operators: a=12

Code for all the Advent of Code'21 challenges mostly written in python

Advent of Code 21 Code for all the Advent of Code'21 challenges mostly written in python. They are not necessarily the best or fastest solutions but j

A basic reminder tool written in Python.
A basic reminder tool written in Python.

A simple Python Reminder Here's a basic reminder tool written in Python that speaks to the user and sends a notification. Run pip3 install pyttsx3 w

Rest API Written In Python To Classify NSFW Images.

Rest API Written In Python To Classify NSFW Images.

A cool little repl-based simulation written in Python
A cool little repl-based simulation written in Python

A cool little repl-based simulation written in Python planned to integrate machine-learning into itself to have AI battle to the death before your eye

Capstone-Project-2 - A game program written in the Python language

Capstone-Project-2 My Pygame Game Information: Description This Pygame project i

A Simple Key-Value Data-store written in Python

mercury-db This is a File Based Key-Value Datastore that supports basic CRUD (Create, Read, Update, Delete) operations developed using Python. The dat

Vpw analyzer - A visual J1850 VPW analyzer written in Python

VPW Analyzer A visual J1850 VPW analyzer written in Python Requires Tkinter, Pan

Comments
  • Click Librarie dosnt seem to get recognized

    Click Librarie dosnt seem to get recognized

    Hey, idk why but it seems like your program dosnt work for me because the librarie "click" is not installed correctly, idk. Sadly I never really work with phython so its probably on my end sry. Looking forward to hearing from you and I hope that we can fix that :) -Franz

    `C:\Users\Franz3>cd MQA-identifier-python

    C:\Users\Franz3\MQA-identifier-python>pip3 install -r requirements.txt Requirement already satisfied: click>=8.0.1 in c:\users\franz3\appdata\local\programs\python\python310\lib\site-packages (from -r requirements.txt (line 2)) (8.1.3) Requirement already satisfied: mutagen>=1.45.1 in c:\users\franz3\appdata\local\programs\python\python310\lib\site-packages (from -r requirements.txt (line 5)) (1.45.1) Requirement already satisfied: colorama in c:\users\franz3\appdata\local\programs\python\python310\lib\site-packages (from click>=8.0.1->-r requirements.txt (line 2)) (0.4.5)

    C:\Users\Franz3\MQA-identifier-python>python3 mqa-identifier-python.py --fix-tags "C:/Users/Franz3/Desktop/music/Downloaded Qobuz" Traceback (most recent call last): File "C:\Users\Franz3\MQA-identifier-python\mqa-identifier-python.py", line 1, in import click ModuleNotFoundError: No module named 'click'`

    opened by Franz321 4
Owner
Daniel
Daniel
A lossless neural compression framework built on top of JAX.

Kompressor Branch CI Coverage main (active) main development A neural compression framework built on top of JAX. Install setup.py assumes a compatible

Rosalind Franklin Institute 2 Mar 14, 2022
NuPIC Studio is an all­-in-­one tool that allows users create a HTM neural network from scratch

NuPIC Studio is an all­-in-­one tool that allows users create a HTM neural network from scratch, train it, collect statistics, and share it among the members of the community. It is not just a visualization tool but an HTM builder, debugger and laboratory for experiments. It is ideal for newbies with little intimacy with NuPIC code as well as experts that wish a better productivity. Among its features and advantages:

HTM Community 93 Sep 30, 2022
Compare outputs between layers written in Tensorflow and layers written in Pytorch

Compare outputs of Wasserstein GANs between TensorFlow vs Pytorch This is our testing module for the implementation of improved WGAN in Pytorch Prereq

Hung Nguyen 72 Dec 20, 2022
Experimental Python implementation of OpenVINO Inference Engine (very slow, limited functionality). All codes are written in Python. Easy to read and modify.

PyOpenVINO - An Experimental Python Implementation of OpenVINO Inference Engine (minimum-set) Description The PyOpenVINO is a spin-off product from my

Yasunori Shimura 7 Oct 31, 2022
A python-image-classification web application project, written in Python and served through the Flask Microframework

A python-image-classification web application project, written in Python and served through the Flask Microframework. This Project implements the VGG16 covolutional neural network, through Keras and Tensorflow wrappers, to make predictions on uploaded images.

Gerald Maduabuchi 19 Dec 12, 2022
🎯 A comprehensive gradient-free optimization framework written in Python

Solid is a Python framework for gradient-free optimization. It contains basic versions of many of the most common optimization algorithms that do not

Devin Soni 565 Dec 26, 2022
Minimal deep learning library written from scratch in Python, using NumPy/CuPy.

SmallPebble Project status: experimental, unstable. SmallPebble is a minimal/toy automatic differentiation/deep learning library written from scratch

Sidney Radcliffe 92 Dec 30, 2022
A plug-and-play library for neural networks written in Python

A plug-and-play library for neural networks written in Python!

Dimos Michailidis 2 Jul 16, 2022
Simple Pixelbot for Diablo 2 Resurrected written in python and opencv.

Simple Pixelbot for Diablo 2 Resurrected written in python and opencv. Obviously only use it in offline mode as it is against the TOS of Blizzard to use it in online mode!

null 468 Jan 3, 2023