How to use a smart phone as a mic input on your laptop using FreeBSD

2 years ago
34

Use Mumble to utilize a smart phone as your microphone in your videos.

#mumble #mic #mixer

Loop back device:

virtual_oss -C 2 -c 2 -r 48000 -b 16 -s 1024 -f /dev/dsp0 -l dsp -t /dev/vdsp.ctl

Mumble server:

pkg install umurmur
cp -a /usr/local/etc/umurmur/umurmur.conf /usr/local/etc/
service umurmur onestart

Mumble client in Python:

https://raw.githubusercontent.com/azlux/pymumble/pymumble_py3/examples/audio-only_client.py

I had to tweak some things to make that work, but there is the basis.

Android/LineageOS Mumla app:

https://f-droid.org/en/packages/se.lublin.mumla/

Website: https://superserverhero.com
Truth: https://truthsocial.com/@stocktonsols

Loading comments...