Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-16FORMAT: Run clang-format 10 on all source filesRobert Adam
2021-04-16FEAT(client): Plugin frameworkRobert Adam
2021-04-09MAINT: Update copyright notice to 2021 (Part II)Robert
2021-03-12FIX(client): Update rnnoise-src submoduleDavide Beatrici
2021-03-06REFAC: Make sure all macros are #undef'd againRobert Adam
2021-03-06REFAC(client): Remove global "g" macroRobert Adam
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2021-02-11REFAC(audio): Move echo cancellation options into an enum.Terry Geng
2021-02-11FEAT(ui, audio): Customizable platform-dependent echo canceller listTerry Geng
2021-01-12REFACTOR(client, audio): Unified interface for mic permission checkTerry Geng
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-09-08FEAT(client, ui): Noise suppression settingsRobert Adam
2020-09-08FEAT(client, code): Allow RNNoise + Speex togetherFederico Terraneo
2020-09-08FIX(client, audio): Streamline noise cancel chainFederico Terraneo
2020-06-27REFAC(client): replace NULL and Q_NULLPTR with nullptrPopkornium18
2020-05-26src/mumble/AudioInput: Fix echo cancellation, added options to dump input aud...Federico Terraneo
2020-04-07Merge pull request #4050: Fix last audio frame targetRobert Adam
2020-04-07src/mumble/AudioInput: Fix racecondition for g.iTargetRobert Adam
2020-04-07src/mumble/AudioInput.cpp: Fix whisper-target logic interfering with normal s...Robert Adam
2020-04-07src/mumble: Added some documentation on speech-detection and how iPrevTarget ...Robert Adam
2020-03-24src/mumble/AudioInput.cpp: Return 0 from encodeOpusFrame() if Opus is disabledAlexander Krotov
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-11-12fix build without OpusLartza
2019-09-20Implement & auto-select Opus' low delay modetrudnorx
2019-09-12Add missing includes for "no-pch" buildDavide Beatrici
2019-09-12Don't include PCH headers directlyDavide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-12-20Fix crash when Opus is not availableDavide Beatrici
2018-07-08AudioInput: check denoiseState before calling rnnoise_process_frame()Davide Beatrici
2018-07-08AudioInput: calculate audio statistics after RNNoise processingDavide Beatrici
2018-07-07Add RNNoise supportmain()
2018-07-06Introduce OpusCodec to use Opus as shared libraryDavide Beatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-05-20AudioInput, Settings: add 'audio/inputchannelmask' setting for selecting whic...Mikkel Krautz
2017-05-09Added a "Undo Idle action upon activity" setting.Andrew Johnson
2017-02-26AudioInput: check iTarget and iPrevTarget for errors before use in flushCheck().Mikkel Krautz
2017-01-21Revert PR #2674: Mumble: convert AudioInputPtr and AudioOutputPtr to use QSha...Mikkel Krautz
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-11-28Mumble: convert AudioInputPtr and AudioOutputPtr to use QSharedPointer instea...Mikkel Krautz
2016-09-04Enable the Opus music encoderNatenom
2016-07-07AudioInput: remove use of the register keyword.Mikkel Krautz
2016-05-10src/mumble: update to use LICENSE.header.Mikkel Krautz
2015-12-12AudioInput: ensure our encoders are reset correctly when using > 1 frame per ...Mikkel Krautz
2015-10-28Fix warnings in AudioOutput codeStefan Hacker
2015-07-04Fix various warnings in Linux buildStefan Hacker
2015-05-06fix minor spelling mistakeTim Cooper
2014-11-10Calculate peak and max microphone level in the same loop.Stefan Hacker
2014-11-10Reset buffered frames count on encoding failure.Stefan Hacker
2014-11-10Fix sequence counter becoming invalid for end-of-speech frames.Stefan Hacker
2013-12-30AudioInput: make a copy of the EncodingOutputBuffer when calling flushCheck.Mikkel Krautz