diff --git a/core/examples/core_samples_per_second.rs b/core/examples/core_samples_per_second.rs index 6062cea..a771364 100644 --- a/core/examples/core_samples_per_second.rs +++ b/core/examples/core_samples_per_second.rs @@ -2,7 +2,10 @@ use std::{sync::Arc, time::Instant}; use xsynth_core::{ channel::{ChannelAudioEvent, ChannelConfigEvent, ChannelEvent, VoiceChannel}, - soundfont::{EnvelopeCurveType, EnvelopeOptions, Interpolator, SampleSoundfont, SoundfontBase, SoundfontInitOptions}, + soundfont::{ + EnvelopeCurveType, EnvelopeOptions, Interpolator, SampleSoundfont, SoundfontBase, + SoundfontInitOptions, + }, AudioPipe, AudioStreamParams, ChannelCount, };