Open AmiSBr opened 1 year ago
Hi @AmiSBr Currently, I am encountering the issue you mentioned earlier. Could someone assist me in resolving the aforementioned issue?
Hi @Mariappan-s I explain in this post how I managed to get audio output. https://stackoverflow.com/questions/76455664/how-to-access-microphone-in-guacamole-common-js
Hi @AmiSBr ,
I have checked this StackOverflow implementation and tried to implement the same, whereas stackoverflow missed the implementation of "toSampleArray" and its dependant functions, I tried implementing those from the guacamole common js files. But after implementing the stack overflow I couldn't click on anything in the RDP, as well as I couldn't use the microphone inside the virtual machine. Please let me know your thoughts if I miss anything.
Hello,
I'm using Guacamole-common.js to create a remote desktop connection with a Windows machine. I've managed to establish the connection, add the keyboard and output audio.
Currently, I'm trying to activate the microphone. But it doesn't work. I try to use AudioWorklet. I want to make calls using this Windows machine via guacamole. I have audio output but microphone is not detected in my Windows client. My microphone is detected by the browser. But in my windows machine, I still got the error 'No input devices found'.
Has anyone tried to enable microphone access?
I've also tried to use createScriptProcessor which is deprecated. But it's not working. Any help would be appreciated.
Thanks for your support