https://github.com/vasiliy-l/tutorial-ios-voice-recorder
A simple voice recording app in Swift
https://github.com/vasiliy-l/tutorial-ios-voice-recorder
avfoundation ios swift tutorial
Last synced: about 1 year ago
JSON representation
A simple voice recording app in Swift
- Host: GitHub
- URL: https://github.com/vasiliy-l/tutorial-ios-voice-recorder
- Owner: vasiliy-l
- Created: 2019-02-06T22:56:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T23:51:29.000Z (over 7 years ago)
- Last Synced: 2025-04-01T06:01:45.857Z (about 1 year ago)
- Topics: avfoundation, ios, swift, tutorial
- Language: Swift
- Size: 18.6 KB
- Stars: 8
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Voice Recording App in Swift
A simple application to record audio and then replay the recording; an example how to use [AVFoundation](https://developer.apple.com/av-foundation/) framework to record and playback audio in applications.
Used tutorial materials from [Hacking with Swift](https://www.hackingwithswift.com):
- How to record audio using AVAudioRecorder: https://www.hackingwithswift.com/example-code/media/how-to-record-audio-using-avaudiorecorder
- How to play sounds using AVAudioPlayer: https://www.hackingwithswift.com/example-code/media/how-to-play-sounds-using-avaudioplayer