go-opus:Golang绑定libopus(https

时间:2021-04-30 21:16:04
【文件属性】:
文件名称:go-opus:Golang绑定libopus(https
文件大小:158KB
文件格式:ZIP
更新时间:2021-04-30 21:16:04
Go 歌舞 用于libopus的Golang绑定( ) 用法 首先,获取源代码: go get -d github.com/winlinvip/go-opus 然后,编译作品: cd $GOPATH/src/github.com/winlinvip/go-opus && (git clone https://github.com/winlinvip/opus.git opus-lib && cd opus-lib && bash autogen.sh && ./configure --prefix=`pwd`/objs && make && make install) 完成,导入并使用该软件包: ,将aac帧解码为PCM样本。 在ADTS中有一个AAC音频数据包的示例: ,用户可以使用此文件将其解码为PCM,然后进行编码。 要运行所有示例: cd $GOPATH/src/g
【文件预览】:
go-opus-master
----.gitignore(355B)
----main.go(120B)
----README.md(2KB)
----LICENSE(1KB)
----opus()
--------dec_test.go(4KB)
--------dec.go(4KB)
--------example_test.go(1KB)
----doc()
--------aac_decoder.go(153KB)
--------adts_data.go(153KB)
--------opus_decoder.go(283KB)

网友评论