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
path: root/src
AgeCommit message (Expand)Author
2021-01-23fix warning: implicit converstion from int to short turns value to -32768Andreas Hubel
2019-07-10Fix memory leak in MKConnection allocating MKCryptStateSean Eby
2017-09-03Do not set kAUVoiceIOProperty_VoiceProcessingQuality on audio unitEmilio Pavia
2017-09-03Merge PR #44: Fix a bug with buffer size calculation in the AudioUnit inputCa...Mikkel Krautz
2017-09-03Merge PR #57: MKConnection: use kCFStreamSocketSecurityLevelNegotiatedSSL for...Mikkel Krautz
2017-09-03Merge PR #56: MKServices: use HTTPS for publist service.Mikkel Krautz
2017-09-03MKConnection: use kCFStreamSocketSecurityLevelNegotiatedSSL for kCFStreamSSLL...Mikkel Krautz
2017-09-03MKServices: use tabs for all indentation.Mikkel Krautz
2017-09-03MKServices: use HTTPS for publist service.Mikkel Krautz
2017-07-29MKCryptState: fix initialization of CryptState class.Mikkel Krautz
2016-11-28Merge PR #46: Fixed memset not setting entire array 0Mikkel Krautz
2016-11-27Update MumbleKit to Xcode 8.1 defaults.Mikkel Krautz
2016-02-24Fixed memset not setting entire array 0Steven-xu94
2015-11-26Fix a bug with buffer size calculation in the AudioUnit inputCallbackEmilio Pavia
2014-04-06MKConnection: silence deprecation warning for kSecTrustResultConfirm.Mikkel Krautz
2014-04-06MumbleKit: build on arm64.Mikkel Krautz
2014-03-11MKAudio: handle RouteConfigurationChange in AudioSession route change callback.Mikkel Krautz
2014-01-29MKAudioOutputSpeech: fix handling of malformed Opus packets.Mikkel Krautz
2014-01-26MKAudioInput: increase size of the encode output buffer to 960 bytes.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-17MKCertificate: add +certificatesWithPKCS12:password: method; export raw data ...Mikkel Krautz
2013-09-17MKAudio, MKAudioInput: add a setting to force CELT mode when using Opus.Mikkel Krautz
2013-09-17MKAudio: add preferReceiverOverSpeaker setting.Mikkel Krautz
2013-09-17MKVoiceProcessingDevice: fix flakey VPIO on iOS 7 when built with the iOS 6.1...Mikkel Krautz
2013-06-19src, doc: switch to Doxygen for MumbleKit documentation.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-05-14MKAudio: add MKAudioDelegate for controlling MKAudio state change decisions.Mikkel Krautz
2013-04-04MKAudioInput: set MKAudioDevice input to NULL before releasing it.Emilio Pavia
2013-02-10MKConnection: remove left over NSLog output.Mikkel Krautz
2013-02-10MKConnection: serialize sendVoiceData onto the MKConnection thread.Mikkel Krautz
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
2013-02-07MKAudioOutputSidetone: assign to self in init.Mikkel Krautz
2013-02-06MKCertificate: support for both SHA1 and SHA256 digests.Mikkel Krautz
2013-02-03MKiOSAudioDevice: suppress render error when running in the ssimulator.Mikkel Krautz
2013-01-29MKTextMessage: don't process empty links.Mikkel Krautz
2012-12-24MumbleKit: update OS X build to be usable.Mikkel Krautz
2012-12-24MKAudioOutput: query device for numberOfOutputChannels, not numberOfInputChan...Mikkel Krautz
2012-12-21MKAudio: use stub MKAudioDevice to fix OS X build.Mikkel Krautz
2012-11-19MKServerModel: propagate server text messages properly.Mikkel Krautz
2012-10-26MKConnection: emit (simple, for now) error for EOF.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-09-18MKAudio: disable echo cancellation on iOS 6; VPIO is broken.Mikkel Krautz
2012-06-19Add administrative features (set/retrieve groups and ACLs, channel creation).Emilio Pavia