Open jpochyla opened 3 years ago
If I initialize explicitly via ma_decoder_init_file_vorbis
, "failed to initialize decoder from file: no backend" is raised.
Odd, I thought I had this working at one point. Maybe I broke it without realizing. I'll try and reproduce on my end. Although I am working on refactoring the library and the bindings a bit so maybe I'll end up fixing it through that.
Ok, thanks! I've seen that miniaudio
is working on a high-level API for the 1.0 version, are you planning on adding those to miniausio-rs
?
Yeah, version 1.0
is what I've been waiting for before doing too much work on the library so that I wasn't trying to support a moving target.
Hi! I've modified the
simple-playback-decoder
example to reach for an OGG vorbis file and always get the following output (failed to initialize decoder from file: generic
). Is there anything I'm missing? It looks likestb_vorbis
is getting compiled in. Thank you!