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
- Host: GitHub
- URL: https://github.com/go-audio/aiff
- Owner: go-audio
- License: apache-2.0
- Created: 2016-12-06T07:36:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-22T14:59:34.000Z (over 2 years ago)
- Last Synced: 2024-12-27T20:11:49.239Z (about 1 year ago)
- Topics: aiff, audio, decoder, encoder, golang
- Language: Go
- Homepage:
- Size: 9.71 MB
- Stars: 26
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aiff codec
[](https://godoc.org/github.com/go-audio/aiff)
[](https://goreportcard.com/report/github.com/go-audio/aiff)
[](https://codecov.io/gh/go-audio/aiff)
[](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.