Open chrisn opened 5 years ago
Hey @chrisn thanks for the awesome work on this package! Is there any progress on this issue? Would love to generate waveform data from FLAC files. Thanks.
As a workaround, you can use either of these methods to read FLAC files:
audiowaveform -i test.flac -o test.dat -z 256 -b 8
audiowaveform --input-format flac -o test.dat -b 8 < test.flac
Examples:
This is due to a limitation in libsndfile (see this issue for details). I will fix this when an updated version of libsndfile is released.