Description
This package provides access to FLAC (Free Lossless Audio Codec) streams.
flac-mewkiz alternatives and similar packages
Based on the "Audio/Music" category.
Alternatively, view flac-mewkiz alternatives based on common mentions on social networks and blogs.
-
waveform
Go package capable of generating waveform images from audio streams. MIT Licensed. -
Package snd
Package snd provides methods and types for sound processing and synthesis.
Collect and Analyze Billions of Data Points in Real Time
Do you think we are missing an alternative of flac-mewkiz or a related project?
README
flac
This package provides access to FLAC (Free Lossless Audio Codec) streams.
Documentation
Documentation provided by GoDoc.
- flac: provides access to FLAC (Free Lossless Audio Codec) streams.
Changes
Version 1.0.7 (2021-01-28)
- Add seek API (see #44 and #46). Thanks to Craig Swank.
Version 1.0.6 (2019-12-20)
- Add experimental Encoder API to encode audio samples and metadata blocks (see #32).
- Use go.mod.
- Skip ID3v2 data prepended to flac files when parsing (see 36cc17e).
- Remove dependency on encodebytes. Thanks to Mikey Dickerson.
- Add 16kHz test case. Thanks to Chewxy.
- Fix lint issues (see #25).
Version 1.0.5 (2016-05-06)
- Simplify import paths. Drop use of gopkg.in, and rely on vendoring instead (see azul3d/engine#1).
- Add FLAC decoding benchmark (see d675e0a)
Version 1.0.4 (2016-02-11)
Version 1.0.3 (2016-02-02)
- Implement decoding of FLAC files with wasted bits-per-sample (see #12).
- Stress test the library using go-fuzz (see #10). Thanks to Patrick Mézard.
Version 1.0.2 (2015-06-05)
- Fix decoding of blocking strategy (see #9). Thanks to Sergey Didyk.
Version 1.0.1 (2015-02-25)
- Fix two subframe decoding bugs (see #7). Thanks to Jonathan MacMillan.
- Add frame decoding test cases.
Version 1.0.0 (2014-09-30)
- Initial release.
- Implement decoding of FLAC files.