![lummax](/assets/img/avatar_default.png)
set_rate()
to set_bit_rate()
This commit serves the purpose to remove ambiguity: - The decoder actually calls the getter for this field `bit_rate()` - The audio decoder/encoder have methods called `{set_}rate()` for the _rate` - The encoder/audio `set_rate()` shadows the encoder/mod `set_rate()`
Description
Languages
Rust
100%