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

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-27Corrected VBR issue.Andrew Comminos
2014-02-27Fixed implementation of audio bitrate control, upgraded javacpp.Andrew Comminos
2014-02-27Added support for audio input bitrate.Andrew Comminos
2014-02-27Added extra for frames per packet.Andrew Comminos
2014-02-17Added support for client-specified audio sources and inputs.Andrew Comminos
2014-02-08Added support for amplification boost.Andrew Comminos
2014-02-06Properly keep track of average available samples, greatly reducingAndrew Comminos
2014-02-06Merge branch 'mumble-sa'Andrew Comminos
2014-02-04Use SparseArray for better performance. It *should* be atomic, accordingAndrew Comminos
2014-02-02Fix for Mumble-SA-2014-001 and Mumble-SA-2014-002Andrew Comminos
2014-01-28Be less demanding on the audio output user instance, reducing gaps inAndrew Comminos
2014-01-22A few optimizations.Andrew Comminos
2014-01-22Copyright update, removed unused imports.Andrew Comminos
2014-01-22Fixed crash caused by uninitialized audiorecord instance.Andrew Comminos
2014-01-14Measure average available packets before playing.Andrew Comminos
2014-01-14Improved quality of input by implementing VAD detect time threshold.Andrew Comminos
2014-01-12Use large audio output buffer size for smoother playback.Andrew Comminos
2014-01-09Check for audio input initialization issues.Andrew Comminos
2014-01-05Added speex decoding support.Andrew Comminos
2014-01-01Added audio input quality preference.Andrew Comminos
2013-12-25Added support for welcome messages. Force CELT Alpha until beta issuesAndrew Comminos
2013-12-23Fixed threading issues in connection.Andrew Comminos
2013-12-14Messaging and audio input updates.Andrew Comminos
2013-12-09Implemented reconnection procedure, generic audio and user fixes.Andrew Comminos
2013-12-07Added bluetooth support, audio input and output resource management.Andrew Comminos
2013-12-03Removed database support, integrated access tokens into initialAndrew Comminos
2013-11-26Implemented methods to swap between transmit modes.Andrew Comminos
2013-11-26Use native Java primitive arrays for audio decoding.Andrew Comminos
2013-11-26Added audio fade.Andrew Comminos
2013-11-26Implemented energy-based logarithmic VAD.Andrew Comminos
2013-11-25Almost full support for all Mumble codecs. Few changes to messaging.Andrew Comminos
2013-11-09Implemented CELT Alpha and Beta output, much better Opus input, SpeexAndrew Comminos
2013-11-04Lots of progress on audio input with opus & speex preprocessor.Andrew Comminos
2013-10-26Initial support for speex audio preprocessing. Sounds pretty good soAndrew Comminos
2013-10-26Implemented Opus audio input support! Fine-tuned Opus audio output.Andrew Comminos
2013-10-20Now with working opus decoding and playback, and decent quality! MostAndrew Comminos
2013-10-20Massive native audio changes, switched to JavaCPP for performanceAndrew Comminos
2013-10-19In-progress native code work.Andrew Comminos
2013-10-11Working Tor support with orbot, a bunch of audio fixes and variousAndrew Comminos
2013-08-31More audio output work. Still fixing SWIG issues.Andrew Comminos
2013-08-30Fixed copyright notices.Andrew Comminos
2013-08-30A bunch of work on audio, permission handling, and general APIAndrew Comminos
2013-08-20Access token support, channel user count caching.Andrew Comminos
2013-08-18More audio and Tor work, added libonionkit.Andrew Comminos
2013-07-31Added talk state broadcasts. Other broadcasts involving users too.Andrew Comminos
2013-07-28No need for multi-project structure of the gradle project. Simplified.Andrew Comminos