Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pschatzmann/arduino-libflac
libflac codec library for Arduino
https://github.com/pschatzmann/arduino-libflac
Last synced: 2 months ago
JSON representation
libflac codec library for Arduino
- Host: GitHub
- URL: https://github.com/pschatzmann/arduino-libflac
- Owner: pschatzmann
- License: other
- Created: 2022-05-10T20:43:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T10:37:39.000Z (about 1 year ago)
- Last Synced: 2024-10-11T13:36:45.259Z (3 months ago)
- Language: C
- Size: 313 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING.FDL
Awesome Lists containing this project
README
# arduino-libflac
FLAC is an Open Source lossless audio codec developed by Josh Coalson from 2001
to 2009. From 2012 to 2021 it was maintained by Erik de Castro Lopo. It continues
to be maintained by various volunteers under the auspices of the Xiph.org Foundation.## Installation in Arduino
You can git clone this project into the Arduino libraries folder with
```
cd ~/Documents/Arduino/libraries
git clone https://github.com/pschatzmann/arduino-libflac.git```
## DocumentationI recommend to use this library together with my [Arduino Audio Tools](https://github.com/pschatzmann/arduino-audio-tools).
This is just one of many __codecs__ that I have collected so far: Further details can be found in the [Encoding and Decoding Wiki](https://github.com/pschatzmann/arduino-audio-tools/wiki/Encoding-and-Decoding-of-Audio) of the Audio Tools.## Dependencies
This library requires arduino-libopus