Skip to content

Clipping noise #5

@Flupp

Description

@Flupp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions