Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 522 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 522 Bytes

#SwfitProject 平时将自己写的代码集中在一起,不断学习的一个过程:

AudioToolbox

这个Demo比较简单,实现短音频的播放

AVFoudation

AVAudioPlayer

这里播放一首歌曲 Liekkas

AVAudioSession、AVAudioRecorder

这里使用AVAudioRecorder进行录制,使用AVAudioPlayer进行播放

*** 从Recorder和Player相互切换时,需要重新设置AVAudioSesson的Category,否时会导致声音播放很小***

AVCaptureSession

实现前后摄像头的拍照功能