Skip to content

ChinsaaWei/MicYou

 
 

Repository files navigation

MicYou

简体中文 | 繁體中文 | English

LICENSE Github Stars GitHub Release QQ AUR Version Crowdin

Built in

Kotlin Jetpack Compose

Platform we support

Android Windows Linux macOS

MicYou is a powerful tool that turns your Android device into a high-quality wireless microphone for your PC. Built with Kotlin Multiplatform and Jetpack Compose/Material 3.

Based on the AndroidMic project.

Features

  • Multiple Connection Modes: Support for Wi-Fi, USB (ADB/AOA), and Bluetooth.
  • Audio Processing: Built-in Noise Suppression, Auto Gain Control (AGC), and Dereverberation.
  • Cross-Platform:
    • Android Client: Modern Material 3 interface, dark/light theme support.
    • Desktop Server: Receive audio on Windows/Linux/macOS.
  • Virtual Microphone: Works seamlessly with VB-Cable to act as a system microphone input.
  • Customizable: Adjust sample rate, channel count, and audio format.

Screenshots

Android App

Main Screen Settings

Desktop App

Getting Started

1. Download ADB

  • Download from Android Developers
  • Install via package manager
    • winget install -e --id Google.PlatformTools
    • sudo apt install android-tools-adb
    • sudo pacman -S android-tools
    • ...

In most cases ADB will be added to your environment variables automatically. If not, please add it manually.

2. Enable USB Debugging

Using OneUI 8 as an example

  1. Go to Settings, tap About phone
  2. Tap Software information, find Build number, tap it 7 times. When you see "No need, developer mode has been enabled", it means the developer mode has been successfully enabled.
  3. Go back to Settings, tap Developer options, find USB debugging, and enable it.

3. USB connection

Use a stable data cable, and set the connection mode to USB on both the desktop app and the Android app.

4. Wi-Fi connection

Ensure your Android device and PC are on the same network, and set the connection mode to Wi-Fi on both the desktop app and the Android app.

Android

  1. Download and install the APK on your Android device.
  2. Ensure your device is on the same network as your PC (for Wi-Fi) or connected via USB.

Windows

  1. Run the desktop application.
  2. Configure the connection mode to match the Android app.

macOS

Important

If you are using an Apple Silicon Mac, Bluetooth mode cannot be used without Rosetta 2 translation.

To ensure your experience, you need to install some dependencies via Homebrew:

brew install blackhole-2ch --cask 
brew install switchaudio-osx --formulae

BlackHole must be installed. If you don't have Homebrew, go to https://existential.audio/blackhole/download/ to download the installer. Regardless of whether you install via Homebrew or the installer, please restart after installation.

After downloading the app from GitHub Releases and installing it in your Applications folder, Gatekeeper may block it during first use.

If prompted with “Untrusted Developer,” navigate to System Settings/System Preferences -> Privacy & Security to allow the app to run.

If prompted with “The application is damaged,” resolve it by executing the following command:

sudo xattr -r -d com.apple.quarantine /Applications/MicYou.app

Linux

Using pre-built packages (recommended)

Pre-built packages are available in GitHub Releases.

DEB package (Debian/Ubuntu/Mint etc.):

# Download the .deb package from GitHub Releases
sudo dpkg -i MicYou-*.deb
# If dependencies are missing:
sudo apt install -f

RPM package (Fedora/RHEL/openSUSE etc.):

# Download the .rpm package from GitHub Releases
sudo rpm -i MicYou-*.rpm
# Or use dnf/yum:
sudo dnf install MicYou-*.rpm

AUR (Arch Linux and derivatives):

# Clone the AUR repo and install the package
git clone https://aur.archlinux.org/micyou-bin.git
cd micyou-bin
makepkg -si

# Or use an AUR helper like paru/yay
paru -S micyou-bin

Run the application:

# After installation, you can run MicYou from your application menu
# Or from terminal:
MicYou

Tip

Having issues? Check out the FAQ

Contributing

We welcome contributions of all kinds! Whether you want to report a bug, suggest a feature, help with translations, or contribute code, please check our Contributing Guidelines to get started.

Contributors

Made with contrib.rocks.

Star History

Star History Chart

About

MicYou is a powerful tool that turns your Android device into a high-quality wireless microphone for your PC.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 70.5%
  • Kotlin 25.9%
  • C 3.1%
  • CMake 0.1%
  • NSIS 0.1%
  • PowerShell 0.1%
  • Other 0.2%