AVAudioRecorder
is also built on top of Audio Queue Services. It provides capability to:
- Record until user stop the recording
- Record for a specified duration
- Pause and resume recording
- Audio-level metering
AVAudioRecorder
is also built on top of Audio Queue Services. It provides capability to:
AVAudioPlayer
makes easy to playback the audio data from local files and memory. It is built on top of Core Audio’s C-based Audio Queue Service. It provides all core functions we can find in Audio Queue Service.
Continue reading
This is the note for swift knowledge refreshing.
Continue reading
I will talk about NSTimer in this order.
Here is how to create thumbnail for videos. Two steps:
Continue reading
I got this error because I mistyped the Link to link.
Continue reading
Continue after GCD Note 1.
Continue reading
Before talking about strongSelf and weakSelf, I need briefly explain retain cycle.
Continue reading
GCD is the short form of Grand Central Dispatch. To understand GCD, there are several concepts needed to be known.
Continue reading
Learning notes for book iOS Animations by Tutorials.
Auto layout is a powerful tool to create app interface. Developers can pre-set the constraints for a view. How to change a certain constraint to create animation?
Continue reading
Software Engineer in San Francisco Bay Area
iOS and NodeJS Dev