Tool that turns your Android device into a wireless microphone for your PC
GitHub RepoImpressions74

Tool that turns your Android device into a wireless microphone for your PC

@githubprojectsPost Author

Project Description

View on GitHub

Turn Your Android Phone Into a Wireless Mic for Your PC

You’re on a video call, and your laptop mic sounds like you’re in a tin can. Or you’re recording a quick demo, but your headset is dead. Wouldn’t it be nice if that phone in your pocket could just work as a proper wireless microphone?

That’s exactly what MicYou does. It turns your Android device into a low latency, high quality wireless mic for your PC. No cloud services, no subscriptions, no messing with Bluetooth pairing nightmares. Just audio from your phone to your computer over your local network.

What It Does

MicYou is a lightweight Android app that streams your phone’s microphone audio directly to a PC client over a local network (WiFi). The project is open source and lives on GitHub under the repo LanRhyme/MicYou.

In practice, you install the Android app, run the companion PC program, and your phone becomes a system wide microphone input on Windows or Linux. It works like a standard audio device, so you can use it with Zoom, Discord, OBS, or any app that picks up your mic.

Why It’s Cool

A few things make this stand out:

  • Low latency. The developer put real effort into keeping the delay small. It’s not quite real time, but it’s very usable for casual streaming and calls.
  • No cloud dependency. Everything runs over your local network. Your audio never leaves your home or office. That’s a huge plus for privacy.
  • Simple to set up. No ADB commands, no rooting your phone, no certificates. Install the app, download the PC client, and connect.
  • Open source. You can inspect the code, modify it, or build your own version. It’s great if you want to learn how network audio streaming works under the hood.

This is especially useful for developers who need a solid second mic for quick recordings, or for anyone who wants to avoid buying extra hardware when your phone already has a decent microphone.

How to Try It

You can find everything on the repo:

  • GitHub Repository
  • The Android app is available as a pre built APK in the releases section.
  • The PC client is included in the same release. It runs on Windows and Linux.
  • The README has short, clear instructions for both sides.

Basically:

  1. Download the APK and install it on your Android device.
  2. Download the PC client for your OS.
  3. Make sure both devices are on the same WiFi network.
  4. Open the app on your phone, run the client on PC, and connect.

That’s it. Your phone should now show up as a microphone in your system sound settings.

Final Thoughts

MicYou isn’t trying to be a pro audio tool. It’s a clever, open source utility that solves a real everyday annoyance: having a decent mic but not being able to use it with your PC. If you’ve ever needed a wireless mic in a pinch, this is a refreshingly simple fix.

For developers, this is also a neat case study in local network audio streaming. The code is approachable, and you could easily fork it to add features like Bluetooth fallback or custom codecs. Give it a try next time your headset dies right before a standup.

Follow us at @githubprojects

Back to Projects
Project ID: 7a52a2d4-2ebf-43a3-9de1-1c001573c373Last updated: May 14, 2026 at 03:20 AM