soloud icon indicating copy to clipboard operation
soloud copied to clipboard

Customizing miniaudio backends

Open woollybah opened this issue 5 years ago • 1 comments

I see you pass in a NULL context into miniaudio init, which assigns the default order/list of backends.

Unfortunately, my users are a bit picky when it comes to using audio drivers, and like the ability to prefer one over the other.

I don't suppose there's a easy way to expose the ability to customise the context directly through SoLoud ?

If not, I'll just have to get my hands dirty :-)

Thanks!

woollybah avatar Feb 28 '20 08:02 woollybah

Dirty away. The backend-init api isn't designed for this. I'll keep it in mind for the future, though.

jarikomppa avatar Feb 28 '20 09:02 jarikomppa