9 unstable releases (3 breaking)

0.4.0 Nov 30, 2023
0.3.0 Nov 2, 2023
0.2.5 Sep 18, 2021
0.1.0 Sep 11, 2021

#118 in Audio

Download history 9/week @ 2024-02-15 19/week @ 2024-02-22 82/week @ 2024-02-29 63/week @ 2024-03-07 44/week @ 2024-03-14

196 downloads per month

BSD-3-Clause

36KB
834 lines

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.

Dependencies

~2.6–5MB
~99K SLoC