https://github.com/icyjoseph/pitchperfect
Record and playback your voice, using 6 different effects.
https://github.com/icyjoseph/pitchperfect
ios storyboard swift xcode
Last synced: over 1 year ago
JSON representation
Record and playback your voice, using 6 different effects.
- Host: GitHub
- URL: https://github.com/icyjoseph/pitchperfect
- Owner: icyJoseph
- Created: 2022-10-10T19:32:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T08:32:27.000Z (over 3 years ago)
- Last Synced: 2025-01-21T19:41:30.600Z (over 1 year ago)
- Topics: ios, storyboard, swift, xcode
- Language: Swift
- Homepage:
- Size: 457 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pitch Perfect
Build as part of the iOS Developer Nanodegree
The app has two views. On the first view you can record your voice, by pressing the record button.
When you are done, press the stop button, and you'll be taken to the second view. In the second view
you can playback your recording, by chosing of the 6 effects:
- low pitch
- high pitch
- fast playback
- slow playback
- echo
- reverb
You may stop the playback at any time. The playback also stops if you navigate back to the initial view.