Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pzmarzly/mic_over_mumble
Use Android/iOS device as your PC's remote microphone, using Mumble + Plumble. Or use microphone of one PC on other PC. Linux-only script
https://github.com/pzmarzly/mic_over_mumble
hacktoberfest mumble pulseaudio
Last synced: 3 months ago
JSON representation
Use Android/iOS device as your PC's remote microphone, using Mumble + Plumble. Or use microphone of one PC on other PC. Linux-only script
- Host: GitHub
- URL: https://github.com/pzmarzly/mic_over_mumble
- Owner: pzmarzly
- License: mit
- Created: 2018-12-30T20:17:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T17:12:01.000Z (4 months ago)
- Last Synced: 2024-07-30T03:14:05.218Z (4 months ago)
- Topics: hacktoberfest, mumble, pulseaudio
- Language: Shell
- Homepage:
- Size: 107 KB
- Stars: 292
- Watchers: 14
- Forks: 31
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Voice over Mumble
Use Android/iOS device as your PC's microphone, using Mumble + Plumble. Or use microphone of one PC on other PC.
Linux-only script, but steps can be replicated on other systems (e.g. using VoiceMeeter).
This is the lowest latency I've ever achieved (sounds almost like local loopback, theoretically 7ms WiFi delay + 2x 10ms codec delay = 27 ms).
Alternatives: [Broo](https://github.com/siddhpant/broo), [WO Mic](https://wolicheng.com/womic/wo_mic_linux.html), [pulseaudio-virtualmic](https://github.com/MatthiasCoppens/pulseaudio-virtualmic).
## Installation
Install Mumble (desktop client) + Murmur (server) + Plumble (Android/iOS client). Set all 3 programs to use best quality and minimal latency. Set mobile client to always streaming.
To install Mumble + Murmur on Ubuntu, you can use:
```bash
sudo apt install mumble mumble-server
sudo systemctl stop mumble-server.service
sudo systemctl disable mumble-server.service
```For autodiscovery, make sure Avahi is running (it should be on Debian-based systems, but [not necessarily on others](https://github.com/pzmarzly/mic_over_mumble/issues/12)):
```bash
sudo apt install avahi-daemon
sudo systemctl start avahi-daemon.service
```If you want to have your IP address printed on startup, install `jq` and `ip`.
```bash
sudo apt install iproute2 jq
```Copy `mic_over_mumble` anywhere - it will use `~/.mic_over_Mumble` as configuration directory. Don't forget to make it executable (`chmod +x mic_over_mumble`).
Run `mic_over_mumble`. It will start the server on LAN, then start Mumble (if asked for nickname, enter anything other than SuperUser). Then connect your mobile device to the LAN server manually. Please note that Mumble mobile app [has some issues](https://github.com/pzmarzly/mic_over_mumble/issues/4#issuecomment-602817058).
Then, set up your programs to use either "Monitor_of_Mumble" or "VirtualMic" as input device (they are linked). E.g. in OBS:
![Screenshot of OBS configuration](obs_screenshot.png)
If for some reason the script messes up your audio config, you can use `pulseaudio -k` to reload PA.