Davidelvig
Well-known member
I have this design now, and it's sounding great, through headphones, line-out and USB audio out.
I've been winging it in terms of setting levels throughout the chain, trying to intuitively stay below 1.0 at any node.
I've have some outlier conditions where I get a hiss.
I'd like to rigorously walk through the code and "measure" the levels at each important point.
Can someone advise me on:
- where are the important points to measure?
- what's the best way to measure values?
- where should I be setting the amplitude values for best control
(e.g. waveForm0.amplitude() vs mixer_Waves.gain(0, x) vs something added, like an AudioAmplifier object?
Thanks!
I've been winging it in terms of setting levels throughout the chain, trying to intuitively stay below 1.0 at any node.
I've have some outlier conditions where I get a hiss.
I'd like to rigorously walk through the code and "measure" the levels at each important point.
Can someone advise me on:
- where are the important points to measure?
- what's the best way to measure values?
- where should I be setting the amplitude values for best control
(e.g. waveForm0.amplitude() vs mixer_Waves.gain(0, x) vs something added, like an AudioAmplifier object?
Thanks!