An open API service indexing awesome lists of open source software.

https://github.com/go-audio/aiff

Battle tested aiff decoder/encoder
https://github.com/go-audio/aiff

aiff audio decoder encoder golang

Last synced: 9 months ago
JSON representation

Battle tested aiff decoder/encoder

Awesome Lists containing this project

README

          

# aiff codec

[![GoDoc](https://godoc.org/github.com/go-audio/aiff?status.svg)](https://godoc.org/github.com/go-audio/aiff)
[![Go Report Card](https://goreportcard.com/badge/github.com/go-audio/aiff)](https://goreportcard.com/report/github.com/go-audio/aiff)
[![Coverage Status](https://codecov.io/gh/go-audio/aiff/graph/badge.svg)](https://codecov.io/gh/go-audio/aiff)
[![Build Status](https://travis-ci.org/go-audio/aiff.svg)](https://travis-ci.org/go-audio/aiff)

Support for int PCM data wrapped in aiff format.
AIFC/sowt format supported.

See [GoDoc](https://godoc.org/github.com/go-audio/aiff) for more details and examples.