• Stars
    star
    188
  • Rank 205,563 (Top 5 %)
  • Language
    Objective-C
  • License
    Other
  • Created over 14 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Mumble client for iOS-based devices

Mumble for iOS (iPhone, iPod touch and iPad)

Note: This repo and the app for iOS are unmaintained. If you are interested in taking over development of the app, write a comment in #129.

This is the source code of Mumble (a voice chat application) for iOS-based devices.

The desktop version of Mumble runs on Windows, Mac OS X, Linux and various other Unix-like systems.

Visit our website at: https://mumble.info/

Building it

To build this you need Xcode 4 and the latest iOS SDK from Apple.

The easiest way to get a working source tree is to check out the mumble-iphoneos repository recursively (his will recursively fetch all submodules), because there are quite a few submodules.

To fetch the repository:

$ git clone --recursive http://github.com/mumble-voip/mumble-iphoneos.git

Once this is done, you should be able to open up the Xcode project file for Mumble (Mumble.xcodeproj) in the root of the source tree and hit Cmd-B to build!

Extra tips for advanced users

When launching Mumble.xcodeproj for the first time, you're recommended to remove all schemes but the Mumble one. Xcode will automatically populate it with the schemes of all .xcodeprojs in the workspace.

Schemes can be configured using the dropdown box right of the start and stop buttons in the default Xcode 4 UI.

We also recommend you to edit the default scheme for the Mumble target and change the Archive configuration to BetaDist, and the Test configuration to Release (debug builds pretty slow for devices, but for the Simulator, they're OK!)

More Repositories

1

mumble

Mumble is an open-source, low-latency, high quality voice chat software.
C++
5,598
star
2

grumble

Alternative Mumble server
Go
263
star
3

mumblekit

Objective-C-based Mumble client framework for iOS and Mac OS X
Objective-C
153
star
4

mumo

Mumble Moderator framework simplifying development of plugins that connect to Mumble servers via Ice. (handles basic ICE connectivity, contains basic module loading and message multiplexing)
Python
50
star
5

mumble-scripts

Mumble scripts is a place for gathering various scripts written for the Mumble VoIP application.
Python
48
star
6

libmumble-legacy

libmumble is an attempt at writing a cross-platform C++ library for implementing Mumble clients
Assembly
37
star
7

mumble-protocol

Mumble protocol documentation
Makefile
31
star
8

mumble-releng

Mumble Release Engineering
Python
18
star
9

libmumble

C++17 Mumble library.
C++
15
star
10

mumble-docker

Docker support for Mumble
Shell
14
star
11

mumble-www

The Mumble website
HTML
12
star
12

mumble-pahelper

C++
8
star
13

mumble-plugin-cpp

A C++ wrapper for around the C plugin interface that was introduced with Mumble 1.4.0
C++
8
star
14

mumble-ubuntu-ppa

Template Debian package used to generate the Mumble team's PPAs on Launchpad.
Shell
7
star
15

mumble-json-bridge

A Mumble plugin that offers a JSON API for Mumble interaction via named pipes
C++
6
star
16

celt-0.11.0

The Mumble team's CELT 0.11.0 repository.
C
5
star
17

celt-0.7.0

The Mumble team's CELT 0.7.0 repository.
C
4
star
18

mumble-gpg-signatures

GPG signatures for Mumble
4
star
19

libcrossaudio

C11 audio library.
C++
4
star
20

mumble-developers-qt

The Mumble developers's Qt 4 tree
C++
3
star
21

speex

Mumble's mirror of Speex. Used for Mumble's Speex submodule.
C
3
star
22

mach_override

The Mumble team's mirror of the mach_override Git repo (https://github.com/rentzsch/mach_override)
C
2
star
23

.github

2
star
24

mumble-streamdeck-integration

A plugin for integrating the Mumble client with Elgato's Stream Deck
CSS
2
star
25

speexdsp

Mumble's mirror of SpeexDSP. Used for Mumble's SpeexDSP submodule.
C
2
star
26

libmumble-gyp

A clone of gyp with minor patches needed to build libmumble on certain platforms.
Python
2
star
27

crypto-benchmark

libhydrogen/libsodium/NSS/OpenSSL/wolfCrypt benchmark, used to determine the best cipher and library for Mumble.
C
2
star
28

cygwin-bootstrap

Cygwin bootstrapper for mumble-releng
Go
1
star
29

sbcelt

A sandboxed CELT 0.7 decoder library (API compatible) for Linux, FreeBSD and Mac OS X (for now...)
C
1
star
30

fx11

Git mirror for Effects 11 β€œfx11” - MS-PL - from https://fx11.codeplex.com/
C++
1
star
31

mumble-plugin-template

A template for getting started writing Mumble plugins using the standard C API.
C
1
star
32

mumble-releng-vcpkg

Mumble build environment preparer, uses vcpkg - for Mumble version >= 1.4
Shell
1
star
33

qt_unicode_test

Source for upstream Qt bug report (minimal example for reproduction)
C++
1
star
34

MumbleTransifexBot

Pulls updated translations from transifex and if anything relevant changed creates a pull request with the translation update to the mumble master repository
Python
1
star
35

backend-services

Scripts used to power the Mumble public infrastructure backend (e.g. public server list)
Lua
1
star