wavpack

Crates.iowavpack
lib.rswavpack
version0.4.0
sourcesrc
created_at2021-09-11 17:53:54.639042
updated_at2023-11-30 14:56:02.049036
descriptionAPI bindings for WavPack
homepage
repositoryhttps://github.com/irh/wavpack-rs
max_upload_size
id449810
size50,899
Ian Hobson (irh)

documentation

https://docs.rs/wavpack/

README

wavpack-rs

Rust bindings for WavPack.

The included WavPack version is 5.6.0.

Current Status

Reading and writing support is implemented and appears to work correctly, although is under-tested.

Not all APIs are exposed, but please feel encouraged to open PRs for anything that you need that's missing. APIs that have been exposed are thin wrappers for calls to the underlying WavPack functions, for usage information see the WavPack API documentation.

Dependencies

  • CMake is used to build WavPack.
  • A C++ compiler.

Acknowledgments

Many thanks to Toru3 who started this project.

Commit count: 66

cargo fmt