pyflac icon indicating copy to clipboard operation
pyflac copied to clipboard

Python FLAC API Library

Results 4 pyflac issues
Sort by recently updated
recently updated
newest added

Hi I have been trying to install pyflac but get the error show below (note: I have libFlac and SWIG both installed). Your help would be greatly appreciated. Masoud Error...

[IDTest.zip](https://github.com/dsully/pyflac/files/1429066/IDTest.zip) I'm trying to write some Python code to compress data using a stream rather than a file. When I compress with the `flac` utility I get very different results...

Allow compilation on more modern gcc. Tested and working on raspian - sorry I don't have access to older gcc to test backward compatibleness

Hi, I was trying to compile this on Ubuntu 13.04, and get an error each time during the make step https://gist.github.com/sid137/6546329 Here are my library versions for the requirements listed...