All Projects → Presburger → Qmc Decoder

Presburger / Qmc Decoder

Licence: mit
Fastest & best convert qmc 2 mp3 | flac tools

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
shell
77523 projects

Labels

Projects that are alternatives of or similar to Qmc Decoder

Gerbera
UPnP Media Server for 2021: Stream your digital media through your home network and consume it on all kinds of UPnP supporting devices 📱💻📺
Stars: ✭ 710 (-63.42%)
Mutual labels:  mp3, flac
Gogglesmm
Goggles Music Manager
Stars: ✭ 41 (-97.89%)
Mutual labels:  mp3, flac
Mutagen
Python module for handling audio metadata
Stars: ✭ 760 (-60.84%)
Mutual labels:  mp3, flac
Music Metadata Browser
Browser version of music-metadata parser Supporting a wide range of audio and tag formats.
Stars: ✭ 105 (-94.59%)
Mutual labels:  mp3, flac
Miniaudio
Single file audio playback and capture library written in C.
Stars: ✭ 1,889 (-2.68%)
Mutual labels:  mp3, flac
Jsmediatags
Media Tags Reader (ID3, MP4, FLAC)
Stars: ✭ 522 (-73.11%)
Mutual labels:  mp3, flac
Audioworks
A cross-platform, multi-format audio conversion and tagging suite
Stars: ✭ 35 (-98.2%)
Mutual labels:  mp3, flac
Libnyquist
🎤 Cross platform C++11 library for decoding audio (mp3, wav, ogg, opus, flac, etc)
Stars: ✭ 311 (-83.98%)
Mutual labels:  mp3, flac
Osac
The Open Source Audible Converter
Stars: ✭ 49 (-97.48%)
Mutual labels:  mp3, flac
Format parser
file metadata parsing, done cheap
Stars: ✭ 46 (-97.63%)
Mutual labels:  mp3, flac
Freac
The fre:ac audio converter project
Stars: ✭ 518 (-73.31%)
Mutual labels:  mp3, flac
Omp
OMP is an open-source music player being developed for Linux. OMP is programmed in C++ using gtkmm, GStreamer, TagLib, clastfm, and g++.
Stars: ✭ 111 (-94.28%)
Mutual labels:  mp3, flac
Music Metadata
Stream and file based music metadata parser for node. Supporting a wide range of audio and tag formats.
Stars: ✭ 455 (-76.56%)
Mutual labels:  mp3, flac
Axiom
An FFmpeg GUI for Windows
Stars: ✭ 560 (-71.15%)
Mutual labels:  mp3, flac
Tag
ID3, MP4 and OGG/FLAC metadata parsing in Go
Stars: ✭ 314 (-83.82%)
Mutual labels:  mp3, flac
Esp8266audio
Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3, and AAC files on I2S DACs or with a software emulated delta-sigma DAC on the ESP8266 and ESP32
Stars: ✭ 972 (-49.92%)
Mutual labels:  mp3, flac
slibs
Single file libraries for C/C++
Stars: ✭ 80 (-95.88%)
Mutual labels:  mp3, flac
flutter audio desktop
[WIP] An 🎵 audio playback library for Flutter Desktop. Supports Windows & Linux. Based on miniaudio.
Stars: ✭ 42 (-97.84%)
Mutual labels:  mp3, flac
Aplay
A Better(Maybe) iOS Audio Stream、Cache、Play Framework
Stars: ✭ 44 (-97.73%)
Mutual labels:  mp3, flac
Soloud
Free, easy, portable audio engine for games
Stars: ✭ 1,048 (-46.01%)
Mutual labels:  mp3, flac

QQMusic QMC Decoder (convert QMC File to MP3 or FLAC)

LICENSE LICENSE

Build Binary

SUPPORT QMC3/QMC0/QMCFLAC, Faster

MUSIC FILE TAG FIX, CAN TRY THIS SOFTWARE

Tag Editor

Release

binary executable file is released release

Build

  • for linux
git clone https://github.com/Presburger/qmc-decoder.git
cd qmc-decoder
git submodule update --init
mkdir build
cd build
cmake ..
make
  • for macOS
# install cmake 
brew install cmake
git clone https://github.com/Presburger/qmc-decoder.git
cd qmc-decoder
git submodule update --init
mkdir build && cd build
cmake ..
make
  • for windows
# PowerShell, please install MSVC compiler and Git with environment variables configured
# or in x86 or x64 Native Tools Command Prompt for VS 2019 
git clone https://github.com/Presburger/qmc-decoder.git
cd qmc-decoder
git submodule update --init
mkdir build
cd build
cmake -G "NMake Makefiles" .. -DCMAKE_BUILD_TYPE=Release
nmake

Convert

Put the execuatable file in your qmc file directory, then run the execuatable file.

For mac user, double-click the decoder.command file, before you need to put the decoder.command and decoder files in the qmc music file directory.

EjHn9U.gif

For windows user, just click the decoder-win.exe when you put the decoder-win.exe into your qmc file directory, it will convert all qmc file automatically.

tW1w7D.gif

  • Todo

support auto fetch albums

support auto fix music meta data

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].