1
1
mirror of https://github.com/wader/fq.git synced 2024-09-11 20:07:11 +03:00

moc3: initial implementation

This commit is contained in:
Ronsor 2023-08-17 20:07:55 -07:00
parent 29084e358e
commit 092662ec85
3 changed files with 1650 additions and 0 deletions

View File

@ -34,6 +34,7 @@ import (
_ "github.com/wader/fq/format/markdown"
_ "github.com/wader/fq/format/math"
_ "github.com/wader/fq/format/matroska"
_ "github.com/wader/fq/format/moc3"
_ "github.com/wader/fq/format/mp3"
_ "github.com/wader/fq/format/mp4"
_ "github.com/wader/fq/format/mpeg"

View File

@ -129,6 +129,7 @@ var (
MachO_Fat = &decode.Group{Name: "macho_fat"}
Markdown = &decode.Group{Name: "markdown"}
Matroska = &decode.Group{Name: "matroska"}
MOC3 = &decode.Group{Name: "moc3"}
MP3 = &decode.Group{Name: "mp3"}
MP3_Frame = &decode.Group{Name: "mp3_frame"}
MP3_Frame_VBRI = &decode.Group{Name: "mp3_frame_vbri"}

1648
format/moc3/moc3.go Normal file

File diff suppressed because it is too large Load Diff