Michael Cardoza
Michael Cardoza
I have all necessary dependencies installed and running as necessary. michael@megatron:~/OpenDevin$ docker run -e LLM_API_KEY -e WORKSPACE_MOUNT_PATH=$WORKSPACE_DIR -v $WORKSPACE_DIR:/opt/workspace_base -v /var/run/docker.sock:/var/run/docker.sock -p 3000:3000 ghcr.io/opendevin/opendevin:latest INFO: Started server process [1] INFO:...
## Description This PR implements complete bidirectional microphone support for the Sunshine streaming server, enabling Moonlight clients to send their microphone audio back to the server for output through the...
## Summary Implements complete bidirectional microphone pass-through streaming for Moonlight-qt, enabling real-time voice communication between client and host. **Key Features:** - 🎙️ **Real-time microphone capture** using SDL audio input API...