An open API service indexing awesome lists of open source software.

https://github.com/wxriw/qqmusicdecoder

QRC decoder, with a simple demo
https://github.com/wxriw/qqmusicdecoder

Last synced: 11 months ago
JSON representation

QRC decoder, with a simple demo

Awesome Lists containing this project

README

          

# QQMusicDecoder
QRC decoder, with a simple demo

可通过 Id 直接通过网络获取歌词 `Helper.GetLyrics(string, string)`;
可通过 Mid 直接通过网络获取歌词 `Helper.GetLyricsByMid(string, string)`;
也可以直接解密 QRC 歌词 `Decrypter.DecryptLyrics(string)`。

### 特别感谢
[@cnbluefire](https://github.com/cnbluefire)
[SuJiKiNen/LyricDecoder](https://github.com/SuJiKiNen/LyricDecoder)
[@Raspberry-Monster](https://github.com/Raspberry-Monster)