Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 280 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 280 Bytes

m4a-converter-swift

Simple demonstration of converting audio files to m4a format

Record

Starts AVAudioEngine and writes AVAudioPCMBuffer to file

Convert

Converts recorded file to m4a with AVAssetExportSession

Play

Simply opens converted file and plays with AVPlayer