Just been trying the Rust Rodio crate for adding audio sound fx to a text-based Ratatui game.

Rodio provides a higher-level API for playback of MP3, wav and other audio formats, and worked well for game SFX.

#rustlang #gamedev #learnrust