I am using the LCDK development kit for a project. I am currently trying to use the audio codec to manipulate data in a streaming fashion. For the project, I need to get single values from the audio codec once it gets them. I was wondering if there was a way for me to look at audio samples only one value at a time. I know that there are examples for using McASP to get buffers of data, but I really need the values to be on their own.
I wasn't sure where to start or how to go about doing this.
Thanks!