I noticed some distortion that sounds like clipping to me (in Firefox Android, Firefox Arch Linux, and Chromium Arch Linux). Replacing max with min in the following line seemed to fix the issue:
|
this.masterGain.gain.value = Math.max(1 / partialFrequencies.length, 0.5); |
(Tested only in Chromium Arch Linux.)
PS: This is a great website. The idea of having clickable graphs is great! :)
PPS: I learned about your website via minutephysics on YouTube.
I noticed some distortion that sounds like clipping to me (in Firefox Android, Firefox Arch Linux, and Chromium Arch Linux). Replacing
maxwithminin the following line seemed to fix the issue:dissonance/audio.js
Line 74 in 5676988
(Tested only in Chromium Arch Linux.)
PS: This is a great website. The idea of having clickable graphs is great! :)
PPS: I learned about your website via minutephysics on YouTube.