You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Introduce BitDepth as a newtype for non-zero u32
- Update Source trait and all implementations to use Option<BitDepth>
- Update decoders, sources, and tests to use BitDepth instead of u32 for bit depth
- Replace NonZero usage for sample rate and channel count with SampleRate and ChannelCount types where appropriate
- Update documentation and examples to reflect new types
fix: change bits_per_sample to return Option<BitDepth>
0 commit comments