Hello 
For my project, which you may already know about:
https://baloran.com/store/blog/project-pool
As part of a possible upgrade, I'm coming up against a small problem. I've tested audio streams at 192K (on PCM5122). I seem to be seeing a gain in quality in certain contexts and the Teensy 4.1 supports this very well in terms of CPU.
I also use a CS5343 (works fine with AudioInputI2S2) as a slave for the ADC . It's not a fundamental function, but it's nice all the same: it converts the output of the hardwares VCOs to provide a digital copy of the signal that can be used for RING MODULATOR, PHASE and FREQUENCY MODULATION. Do you think it's possible to run the CS5343 at 96K, even if it means filling the acquisition buffer with two identical samples, while the rest of the chain is at 192K (AUDIO_SAMPLE_RATE_EXACT 192000.0f)?
I've looked at the audio lib sources in detail, I don't feel competent enough to do that
I should point out that at 96000.0f the sound is excellent but at 192000.0f , I'm pushing back aliasing, for example on a WAVEFORM_PULSE oscillator, if I modulate the signal's duty cycle. Using WAVEFORM_BANDLIMIT_PULSE would be an ideal solution but modulating the duty cycle generates crackling, and I haven't managed to "correct" this.
Congratulations again to Paul and the team for the incredible tools that are now available to us.
For my project, which you may already know about:
https://baloran.com/store/blog/project-pool
As part of a possible upgrade, I'm coming up against a small problem. I've tested audio streams at 192K (on PCM5122). I seem to be seeing a gain in quality in certain contexts and the Teensy 4.1 supports this very well in terms of CPU.
I also use a CS5343 (works fine with AudioInputI2S2) as a slave for the ADC . It's not a fundamental function, but it's nice all the same: it converts the output of the hardwares VCOs to provide a digital copy of the signal that can be used for RING MODULATOR, PHASE and FREQUENCY MODULATION. Do you think it's possible to run the CS5343 at 96K, even if it means filling the acquisition buffer with two identical samples, while the rest of the chain is at 192K (AUDIO_SAMPLE_RATE_EXACT 192000.0f)?
I've looked at the audio lib sources in detail, I don't feel competent enough to do that
I should point out that at 96000.0f the sound is excellent but at 192000.0f , I'm pushing back aliasing, for example on a WAVEFORM_PULSE oscillator, if I modulate the signal's duty cycle. Using WAVEFORM_BANDLIMIT_PULSE would be an ideal solution but modulating the duty cycle generates crackling, and I haven't managed to "correct" this.
Congratulations again to Paul and the team for the incredible tools that are now available to us.