Joe Todd

Results 5 issues of Joe Todd

- 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

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...

It should be possible to cross compile for `arm64` architectures like so. ``` ./mac_build.sh arm64 ``` **TODO** - Lame library not found when building for arm64

- 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