alac-go

Package alac provides Go bindings for ALAC decoder (C version by David Hammerton) with community patches.

  • 所有者: xlab/alac-go
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

alac-go

The package provides Go bindings for ALAC decoder (C version by David Hammerton) with community patches.
All the binding code has automatically been generated with rules defined in alac.yml.

Usage

$ go get github.com/xlab/alac-go/alac

Demo

There is a player implemented in Go that can read M4A ALAC files and play them via portaudio-go. So you will need to get portaudio installed first. 03-Morcheeba-Otherwise.m4a direct link.

$ brew install portaudio
$ go get github.com/xlab/alac-go/cmd/alac-player

$ ./alac-player 03-Morcheeba-Otherwise.m4a
ALAC header: 616C616300000000000010000010280A0E0200FF000034DF000DBCB40000AC44
Audio duration: 224.026s
[==>-----------------------------------------------------------------------------------------------------------------] 2.20 %

Rebuilding the package

You will need to get the c-for-go tool installed first.

$ git clone https://github.com/xlab/alac-go && cd alac-go
$ make clean
$ make

主要指标

概览
名称与所有者xlab/alac-go
主编程语言C
编程语言Makefile (语言数: 3)
平台
许可证
所有者活动
创建于2016-01-06 02:37:50
推送于2017-09-05 16:47:27
最后一次提交2017-09-05 19:47:18
发布数0
用户参与
星数5
关注者数3
派生数2
提交数14
已启用问题?
问题数0
打开的问题数0
拉请求数0
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?