Playing with Android AudioTrack to Generate Sounds

In this section of the series, I discuss using the android.media.AudioTrack class to write pulse-code modulation audio data to the sound [...] Read more »

Primer on Digital Audio and Pulse Code Modulation (PCM)

high-sample-rate-pcm-primer-speakingcode.com-java-android-programming-security-it

Digital Sampling Sound waves are continuous waves of motion, carried through air molecules as they collide with each other. A [...] Read more »

Building an Audio Synthesizer App for Android

Today I have been playing around with building a synthesizer app for Android. I’ve spent a few days reading and [...] Read more »