9 pname = "scikits-samplerate";
11 format = "setuptools";
13 src = fetchFromGitHub {
16 rev = "a536c97eb2d6195b5f266ea3cc3a35364c4c2210";
17 hash = "sha256-7x03Q6VXfP9p8HCk15IDZ9HeqTyi5F1AlGX/otdh8VU=";
24 propagatedBuildInputs = [
31 library_dirs=${libsamplerate.out}/lib
32 include_dirs=${lib.getDev libsamplerate}/include
39 homepage = "https://github.com/cournape/samplerate";
40 description = "High quality sampling rate convertion from audio data in numpy arrays";
41 license = licenses.gpl2;