Skip to content

Commit 946cce2

Browse files
committed
reword announcement + discuss added features
1 parent d62a38f commit 946cce2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

outreach/v0.21_announcement.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,26 @@
55

66
# Announcing rodio 0.21
77

8-
98
Rodio is an audio playback library. It can decode audio files, synthesize new
109
sounds, apply effects to sounds & mix them. Rodio has been part of the Rust
1110
ecosystem for 9 years now! 🎉.
1211

1312
## New release
1413
It's been 5 months since our last release. Since the our team has grown to 3
1514
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:
1716

18-
- Makes the API easier to use
17+
- Makes the API easier to use:
1918
- Its now impossible to accidentally drop the `Outputstream`.
2019
- Our types are no longer generic over sample type.
20+
- Adds new functionality:
21+
- Amplify using decibals or perceptually.
22+
- Add a distortion effect.
2123
- You can use rodio without `cpal` to generate `wav` files!
2224

2325
There have also been many fixes and smaller additions, take a look at the
2426
[changelog](https://github.com/RustAudio/rodio/blob/89dac52/CHANGELOG.md)!
2527

2628
## 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!

0 commit comments

Comments
 (0)