jonassu / Agora-RTC-With-Voice-Changer-iOS-Objective-C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Agora-RTC-With-Voice-Changer-iOS

其他语言版本: 简体中文

The Agora-RTC-With-Voice-Changer-iOS Sample App is an open-source demo that will help you get live voice chat and voice change function integrated directly into your iOS applications using the Agora Voice SDK.

With this sample app, you can:

  • Voice change
  • Join / leave channel
  • Set role as broadcaster or audience
  • Mute / unmute audio
  • Switch speaker

A tutorial demo can be found here: Agora-iOS-Voice-Tutorial-Swift-1to1

Running the App

First, create a developer account at Agora.io, and obtain an App ID. Update "KeyCenter.swift" with your App ID.

static let AppId: String = "YOUR APPID"

Next, download the Agora Voice SDK from Agora.io SDK. Unzip the downloaded SDK package and copy the libs/AgoraAudioKit.framework to the "Agora-RTC-With-Voice-Changer-iOS" folder in project.

Finally, Open Agora-RTC-With-Voice-Changer-iOS.xcodeproj, connect your iPhone/iPad device, setup your development signing and run.

Developer Environment Requirements

  • XCode 8.0 +
  • Real devices (iPhone or iPad)
  • iOS simulator is NOT supported

Connect Us

License

The MIT License (MIT).

About

License:MIT License


Languages

Language:Objective-C 100.0%