#Simple App to Play a Music Track -- But exits instantly with no errors

3 messages · Page 1 of 1 (latest)

steep musk
#

Cargo.toml, my gut says its an issue with features being enabled

#

Simple App to Play a Music Track -- But exits instantly with no errors

sand stream
#

enable the features you care about

features = [
"wav",
"flac",
"mp3",
"ogg",
]