rodio icon indicating copy to clipboard operation
rodio copied to clipboard

Rust audio playback library

Results 233 rodio issues
Sort by recently updated
recently updated
newest added

### Fixes The current `WhiteNoise` generator has a problem where its distribution is not at all in range of `[-1.0, 1.0]` due to precision loss, truncation and bias to zero...

bug
enhancement

I have had some time and have been pouring it into _rodio_ lately. Having now written a lot of span/parameter_change related code I have some opinions now :) I have...

enhancement
breaking

I've been thinking about this for a while. What do you think of the possibility of adding an equalizer? I don't have a specific implementation in mind, but a general...

enhancement

Is anyone working on adding a compressor effect? If not, I'd like to work on it.

enhancement

Symphonia's feature flags are separated into format flags and codec flags. Current symphonia flags wrapped in rodio is a mixture of these two types. This PR reorganize these flags to...

I ran into a lot of bugs while adding tests that had to do with channel being set to zero somewhere. While this change makes the API slightly less easy...

implements #694 currently draft, due to high number of non trivial changes this PR also aims to dramatically extend the test suite of rodio. Hopefully that will catch most bugs....

Adjust Source docs: span must be whole frames. This was already required by the various parts of rodio but never mentioned anywhere. Rodio was using a fixed span_length for all...

The branch is based on #656. Not necessarily for merge but I could not help implementing it, wanted to see how this would look actually. I admit that 'next` looks...

This is a mess, it is far from done and going to require significant changes to the core of rodio. I am opening this PR mainly so I have a...

enhancement