#resampler #api-bindings

sys speexdsp-sys

low level bindings for the speexdsp library

3 releases

Uses old Rust 2015

0.1.2 Aug 3, 2018
0.1.1 May 9, 2018
0.1.0 Mar 15, 2018

#4 in #resampler


Used in speexdsp

MIT license

4KB
58 lines

speexdsp bindings

LICENSE

It is a simple binding and safe abstraction over speexdsp.

Building

The bindings are generated using the headers and libraries that ought to be present in the system.

  • Make sure you have clang and libclang installed.
  • Make sure the speexdsp C headers and pkg-config files are installed.

TODO

  • Source build speexdsp
  • Simple bindings
  • Safe abstraction
  • Examples

No runtime deps

~0–2MB
~38K SLoC