rodio/src
Chris Patuzzo d40551db78 Extract DynamicMixer::sum_current_sources()
I think this makes the next() function easier to understand. We can
write this more efficiently by reusing a Vec on the struct rather than
allocating each time and a mem::swap to avoid shifting elements in a Vec.
2021-07-23 11:51:47 +02:00
..
conversions Release 0.14.0 (#368) 2021-05-21 22:15:25 +02:00
decoder Fix WavDecoder::total_duration (#383) 2021-07-06 21:55:45 +02:00
source Check if the frame length is zero in SkipDuration. (#388) 2021-07-18 00:52:16 +02:00
buffer.rs Remove unnecessary 'static bound and cleanup (#356) 2021-03-06 18:46:52 +01:00
dynamic_mixer.rs Extract DynamicMixer::sum_current_sources() 2021-07-23 11:51:47 +02:00
lib.rs Add optional Symphonia backend (#376) 2021-06-29 09:12:28 +02:00
queue.rs Remove unnecessary 'static bound and cleanup (#356) 2021-03-06 18:46:52 +01:00
sink.rs Remove unnecessary 'static bound and cleanup (#356) 2021-03-06 18:46:52 +01:00
spatial_sink.rs Remove unnecessary 'static bound and cleanup (#356) 2021-03-06 18:46:52 +01:00
static_buffer.rs Remove unnecessary 'static bound and cleanup (#356) 2021-03-06 18:46:52 +01:00
stream.rs OutputStream::try_default fallback to non-default devices 2021-05-02 12:36:51 +01:00