File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# Announcing rodio 0.21
7
7
8
-
9
8
Rodio is an audio playback library. It can decode audio files, synthesize new
10
9
sounds, apply effects to sounds & mix them. Rodio has been part of the Rust
11
10
ecosystem for 9 years now! 🎉.
12
11
13
12
## New release
14
13
It's been 5 months since our last release. Since the our team has grown to 3
15
14
maintainers! Thank you Petr and Roderick! And a big thanks for the countless
16
- other contributors helping out. Thanks to them this release:
15
+ other contributors helping out. Thanks to you all this release:
17
16
18
- - Makes the API easier to use
17
+ - Makes the API easier to use:
19
18
- Its now impossible to accidentally drop the ` Outputstream ` .
20
19
- Our types are no longer generic over sample type.
20
+ - Adds new functionality:
21
+ - Amplify using decibals or perceptually.
22
+ - Add a distortion effect.
21
23
- You can use rodio without ` cpal ` to generate ` wav ` files!
22
24
23
25
There have also been many fixes and smaller additions, take a look at the
24
26
[ changelog] ( https://github.com/RustAudio/rodio/blob/89dac52/CHANGELOG.md ) !
25
27
26
28
## The future
27
- We keep working on easy audio playback. We hope to announce something new soon!
29
+ The rust audio organization will keep working on audio in Rust. We hope to
30
+ release an announcement regarding that soon!
You can’t perform that action at this time.
0 commit comments