mirror of
https://git.um-react.app/um/cli.git
synced 2025-11-28 03:33:02 +00:00
Update RawDecoder & Support .kwm as .aac
This commit is contained in:
@@ -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)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user