Re-exports§
pub use rubato;
Structs§
- NonRt
Resampler - An easy to use resampler for use in non-realtime applications.
- Resampling
Channel Config - Additional options for a resampling channel.
- Resampling
Cons - The consumer end of a realtime-safe spsc channel for sending samples across streams.
- Resampling
Prod - The producer end of a realtime-safe spsc channel for sending samples across streams.
- RtResampler
- An easy to use resampler that can be used in realtime applications.
Enums§
- Read
Status - The status of reading data from
ResamplingCons::read
. - Resample
Quality - The quality of the resampling algorithm to use.
- Resampler
Type - The type of resampling algorithm used in
fixed_resample
.
Functions§
- resampling_
channel - Create a new realtime-safe spsc channel for sending samples across streams.
- resampling_
channel_ custom - Create a new realtime-safe spsc channel for sending samples across streams using the custom resampler.