Table of Contents

<--   Back

Android Phone as Microphone on Linux Using Local Network


TLDR

Using Mumble for simple chat server and change output as input, and bash script from github.com/siddhpant/broo for automation setup.

Tested on Arch Linux using PipeWire, Firefox, Chromium, and Audacity.

Mumble cluster_network Local Network (WiFi) Server (Linux) Server (Linux) Client (Android) Client (Android) Server (Linux)--Client (Android)

Why ?

Android phone nowaday has good microphone built-in.

Requirements

Android

Linux

Arch Linux command:

sudo pacman -S mumble mumble-server avahi iproute2

Installation

Copied from github.com/siddhpant/broo#installation

git clone https://github.com/siddhpant/broo.git
cd broo
chmod +x broo setup_broo
./setup_broo

Then follow the on-screen instructions.

Run

Linux

Copied from github.com/siddhpant/broo#run

broo
# Do you want to start Broo, or close it? (s/c):

Android


Open GitHub Discussions