Milestone 2 on the last day of the year: can divide the sample by 2
Asked Harman Engineer Chris Belcher for help to divide the signal by 2. More to be added here...
Asked Harman Engineer Chris Belcher for help to divide the signal by 2. More to be added here...
Ran through the datasheet for my AD1835 CODEC and asked Harman Pro Engineer Brian Parker about how samples are coming out and how the frames are syncronized. Learned about the low level stuff and discovered that left and right samples are actually coming out of the same pin which I didn't know before.
I got distortion when I attempted to multiply audio by 0.5 because I was treating audio as unsigned integer.
Went through an Audio tutorial written by Analog Devices.
Asked Mike Gordon about what type of numbers are necessary to correctly manipulate samples. Learned about casting (representing the result of a calculation in a desired number format). Also learned that samples going in and out of CODEC are unsigned integers. Got a few tips to impove signal processing code.
Asked for some advice from Michael Carnes, Lexicon principal engineer. Learned more on: