-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash with ASIO #49
Comments
Hey, have you figured this out? I'm having a similar problem. |
I never managed to get time to look into it unfortunatley. I just removed the soundcard in the end. |
Well, I couldn't get this addon working, but for a Windows alternative there's: https://github.com/UltraCombos/ofxDSHapVideoPlayer To convert .mov files to hap .avis, I used this guide and followed the instructions for VirtualDub. Note that for a lot of input files you'll need this plugin for VirtualDub: https://sourceforge.net/projects/virtualdubffmpeginputplugin/ |
Hello, Anybody knows what's the recommended approach to do? A parallel sound player? Must switch to ofxDSHapVideoPlayer breaking macOS? Regards. |
For those who encounter a similiar problem on Windows, the issue is likely caused by ofSoundStreamSettings. Try to modify on line 1003: auto devices = _soundStream.getDeviceList(ofSoundDevice::Api::MS_DS); and line 1041: settings.setApi(ofSoundDevice::Api::MS_DS); This works for me. @bangnoise would it be possible to have an extra argument for |
I have a project that is playing back some Hap files with audio. All is fine with the inbuilt sound card however, when I install the MOTU soundcard drivers (which install ASIO drivers), my app crashes when the videos are loaded. Even when the soundcard is not plugged in.
Is this a known issue with a solution?
The text was updated successfully, but these errors were encountered: