rust-samplerate
rust-samplerate copied to clipboard
High level Rust bindings for libsamplerate.
Hi, thanks for your crate. I was playing with it and I was able to resample from 48000 to 44100. Instead, resampling from 48000 to 16000 results in an empty...
For some applications, it can be useful to provide an existing buffer as it may already exist (and potentially saves up on allocating memory during a tight loop). The regular...
Hello, I'm trying to use rust-samplerate inside a CPAL call-back (which lives in it's own thread). The idea is to have the Samplerate object persist between call-back calls, to enable...
This enables to build `rust-samplerate` without a C compiler and CMake, etc... using https://github.com/RamiHg/rust-libsamplerate , a transpiled version of `libsamplerate`. This might helps to use this crate on some platforms...
Ratios are used for conversion between audio interfaces. Each have clock crystals that deviate slightly from one another. Typically in the range of 100 PPM. The current method only supports...