Generating Raw Audio Samples

Panos Matsinopoulos
Programming for Music
12 min readMar 28, 2021

--

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

Picture from Free-Photos in Pixabay

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

Series Episodes:

Introduction

We are developing a command line application that generates a digital audio file. The audio stored in the file is the digital representation of a tone. The frequency of the tone to store is given as a command line…

--

--