hello!
is it possible to change sample rate of ADC while sampling ?
i want to control sample rate when AIC23 Codec write input data.in some part of audio i need to increase or decrease frequency.
thanks!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hello!
is it possible to change sample rate of ADC while sampling ?
i want to control sample rate when AIC23 Codec write input data.in some part of audio i need to increase or decrease frequency.
thanks!
The sample rate will change as quickly as you can write to the register so you should be able to change the sample rate on the order of 40 us. Of course then you would have to flush the modulator in order to insure that there were no audio artifacts. Depending on the digital filter you are using, this could be up to 20 samples (see table 3-1).
i would recommend:
1) Mute the DAC
2) deactivate the digital interface
3) change the sample rate
4) reactivate the digital interface
5) wait the appropriate number of samples per table 3-1
6) unmute the DAC