Telegram Desktop messaging app
Go to file
Niklas Haas 6096116526 Use quasi-logarithmic volume controls
This commit significantly improves the usability of the volume controls
for controlling volume in a way that matches intuitively onto human
needs and loudness perception.

Using the third power of the volume is a good approximation of the
quasi-logarithmic psychoacoustic system, while being defined everywhere
and preserving the useful quality of 0% volume mapping onto gain 0.0.
The use of this exact mapping function is a prior art established by
e.g. PulseAudio, among many other programs.

Fixes #24488
2022-07-19 19:32:46 +04:00
.github Update winget.yml 2022-07-01 19:15:41 +04:00
Telegram Use quasi-logarithmic volume controls 2022-07-19 19:32:46 +04:00
cmake@d8442d4d96 Update cmake_helpers submodule. 2022-06-21 00:03:58 +04:00
docs Fix dependencies build on M1. 2021-12-14 11:33:59 +04:00
lib/xdg Updated XDG SPEC version to 1.5. 2022-01-11 10:37:44 +03:00
snap Build OpenSSL 1.1.1 in snap 2022-06-28 09:49:45 +04:00
.gitattributes
.gitignore
.gitmodules Migrate from kwayland to QtWaylandScanner 2022-06-14 16:36:44 +04:00
CMakeLists.txt Restrict CMake to 3.23+ on macOS. 2022-06-15 13:02:15 +04:00
LEGAL Update copyright year to 2022. 2022-01-04 12:49:50 +04:00
LICENSE
README.md Updated Qt license. 2022-04-10 23:28:56 +03:00
changelog.txt Version 4.0.2. 2022-06-24 21:00:52 +04:00

README.md

Telegram Desktop Official Messenger

This is the complete source code and the build instructions for the alpha version of the official desktop client for the Telegram messenger, based on the Telegram API and the MTProto secure protocol.

Version Build Status Build Status Build Status

Preview of Telegram Desktop

The source code is published under GPLv3 with OpenSSL exception, the license is available here.

Supported systems

The latest version is available for

Old system versions

Version 2.4.4 was the last that supports older systems

Version 1.8.15 was the last that supports older systems

Third-party

Build instructions