/pitch-perfect

An iOS application that records your voice and modulates the recorded audio to sound like a Chipmunk or Darth Vader!

Primary LanguageSwift

Pitch Perfect

Overview

An iOS application that records your voice and modulates playback to sound like a chipmunk or Darth Vader!

Features

  • Record a user's voice
  • Playback recording with applied filters: echo, reverb, speedup or slowdown

Tools

This iOS application was built using the following:

  • Swift 3.0.1
  • XCode 8.1

This project satisfies a project requirement for Udacity's iOS Developer Nanodegree.

Run this Project from your Machine

  1. Download or Clone the repository

    git clone https://github.com/kiraheta/pitch-perfect.git

  2. cd into directory PitchPerfect.

  3. Open PitchPerfect.xcodeproj with XCode.

  4. Then click on the play button or click command+r to run the application

References

Apple iOS Documentation

Udacity