Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 리팩토링
- UITextView
- swift documentation
- Protocol
- 클린 코드
- Human interface guide
- MVVM
- map
- combine
- clean architecture
- Observable
- Xcode
- Refactoring
- ribs
- uitableview
- 스위프트
- rxswift
- collectionview
- 리펙터링
- 리펙토링
- tableView
- Clean Code
- 애니메이션
- UICollectionView
- uiscrollview
- RxCocoa
- swiftUI
- HIG
- SWIFT
- ios
Archives
- Today
- Total
목록AVAudioEngine (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 1. 오디오 처리 - AVPlayer, AVAudioPlayer 개념
1. 오디오 처리 - AVPlayer, AVAudioPlayer 개념 (실시간 스트리밍, 로컬 파일 재생) 2. 오디오 처리 - AVAudioRecoder 개념 (녹음) 비교 실시간 스트리밍 -> AVPlayer 사용 로컬 파일 재생 -> AVAudioPlayer 사용 음성 특수 효과 or 변조 -> AVAudioEngine 사용 cf) 녹음 -> AVAudioRecoder 사용 비동기 처리의 편의를 위해서 사용한 프레임워크 pod 'RxSwift' pod 'RxCocoa' pod 'RxAVFoundation' 커스텀 Rx extension 버튼 하나로 토글 처리하는데 편리한 isHighlighted, isSelected 추가 // Rx+Extension.swift extension Reactive wh..
iOS 응용 (swift)
2022. 4. 29. 23:21