Decoder.GetAudioExt() return extension with .

This commit is contained in:
Emmm Monster
2021-05-16 12:15:22 +08:00
parent 9caf11217b
commit f9686bbfc4
7 changed files with 19 additions and 7 deletions

View File

@ -27,7 +27,7 @@ func (d RawDecoder) GetAudioData() []byte {
}
func (d RawDecoder) GetAudioExt() string {
return d.audioExt
return "." + d.audioExt
}
func (d RawDecoder) GetMeta() Meta {