Skip to content

Read FLAC signal files #372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jun 22, 2022
Prev Previous commit
Next Next commit
pyproject.toml: add dependency on soundfile.
The soundfile library provides a python wrapper for libsndfile, which
in turn provides an interface to libFLAC for reading and writing FLAC
files.
  • Loading branch information
Benjamin Moody committed Jun 10, 2022
commit 0932a35c4889a0e58e4e2d9829fabd6e30edffbe
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ python = "^3.7"
numpy = "^1.10.1"
scipy = "^1.0.0"
pandas = "^1.0.0"
SoundFile = ">=0.10.0, <0.12.0"
matplotlib = "^3.2.2"
requests = "^2.8.1"
pytest = {version = "^7.1.1", optional = true}
Expand Down