Skip to content

Cyanistic/soundtouch-ffi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soundtouch-ffi

Crates.io Documentation

Rust bindings to the SoundTouch C++ audio library.

There is already a soundtouch-sys crate, but it hasn't been updated in 5 years and doesn't use static linking so I made this one. This crate also includes other structs in the library such as BPMDetect and FIFOSampleBuffer, which the sys crate is missing.

This is static only build with bundled version 2.3.2 (latest as of October 2023).

If you're looking for a safe wrapper around these bindings I also made a crate for that: https://crates.io/crates/soundtouch.

About

Rust bindings to the SoundTouch C++ audio library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published