Re-exports§
pub use rubato;
Structs§
- Fixed
Resampler - An easy-to-use resampler with a fixed ratio.
- Last
Packet Info - Options for processes the last packet in a resampler.
- 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.
Enums§
- Push
Status - The status of pushing samples to
ResamplingProd::push
andResamplingProd::push_interleaved
. - Read
Status - The status of reading data from
ResamplingCons::read
andResamplingCons::read_interleaved
. - Resample
Quality - The quality of the resampling algorithm used for a
FixedResampler
. - Resampler
Type - 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.