Description
To welcome contributions and collaboration with anyone from the open source community, we've been considering to move the flac
repository to the newly created GitHub organization ljud (which means sound in Swedish). Anyone interested in working on audio and sound libraries, feel free to reach out to either of us, and we'll send you an invite to the new organization.
With this move, we can also take a closer look at the API of the flac package and associated frame and meta packages. Is the API well defined, consistent and as clean? Are there any parts that could be updated when we do the move.
The intention is to make a transition as smooth as possible, and we also intent to send PRs to the main game engines, music players, and other repositories using mewkiz/flac
as a backend for FLAC decoding.
For now, the list of users includes (feel free to add to this list if you are using github.com/mewkiz/flac
currently):
- Audio playback library: https://github.com/faiface/beep
- Azul3D game engine: https://github.com/azul3d/engine
- Music player: https://github.com/mjibson/moggio
- Example code: https://github.com/wjblack/goflacook
- Album tag checker: https://github.com/varyoo/albumpact
- FLAC tools: https://github.com/lpar/flactools
- Media content management system: https://github.com/brendoncarroll/friendflix
- Audio server: https://github.com/zenathark/astream
- Music player: https://github.com/cswank/mcli
- Music player: https://github.com/And678/goPlayer
Some users of the flac package may be located using GoDoc.org https://godoc.org/github.com/mewkiz/flac?importers
EDIT: Oh, and to keep the code running and make the transition as smooth as possible we can try using vanity imports.
Cheers,
Henry and Robin