pyFLAC icon indicating copy to clipboard operation
pyFLAC copied to clipboard

Real-time lossless audio compression in Python

Results 13 pyFLAC issues
Sort by recently updated
recently updated
newest added

This currently blocks pyFLAC supporting Apple Silicon. See https://github.com/bastibe/python-soundfile/issues/325

- Added linux-arm64 build to project - Added darwin-arm64 build to project - Fixed RPi0 bug (#13) - Updated FLAC library to v1.3.4 Closes: #13

Hello, I am trying to use pyflac on raspberry pi zero, but I am getting Illegal instruction error. ``` Collecting pyflac Downloading https://files.pythonhosted.org/packages/21/ec/621fd90f1b98477fa1c147edab0ea54cb8bd4b34773f698d5da665a197f3/pyFLAC-2.0.0.tar.gz (1.8MB) |████████████████████████████████| 1.8MB 1.0MB/s Requirement already satisfied:...

bug

Currently the package only supports `int16` data format. An `int24` type is not supported by `numpy` which makes this non-trivial with the current design.

enhancement

* Added support for Linux `arm64` architectures * Added support for Darwin `arm64` architectures (macOS Apple Silicon) * Fixed Raspberry Pi Zero library (see #13) * Updated FLAC library to...

- This fixes a bug where decoder threads are left hanging waiting for more data to process, when the stream has already finished. - I also updated the `FileEncoder` to...

bug

We have a server that processes flac streams. We've noticed that the worker thread that StreamingDecoder creates is not always joined when the decoder is finished. So the number of...

I have been experimenting with using the encoder and decoder on some data and I have found that the stream decoder is several orders of magnitude slower than the encoder....

Hello everyone, I am using the code: pyflac example.wav -o pyflac.flac to get FLAC file. However, the output file is always empty and there is no warning or error. Can...

OS: Windows10 (64) @ VS2017 VS2019 VS2020 Python 3.11.9 (64) setuptools 74.0.0 pip3 install pyflac Error: ``` Using cached pyFLAC-3.0.0.tar.gz (1.8 MB) Installing build dependencies ... done Getting requirements to...