Difference between revisions of "1.2.1"

From Mumble Wiki
Jump to: navigation, search
(Added screenshots for the new stuff)
(replace external images with internal ones)
 
(18 intermediate revisions by 5 users not shown)
Line 1: Line 1:
= 1.2.1 =
+
{{ReleaseTimeline}}
== Status ==
 
<div style="text-align:center">http://mumble.sourceforge.net/static/my_mumble_full_snap_121_s.png</div>
 
  
Mumble 1.2.1 is currently in development. Since we just released version [[1.2.0]] a few days ago we are not yet sure which features we want to add for this release.
+
Mumble 1.2.1, the successor of [[1.2.0]] and has been released on 07.01.2010. The primary focus of this release was to improve the performance of the new CELT codec under packet loss, but we also worked hard to improve the usability and added some nice new features. The list can be found below.
 +
 
 +
== Screenshot ==
 +
[[File:my_mumble_full_snap_121.png|center]]
  
 
== New features ==
 
== New features ==
 
=== Extended Audio wizard ===
 
=== Extended Audio wizard ===
<span style="float:left; margin-right:5px">http://mumble.sourceforge.net/static/audio_wizard_qn_page_s.png</span>
+
[[File:audio_wizard_qn_page.png|left|300px]]
 
The audio wizard received a new page which contains codec quality and latency settings as well as Text-To-Speech to Sound pack switching. We hope this will make it easier for users to individualize their settings to get the best experience out of Mumble.
 
The audio wizard received a new page which contains codec quality and latency settings as well as Text-To-Speech to Sound pack switching. We hope this will make it easier for users to individualize their settings to get the best experience out of Mumble.
 
<br style="clear:both"/>
 
<br style="clear:both"/>
Line 13: Line 14:
  
 
=== Windows 7 jumplist support ===
 
=== Windows 7 jumplist support ===
<span style="float:left; margin-right:5px">http://mumble.sourceforge.net/static/jumplist.png</span>
+
[[File:jumplist.png|left]]
 
As the new taskbar in Windows 7 got some nice, new functionality took advantage of that and implement jumplist support in Mumble. This will enable you to connect to your favorite servers quicker as an alternative to the full-blown server browser.
 
As the new taskbar in Windows 7 got some nice, new functionality took advantage of that and implement jumplist support in Mumble. This will enable you to connect to your favorite servers quicker as an alternative to the full-blown server browser.
 
<br style="clear:both"/>
 
<br style="clear:both"/>
Line 19: Line 20:
  
 
=== Improved channel tree ===
 
=== Improved channel tree ===
<span style="float:left; margin-right:5px">http://mumble.sourceforge.net/static/tree_121.png</span>
 
 
In order to increase your usable screen real estate we improved the channel tree by unifying the name and flag columns.
 
In order to increase your usable screen real estate we improved the channel tree by unifying the name and flag columns.
 +
 +
[[File:Mumble client 1.2.1 improved channel tree.png]]
 
<br style="clear:both"/>
 
<br style="clear:both"/>
  
 
=== Show talking state in tray ===
 
=== Show talking state in tray ===
<span style="float:left; margin-right:5px">http://mumble.sourceforge.net/static/state_in_tray.png</span>
+
[[File:state_in_tray.png|left]]
 
Besides your muted and deafened status the new release will, by default, also display your current speaking status in the tray icon. That way you can easily see whether you are connected at all, talking or whispering.
 
Besides your muted and deafened status the new release will, by default, also display your current speaking status in the tray icon. That way you can easily see whether you are connected at all, talking or whispering.
 
<br style="clear:both"/>
 
<br style="clear:both"/>
Line 30: Line 32:
  
 
== Other changes ==
 
== Other changes ==
 +
* '''Updated CELT codec with enhanced packet loss concealment (less robots)'''
 
* Added ability to colorize log messages with skins
 
* Added ability to colorize log messages with skins
* Add the ability to disable individual positional audio plugins
+
* Added the ability to disable individual positional audio plugins
 
* Enhanced always on top adjustability
 
* Enhanced always on top adjustability
 
* Volume attenuation for other applications can now also trigger on local speech
 
* Volume attenuation for other applications can now also trigger on local speech
* Updated CELT codec with enhanced packet loss concealment (less robots)
 
 
* Lots of bugfixes
 
* Lots of bugfixes
 +
* Various positional audio bugfixes, improvements, and additions
  
= Future =
+
[[Category:Documentation English]]
This section takes a peek into the future of Mumble's development. These features are what we would like to implement in future releases. There is no guarantee that we will ever get around implementing them however.
+
[[Category:Releases]]
 
 
=== Video ===
 
The current overlay texture system is designed for high speed texture transfers in a format that happens to be 60 pixels high. This is no coincidence.
 
 
 
Using H.264 encoding, 80x60 pixels is small enough that we can encode a 15fps video stream with minimal CPU impact. The bitrate will also be low (lower than existing audio streams), and with a bit of filtering the quality is near perfect. I really mean this; what filtering did for the audio quality in Mumble it also does for video quality.
 

Latest revision as of 19:39, 5 November 2014

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.1, the successor of 1.2.0 and has been released on 07.01.2010. The primary focus of this release was to improve the performance of the new CELT codec under packet loss, but we also worked hard to improve the usability and added some nice new features. The list can be found below.

Screenshot

My mumble full snap 121.png

New features

Extended Audio wizard

Audio wizard qn page.png

The audio wizard received a new page which contains codec quality and latency settings as well as Text-To-Speech to Sound pack switching. We hope this will make it easier for users to individualize their settings to get the best experience out of Mumble.


Windows 7 jumplist support

Jumplist.png

As the new taskbar in Windows 7 got some nice, new functionality took advantage of that and implement jumplist support in Mumble. This will enable you to connect to your favorite servers quicker as an alternative to the full-blown server browser.


Improved channel tree

In order to increase your usable screen real estate we improved the channel tree by unifying the name and flag columns.

Mumble client 1.2.1 improved channel tree.png

Show talking state in tray

State in tray.png

Besides your muted and deafened status the new release will, by default, also display your current speaking status in the tray icon. That way you can easily see whether you are connected at all, talking or whispering.


Other changes

  • Updated CELT codec with enhanced packet loss concealment (less robots)
  • Added ability to colorize log messages with skins
  • Added the ability to disable individual positional audio plugins
  • Enhanced always on top adjustability
  • Volume attenuation for other applications can now also trigger on local speech
  • Lots of bugfixes
  • Various positional audio bugfixes, improvements, and additions