Mumble

This article is a stub. You can help by expanding it.

Resources

Mumble is Article description::an open source, cross platform, low-latency, high quality voice over IP (VoIP) client. Mumble uses a client/server architecture and is primarily used by gamers, but can be used for any VoIP purpose.

Installation

Kernel

Many laptops have built-in USB microphones (almost always paired with USB web cameras). The kernel needs the SND_USB_AUDIO option enabled to support USB audio (input) devices.

KERNEL Enable support for USB microphones (SND_USB_AUDIO)
Device Drivers -->
   Sound card support -->
      Advanced Linux Sound Architecture -->
         USB sound devices -->
            <*> USB Audio/MIDI driver

USE flags

USE flags for media-sound/mumble Mumble is an open source, low-latency, high quality voice chat software

alsa Add support for media-libs/alsa-lib (Advanced Linux Sound Architecture)
dbus Enable dbus support for anything that needs it (gpsd, gnomemeeting, etc)
debug Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
g15 Enable support for the Logitech G15 LCD (and compatible devices).
jack Add support for the JACK Audio Connection Kit
libressl Use dev-libs/libressl instead of dev-libs/openssl when applicable (see also the ssl useflag)
nls Add Native Language Support (using gettextGNU locale utilities)
portaudio Add support for the crossplatform portaudio audio API
pulseaudio Add support for PulseAudio sound server
rnnoise Enable alternative noise suppression option based on RNNoise.
speech Enable text-to-speech support in Mumble.
test Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
zeroconf Support for DNS Service Discovery (DNS-SD)

Emerge

Install Mumble:

root #emerge --ask media-sound/mumble

Removal

Unmerge

Uninstall Mumble by issuing:

root #emerge --ask --depclean --verbose media-sound/mumble

See also

  • Murmur โ€” the server component to Mumble built on the Qt framework.
  • UMurmur โ€” a minimalistic server for Mumble designed to run on embedded systems (DD-WRT or OpenWRT) or older PC hardware.
  • Skype โ€” a proprietary application owned by Microsoft for instant messaging, VoIP calls, and video conversations.
This article is issued from Gentoo. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.