jduncanator
jduncanator
I agree with gdkchan that this is likely better suited as an external 3rd party tool, rather than being added into the emulator itself. Personally, the issue I have with...
> Also what about .NSP trimming? Would feel incomplete without it if it was made a feature. NSP's shouldn't need trimming, as they're eShop dumps. XCI's need trimming because they're...
Suspect this was broken in cpal here: https://github.com/RustAudio/cpal/commit/f43d36e55494993bbbde3299af0c53e5cdf4d4cf.
I can confirm, manually reverting https://github.com/RustAudio/cpal/commit/f43d36e55494993bbbde3299af0c53e5cdf4d4cf from cpal, and referencing a local version of the dependency resolves this issue. Not sure how best to proceed with getting 0.7.0 out, however...
Looks like @roderickvd is already on it, didn't look close enough at the cpal repo. Relevant issues and PRs here: https://github.com/RustAudio/cpal/issues/991 https://github.com/RustAudio/cpal/pull/992. We should look to apply their fix as...
> Over at the cpal I thought I had seen a comment of yours with a very interesting data point, but I can’t find it anymore. Could you re-add there...
> I see. In this exact condition of already being opened, did it enumerate with cpal 0.15? I've tested this, and the behavior is the same between both versions.
For what it's worth, I've switched back to cpal, with a patch applied to librespot to grab the latest upstream, because I ran into weird issues with using ALSA directly...