You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix computation of half wavelength in I2s-library-examples.md
Dividing the sampleRate by the frequency results in the number of samples per complete wave. For example: with a sampling rate of 24 and a 4Hz frequency we have 24/4 -> 6 samples, which represent a wave peak to peak; we still need to divide by 2 to have its half.
0 commit comments