Category: Uncategorized

Create a single audio file from multiple MP3 files (concatenate audio)

Recently (like today), I had the need to concatenate multiple MP3s into a single sound file for playback in a notification. There is a bit of Objective-C code available for demonstrating this process, but nothing in Swift. So, here’s my

Posted in Uncategorized