I want to be able to do that too, like this one for instance

PURE 0.33 Hz EPSILON BINAURAL BEATS | Epsilon Waves | Reality Shifting ⚡️

It would be great to be able to produce any arbitrary Hz pure tone or whatever that example is

Like 0.165Hz or anything

  • socsa@piefed.social
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 day ago

    wav_fc = numpy.sin(2 pi fc t)

    fc is the frequency of interest, and t is the time series sampled at 1/fs where fs in the sampling rate. So if you wanted a 48khz sampling rate, t would be something like numpy.linspace(0,1,48000)