udoprog / audio

A crate for working with audio in Rust
Apache License 2.0
78 stars 11 forks source link

Add support for more translations with tests and documentation #9

Closed udoprog closed 1 year ago

udoprog commented 1 year ago

Following #7 this expands integer translations and experimentally incorporates fallible translations through TryTranslate.

The translate module has also been made public with a bit of documentation on what a sample translation actually is.