Update RawDecoder & Support .kwm as .aac

This commit is contained in:
Emmm Monster
2021-05-23 19:59:29 +08:00
parent c836ac7cb5
commit 15e340eac4
4 changed files with 29 additions and 19 deletions

View File

@@ -73,7 +73,7 @@ func init() {
common.RegisterDecoder("tm2", DecoderFuncWithExt("m4a"))
common.RegisterDecoder("tm6", DecoderFuncWithExt("m4a"))
// QQ Music IOS Mp3
common.RegisterDecoder("tm0", common.DecoderFuncWithExt("mp3"))
common.RegisterDecoder("tm3", common.DecoderFuncWithExt("mp3"))
common.RegisterDecoder("tm0", common.NewRawDecoder)
common.RegisterDecoder("tm3", common.NewRawDecoder)
}