-
Notifications
You must be signed in to change notification settings - Fork 317
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
Windows: just calling Pa_Initialize kills audio in other apps #564
Comments
Most likely it's a driver issue. Which Host APIs are you building with? Try without ASIO. |
Is there a way to at least get the list of devices / host API's without this happening whilst also having ASIO support? Is there a way to be able to at least list the ASIO devices without opening them? |
Does not seem possible as you can't really do much before Pa_Initialize - since I need asio I'll just use the asio sdk directly |
Without further information about the specific device involved, we can only assume that this is a limitation of the particular driver. Certainly some devices (e.g. RME) support multiple clients without problems. In summary, this is a limitation of the ASIO driver involved, not a limitation of PortAudio. We can only offer the functionality of the underlying ASIO driver. Related to #696. |
Minimal repro:
for instance, on my computer this kills Zoom's audio input and I have to set it up again.
The text was updated successfully, but these errors were encountered: