Crate fixed_resample

Source

Re-exports§

pub use rubato;

Structs§

NonRtResampler
An easy to use resampler for use in non-realtime applications.
ResamplingChannelConfig
Additional options for a resampling channel.
ResamplingCons
The consumer end of a realtime-safe spsc channel for sending samples across streams.
ResamplingProd
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§

ReadStatus
The status of reading data from ResamplingCons::read.
ResampleQuality
The quality of the resampling algorithm to use.
ResamplerType
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.