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-03-11MKAudio: handle RouteConfigurationChange in AudioSession route change callback.Mikkel Krautz
2014-01-26MKAudio: add missing setDelegate: and delegate methods.Mikkel Krautz
2013-11-23MKAudio: add support for querying the audio mixer for debug info.Mikkel Krautz
2013-09-17MKAudio: add preferReceiverOverSpeaker setting.Mikkel Krautz
2013-05-14MKAudio: add MKAudioDelegate for controlling MKAudio state change decisions.Mikkel Krautz
2013-02-10MKConnectionController: remove; replace with 'main connection for audio' conc...Mikkel Krautz
2012-12-24MumbleKit: update OS X build to be usable.Mikkel Krautz
2012-12-21MKAudio: use stub MKAudioDevice to fix OS X build.Mikkel Krautz
2012-10-04MKAudio: rework device management to improve support for iOS 6's new VoicePro...Mikkel Krautz
2012-09-18MKAudio: disable echo cancellation on iOS 6; VPIO is broken.Mikkel Krautz
2012-06-15MKAudio*: add sidetone option.Mikkel Krautz
2012-06-13MKAudio: make MixWithOthers work again, after Bluetooth support was added; al...Mikkel Krautz
2012-05-02Fix Mac OS X build.Jeremy Knope
2012-04-01MKAudio: synchronize access to MKAudioInput, MKAudioOuptut, MKAudioSettings.Mikkel Krautz
2012-03-31MKAudio: add MKAudioDidRestartNotification.Mikkel Krautz
2012-03-31MKAudio, MKAudioInput: only enable echo cancellation for built-in mic.Mikkel Krautz
2012-03-31MKAudio: drop currentAudioRoute.Mikkel Krautz
2012-03-31MKAudio: restart on device add/remove.Mikkel Krautz
2012-03-14MKAudio: allow Bluetooth input.Mikkel Krautz
2012-03-11Clean up MumbleKit copyright headers.Mikkel Krautz
2012-03-11Remove MKAudio benchmark mode.Mikkel Krautz
2012-01-31Add self-mute and self-deafen actions for the connected user to MKServerModel...Mikkel Krautz
2011-11-29Export speech probablity from MKAudio.Mikkel Krautz
2011-11-18Convert tabs to 4 spaces, to be in sync with Xcode 4 defaults.Mikkel Krautz
2011-08-09Add transmit type to MKAudio.Mikkel Krautz
2011-08-07Fix MumbleKit warnings.Mikkel Krautz
2011-07-31Make more headers private.Mikkel Krautz
2011-07-30Use dispatch_once for singleton inits.Mikkel Krautz
2011-07-30Don't expose ivars in class @interfaces in public headers.Mikkel Krautz
2011-06-01Conditionally disable preprocessor usage on ARMv6.Mikkel Krautz
2011-03-15Add Xcode 4 .xcodeprojs and make that the default build system. CMkake is sti...Mikkel Krautz
2010-10-10Make MKAudio better suited for background operation on iOS.Mikkel Krautz
2010-10-05Broadcast MKUser talkState changes in MKServerModelDelegate instead of via NS...Mikkel Krautz
2010-09-05Add currentAudioRoute method to MKAudio.Mikkel Krautz
2010-09-04MKAudio: Fix AudioInputAvailable callback. Also always enable OverrideCategor...Mikkel Krautz
2010-06-20Add Audio benchmarking.Mikkel Krautz
2010-06-19Export MKAudioInput's forceTransmit property in MKAudio.Mikkel Krautz
2010-06-17Add MKAudioSettings. Change the public interface of MKAudio a bit.Mikkel Krautz
2010-06-12Working AudioInput on Mac OS X.Mikkel Krautz
2010-06-11Tiny MKAudio cleanup.Mikkel Krautz
2010-06-09Make MumbleKit build on Mac OS X (it compiles!)Mikkel Krautz
2010-06-07Fix dealloc call order in NSObject subclasses.Mikkel Krautz
2010-03-17Initial split from mumble-iphoneos git repo.Mikkel Krautz