Skip to content

Udacity Intro To IOS App Development Course Application

Notifications You must be signed in to change notification settings

mirhadiali/PitchPerfect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PitchPerfect

The Pitch Perfect app is the result of Intro to iOS App Development with Swift lesson of Udacity's iOS Developer Nanodegree course.

The app allows users to record a sound using the device’s microphone. It then allows users to play the recorded sound back with six different sound modulations: Chipmunk, Vader, Slow, Fast with Reverb and Echo effect.

RecordSoundsViewController PlaySoundsViewController

Implementation

The app has two view controller scenes:

  • RecordSoundsViewController - consists a record button with a microphone image. Tapping this microphone button starts an audio recording session and present a stop button. When the stop button is clicked, the app completes recording and then show the PlaySound controller.

  • PlaySoundsViewController - contains six buttons to play the recorded sound file with different effects and a button to stop the playback.

The application uses code from AVFoundation to record sounds from the microphone (AVAudioRecorder) and play recorded audio with effects (AVAudioPlayer, AVAudioEngine).

About

Udacity Intro To IOS App Development Course Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages