-
Notifications
You must be signed in to change notification settings - Fork 60
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
Question: Getting audio playback and capture devices are currently used in the OS by default #28
Comments
I started to create wiki pages for this library. There is a wiki page for media devices. Right now, the Java API does not have methods implemented to retrieve the default device of the OS. BUT, the native code does have an implementation which works at least for Windows and macOS, Linux not tested with default devices. Will add these methods to the Java implementation. |
Thanks a lot for the quick response. |
@devopvoid 0.6 resolve this? |
The version 0.6.0 should resolve this issue.
Please let me know if this works for you. |
It works for me. I'm tested this on Win10. |
Hello, dear friend!
|
Hello @devopvoid This issue fix in next version? |
I'm on it. Will test the mac version this week and comment on this issue. |
The latest snapshot now works with Cyrillic and other characters. |
Thanks for the fix for the Cyrillic problem. Please tell me, has anything been done with the fact that all capture devices and playout devices guid returned as null when received through AudioDeviceModule? This behavior is only on MacOS. On win10 everything is fine. In our correspondence above I attached a screenshot where you can see it. |
Thank you for a very useful library! I would like to know how to get audio devices that are currently used in the OS by default and is it possible to do this in the current version of the library? Thank you in advance for your answer.
The text was updated successfully, but these errors were encountered: