Niclas Hoyer
Niclas Hoyer
I am also facing this issue. I try to start [Ignition](https://www.dosbox.com/comp_list.php?showID=2114&letter=I) which needs at least an empty audio disc mounted. But using `IMGMOUNT` fails, even with an empty dummy cue...
After digging into the code, there seems to be no easy way to integrate `SDL_sound` into the libretro port, because there is no real SDL integration, just a [fake wrapper](https://github.com/libretro/dosbox-libretro/blob/master/include/SDL.h)...
Currently looking into this [other port dosbox-svn](https://github.com/libretro/dosbox-svn), which uses SDL by default (the fake implementation is optional, used by some architectures). It is just using SDL and SDL_net by default,...
I propose to close this here, because it seems unlikely, and continue discussion on the feature here: https://github.com/libretro/dosbox-svn/issues/38
Any progess on this? As digital proof of vaccination also needs qr scanning it is not possible to use this at the moment 😥
> If your camera is broken you need not scan it. Instead you can carry the paper printout with you. That is true, but it is still cumbersome and would...
Changing the channels did not help. I just ran the examples from `rust-portaudio` again. Indeed, the blocking example shows the same behavior, it immediately exits. The non blocking example however,...
With the changes in [portaudio#76](https://github.com/jeremyletang/rust-portaudio/pull/76) and [sound_stream#](https://github.com/RustAudio/sound_stream/pull/35) the test finally runs on my laptop using ALSA. Using the debug build I get a lot of underruns and very distorted sound....
great! I'll test asap. Nevertheless I sent you the samples by email. I searched for something like gist or pastebin, but for sound files. I tried soundcloud, but they needed...
As [portaudio#78](https://github.com/jeremyletang/rust-portaudio/pull/78) fixed the blocking example for me on ALSA, does the sound_stream crate also need to handle async duplex streams differently? Because the examples are still failing for me...