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 run my program 3 times and recorded.
Joined, panned, added reverb and fade out.
-----------------------------------
import random
import winsound
ant = 1
while ant < 25:
ton = random.choice([131, 165, 196, 247, 65, 262, 330, 392, 494])
# C = 65.41
# c = 131.8 : e = 164.8 : g = 196.0 : b = 246.9
# c1 = 261.6 : e1 = 329.6 : g1 = 392.0 : b1 = 493.9
dur = random.choice([2000, 3000, 4000])
# duration in milliseconds
print ton, dur
winsound.Beep(ton, dur)
ant = ant + 1
-----------------------------------
Type
Wave (.wav)
Duration
1:22.144
File size
13.8 MB
Sample rate
44100.0 Hz
Bit depth
16 bit
Channels
Stereo