Crate fixed_resample

Source

Re-exports§

pub use rubato;

Structs§

FixedResampler
An easy-to-use resampler with a fixed ratio.
LastPacketInfo
Options for processes the last packet in a resampler.
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.

Enums§

PushStatus
The status of pushing samples to ResamplingProd::push and ResamplingProd::push_interleaved.
ReadStatus
The status of reading data from ResamplingCons::read and ResamplingCons::read_interleaved.
ResampleQuality
The quality of the resampling algorithm used for a FixedResampler.
ResamplerType
The resampling algorithm used in fixed_resample.

Traits§

Sample
The trait governing a single sample.

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.