Converting An Audio File to LPCM

Panos Matsinopoulos
Programming for Music
12 min readJun 20, 2021

--

[macOS] — Using Objective-C and the Apple Audio APIs

Image by Ria Sopala from Pixabay

This is a series of posts about Apple Core Audio API. Read them and practice in order.

Series Episodes:

Introduction

In the previous episode here, we developed a program that converts an audio file to LPCM (Linear Pulse Code Modulation). However, that program worked with an input buffer. There was a callback function that had the…

--

--