We've sent a verification link by email
Didn't receive the email? Check your Spam folder, it may have been caught by a filter. If you still don't see it, you can resend the verification email.
I wanted to see how Freesound spectrum viewer reacts to amplitude.
This is a (not that good) sinus wave, 7000Hz, with varying amplitude in steps.
Made this in ChucK, chuck.stanford.edu.
-------
SinOsc Osc => dac;
7000 => Osc.freq;
SawOsc lfo => blackhole;
5::second => lfo.period;
while( true )
{
((lfo.last())*0.9) => Osc.gain;
250::ms => now;
}
-------
Type
Wave (.wav)
Duration
0:05.014
File size
431.9 KB
Sample rate
44100.0 Hz
Bit depth
16 bit
Channels
Mono