2020. 5. 20. 14:42ㆍ아이폰 개발
https://abc1211.tistory.com/411
16 ios 스위프트 오디오&녹음 어플 구현
// // ViewController.swift // Audio // // Created by MacBookPro on 2017. 11. 28.. // Copyright © 2017년 MacBookPro. All rights reserved. // //오디오를 재생하려면 헤더 파일과 델리게이트가 필요하..
abc1211.tistory.com
https://moonibot.tistory.com/41
[iOS/swift] AVAudioPlayer 음악(오디오) 재생 및 녹음 앱 만들기
Xcode(버전11.3)를 AVAudioPlayer 음악(오디오) 재생 및 녹음 앱을 만든다:) AVAudioPlayer을 이용하여 아래 기능을 구현한다. 1. 오디오 파일을 재생, 일시정지, 정지 2. 볼륨 조절 3. 녹음 - 스토리보드 화면..
moonibot.tistory.com