Amaterasu33 / qmc-decoder

Fastest & best convert qmc 2 mp3 | flac tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

LICENSE LICENSE

SUPPORT QMC3/QMC0/QMCFLAC, Faster

Release

binary executable file is released release

Build

  • for linux
mkdir build
cd build
cmake ..
make
  • for windows
mkdir build
cd build
cmake -G "NMake Makefiles" ..
nmake

Convert

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

For windows user, Just click the decoder.exe when you put the decoder.exe into your qmc file directory, It will convert all qmc file automatically.

eXlSt1.gif

For mac user, Can click the decoder.command file, But you need copy the decoder.command file in your qmc file directory too.

EjHn9U.gif

  • Todo

support auto fetch albums

support auto fix music meta data

About

Fastest & best convert qmc 2 mp3 | flac tools

License:MIT License


Languages

Language:C++ 91.6%Language:CMake 8.4%