An open API service indexing awesome lists of open source software.

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

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