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

github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-06MumbleKit: build on arm64.Mikkel Krautz
2014-01-26MKAudioInput: increase size of the encode output buffer to 960 bytes.Mikkel Krautz
2013-09-17MKAudio, MKAudioInput: add a setting to force CELT mode when using Opus.Mikkel Krautz
2013-06-13MKAudioInput: limit sidetone processing to 48KHz mic sampling rates.Mikkel Krautz
2013-06-12MKAudioInput: fix peakSignal miscalculation when resampling.Mikkel Krautz
2013-06-12MKAudioInput: correctly preprocess resampled frames.Mikkel Krautz
2013-06-12MKAudioInput: fix mic boost memory corruption when resampling.Mikkel Krautz
2013-06-12MKAudioInput: set MKAudioDevice input block after calling initializeMixer.Mikkel Krautz
2013-04-04MKAudioInput: set MKAudioDevice input to NULL before releasing it.Emilio Pavia
2013-02-10MKConnectionController: remove; replace with 'main connection for audio' conc...Mikkel Krautz
2013-02-07MKAudioInput, MKAudioOutputSpeech: port various Opus fixes from desktop Mumble.Mikkel Krautz
2012-10-20Added a primitive CNG and VAD Timed gateAntonio Tuzzi
2012-10-04MKAudio: rework device management to improve support for iOS 6's new VoicePro...Mikkel Krautz
2012-06-15MKAudio*: add sidetone option.Mikkel Krautz
2012-06-13MKAudioInput, MKConnection: Opus codec-switching.Mikkel Krautz
2012-06-12MKAudioInput: reset Opus encoder state for new streams.Mikkel Krautz
2012-06-12MKAudioInput: only set Opus terminator bit for *actual* terminators.Mikkel Krautz
2012-06-12MKAudioInput: don't encode until we know whether the frame is to be transmitted.Mikkel Krautz
2012-06-12MKAudioInput: port Opus frame counting code from desktop client.Mikkel Krautz
2012-06-12MKAudioInput, MKAudioOutputSpeech: new Opus header (embedded terminator)Mikkel Krautz
2012-03-31MKAudio, MKAudioInput: only enable echo cancellation for built-in mic.Mikkel Krautz
2012-03-31MKAudioInput: only use VPIO when echo cancellation is enabled.Mikkel Krautz
2012-03-30MKAudio, MKAudioInput: add setting for echo cancellation.Mikkel Krautz
2012-03-30MKAudioInput, MKAudioOutput: correctly dispose of AudioUnits.Mikkel Krautz
2012-03-11Clean up MumbleKit copyright headers.Mikkel Krautz
2012-03-11Remove MKAudio benchmark mode.Mikkel Krautz
2012-03-11Opus implementation.Mikkel Krautz
2012-02-11MKAudioInput, MKAudioOutput: Fix NSLog class names.Mikkel Krautz
2012-02-11MKAudioInput: Get rid of struct MKAudioInputPrivate.Mikkel Krautz
2012-01-31Add self-mute and self-deafen actions for the connected user to MKServerModel...Mikkel Krautz
2011-12-03Force amplitude VAD when preprocessor is disabled.Mikkel Krautz
2011-12-03Add MicBoost capability to MKAudioInput -- only used when the preprocessor is...Mikkel Krautz
2011-11-29Do VAD like desktop client does. No voice hold at the moment, though.Mikkel Krautz
2011-11-29Export speech probablity from MKAudio.Mikkel Krautz
2011-11-20Use Mac AudioInput device for iOS Simulator builds.Mikkel Krautz
2011-11-18Convert tabs to 4 spaces, to be in sync with Xcode 4 defaults.Mikkel Krautz
2011-11-18Really fix CELT codec switching.Mikkel Krautz
2011-11-17Fix error printing in MKAudioInput.Mikkel Krautz
2011-11-15Fix CELT codec switching.Mikkel Krautz
2011-11-15Improve Mac OS X stability and use the input audio device's specified sample ...Mikkel Krautz
2011-08-09Add transmit type to MKAudio.Mikkel Krautz
2011-07-31Make more headers private.Mikkel Krautz
2011-07-30Don't expose ivars in class @interfaces in public headers.Mikkel Krautz
2011-04-27MKAudioInput: Experimental use of VoiceProcessingIO for echo cancellation (ve...Mikkel Krautz
2010-10-07Attempt at fixing the 'whispering ghost' problem.Mikkel Krautz
2010-10-05Broadcast MKUser talkState changes in MKServerModelDelegate instead of via NS...Mikkel Krautz
2010-09-10There's no such thing as a configurable output codec.Mikkel Krautz
2010-08-26Add new public method sendVoiceData: to MKConnnection that sends voice data u...Mikkel Krautz
2010-06-20Add Audio benchmarking.Mikkel Krautz
2010-06-20Add support for device teardown in MKAudio{In,Out}put.Mikkel Krautz