Hello,
I need some help, I am trying to get some info since last 3 days.
1. in the aic3106 codec what is the format of sample_data?
2. How should I use the data to program my stuff.
3. Anything I try to change doesnt work, so I need the info how the data flows and how should I use it.
4.for ( sec = 0 ; sec < 10 ; sec++ )
{
for ( msec = 0 ; msec < 1000 ; msec++ )
{
for ( sample = 0 ; sample <48 ; sample++ )
these three loops are used in every section what does these loop do sec does the timing thing, sample does the number of samples , msec should deal with the freq but nothing happens when i change that , the output remains the same.
I need help regarding these things, it would be appreaciable if somebody could help me.
Regards
Akshay Mlahotra