文件名称:go-mp3:纯Go语言中的MP3解码器
文件大小:11.14MB
文件格式:ZIP
更新时间:2024-02-24 08:13:14
go golang mp3 mp3-decoder GoGo
go-mp3 基于纯Go中的MP3解码器。
【文件预览】:
go-mp3-master
----.gitignore(13B)
----go.mod(89B)
----decode.go(5KB)
----fuzzing_test.go(3KB)
----LICENSE(11KB)
----go.sum(1KB)
----README.md(411B)
----example()
--------mpeg2.mp3(440KB)
--------main.go(1KB)
--------classic.mp3(10.85MB)
--------license.md(411B)
----bench_test.go(1KB)
----source.go(2KB)
----AUTHORS(115B)
----internal()
--------maindata()
--------frameheader()
--------huffman()
--------sideinfo()
--------bits()
--------imdct()
--------consts()
--------frame()