How can I change playback and capture devices dynamically? #661
Unanswered
altschuler
asked this question in
Q&A
Replies: 1 comment
-
No, that's not a thing. You need to do an uninit and then reinitialize. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to change the playback and capture devices dynamically? I have the list of available devices from the context enumeration, but I can't see a way to change the device after initializing the
ma_device
andma_engine
.Beta Was this translation helpful? Give feedback.
All reactions