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
Copy file name to clipboardExpand all lines: content/posts/newsletter-005/index.md
+8
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,14 @@ Project has also started the [development blog](http://kvark.github.io/vange-rs/
99
99
100
100
## Library & Tooling updates
101
101
102
+
### rg3d-sound
103
+
104
+
[rg3d-sound](https://github.com/mrDIMAS/rg3d-sound) is the new sound library in active development. This month it has gained three major features:
105
+
106
+
-[Head-related transfer function](https://en.wikipedia.org/wiki/Head-related_transfer_function) support - it provides perfect binaural sound. Try it: `cargo run --example hrtf --release`
107
+
-[Reverberation](https://en.wikipedia.org/wiki/Reverberation) support - basic effect that gives your scene "sound volume". Try it: `cargo run --example reverb --release`
108
+
- Vorbis/ogg support - compressed format similar to mp3.
0 commit comments