1.2.3

From Mumble Wiki
Jump to: navigation, search

NOTE: This release and version documentation is no longer being updated. Please see our announcements on our blog or our GitHub releases.


Mumble 1.2.3, the successor of 1.2.2 has been released on 19th February 2011.

Screenshot

Mumble -- 1.2.3.png


Mumble

List of new features, improvements and bug fixes already in place for the upcoming release.

Improved Voice Activity Detection

Agraph.png

With 1.2.3 amplitude based voice activity detection has been greatly improved. The biggest benefits are expected for people using it in a noisy environment as the detection now operates on noise filtered instead of raw audio data.



Customizable Overlay with FPS counter

url=File:overlay123.png

The overlay is now highly customizable. Instead of only being able to control position and size as in previous released you can now freely reorder, scale, show/hide its components giving you the freedom to make it look just the way you want it.

It can also display additional useful information like your Framerate (FPS).

Recording

Recording123.png

Another long awaited feature finally arrived in Mumble: Recording. Our recorder can store in several widespread formats and supports Mixdown as well as Multichannel recording (see our blog for more information).



Priority speaker

Priority speaker.png

As of popular request Mumble now has the ability to prioritize certain speakers. Meaning that once a priority speaker starts talking all other players in the channel are attenuated.


New installer

Mumble 1.2.3 Setup.png

Mumble 1.2.3 has a new MSI based installer for smoother installations and updates. Besides the new foundation the installer also received new branding, we hope you like it.


Other changes

  • Display of the full blown client user interface inside the overlay. On the Windows platform it is fully interactive just like the desktop client. (This feature is EXPERIMENTAL)
  • Updated CELT Codec to version 0.11.0 which improves audio quality for low bandwidth settings (CELT changes)
  • Optional auto reconnect to last used server
  • The client is now able to operate in WASAPI exclusive mode. This drops the latency overhead of the audio output considerably but has the disadvantage that no other application can input/output sound from that device. (see our blog for more information)

Murmur

Notable changes to Murmur, the server component of Mumble.

  • Support for priority speakers / recording
  • Logs in Database can be switched off (murmur.ini: "logdays=-1")
  • Defaultchannel setting can be applied to registered users (murmur.ini: "rememberchannel=false")
  • Ice interface changes:
    • getLogLen() function added to retrieve number of log entries
    • recording and priority_speaker flag added to user state
    • There are now separate Ice secrets for read and write operations