speexdsp-sys

Crates.iospeexdsp-sys
lib.rsspeexdsp-sys
version0.1.2
sourcesrc
created_at2018-03-15 15:46:30.336999
updated_at2018-08-03 00:37:53.819474
descriptionlow level bindings for the speexdsp library
homepagehttps://github.com/rust-av/speexdsp-rs
repositoryhttps://github.com/rust-av/speexdsp-rs
max_upload_size
id55825
size5,304
Luca Barbato (lu-zero)

documentation

README

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
Commit count: 123

cargo fmt