Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 681 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 681 Bytes

PitchPerfect

Summary

PitchPerfect is an app project from the Udacity iOS Developer Nanodegree Program. It's a fun app that allows the user to record a voice memo and change their voice on playback.

What I Learned

  • How to implement AVAudioRecorder.
  • The dangers of hard-coding alignments.
  • How to use auto-layout to create a dynamic UI layout.
  • How to troubleshoot IBOutlets/IBActions.

What I'd Do Differently

  • Add an export feature to allow users to share/down;oad their recording.
  • Use SwiftUI, of course!
  • Add a save feature to allow users to keep multiple recordings.