Library for reading .flac files

Hi,
Is there any Elixir library available for reading FLAC audio files?
It would be nice to be able to read x samples a time into an Elixir Stream.

I have made a small “proof of concept” application that uses Streams to combine oscillators, filters etc. to synthesize sound (in realtime) but I thought it would also be nice to use sound samples. As Sonic Pi created by @samaaron have flac files I thought it would be a good start to try out some of those.

Thanks,
Mikael

Searching hex.pm for flac gave me 3 results.

Perhaps one of this is of use for you?

2 Likes

Ah, thanks! I will take a look.