1,156 Royalty-Free Audio Tracks for "Random"

00:00
02:00
Modular synth bleeps and bloops controlled by chaos modules. Does that makes it better?no!.
Author: Gis Sweden
00:00
00:01
Various edited strikes created using either a large mallet in a machine shop or splitting wood with a maul.
Author: Blaerg
00:00
01:18
Not sure what this sound is tbh.
Author: Wjoojoo
00:00
01:48
Not sure what this sound is tbh.
Author: Wjoojoo
00:00
00:16
Random beeps made with pc speaker sounds. (the range is from 37 sq. Hz to 5000sq. Hz (1ct/s of duration each beep).
Author: Felfa
00:00
01:29
Do whatever with it.
Author: Studiolittleman
00:00
00:44
First part was dry. The second part with a random pitch and pan effect. Enjoy and have fun! :).
Author: Golevin
00:00
00:53
A noise made in audacity using a random phrase, then inverted and lowered speed.
Author: Silicosis
00:00
00:05
Me singing a chord.
Author: Solidsunshine
00:00
00:02
Me hitting a medium sized tin bucket.
Author: Darewster
00:00
00:28
The sound probably caused by a faulty power supply nearby.
Author: Colophone
00:00
00:04
Made this as a layer for an experimental noise track. It changes tempo so beware in your productions, but the closest is 100 bpm. This sound is in the open domain, use it freely without the need for retribution or credit.
Author: Catawake
00:00
00:21
Simple background music composition
Author: Kineticsquid
00:00
01:04
Uneek guitar experiments created by andrew thackray.
Author: Uneekstringz
00:00
00:09
First sound test with audacity. Made with an ipod case that has a zipper. (obviously).
Author: Vaderninja
00:00
00:23
I recorded random sounds while talking with friends and modified sounds using audacity with some simple effects. Maybe someone will find a use for it.
Author: Xledase
00:00
04:32
Random chords samples from korg kaossilator pro.
Author: Brandre
00:00
02:15
This are some randomized horror percussion sounds i made.
Author: Crash
00:00
03:15
Friday. Random. Why this madness? answer: i have patched s/h (sample and hold) random to doepfer a-160 clock divider and that affects the a-161. For the sake of it i patched one of the gates to the ladik r-110 rnd t/g (random trigger and gate). Result much more randomness than i can use. I can tell you that there is a lot of blinking diodes :-) sounds from doepfer a-110 and 2hp osc and sampler soundmachines ul1uloop.
Author: Gis Sweden
00:00
00:31
fluctuating random voltages patch example from doepfer. De/a100_man/a100_patch. Htmi made the patch in vcv-rack. The patch is meant to emulate the "fluctuating random voltages" of the buchla 266 source of uncertainty module. In this patch i use the "fluctuating random voltages" to modulate a filter. The filter is filtering a square wave tuned to a c (or close to a c).
Author: Gis Sweden
00:00
00:14
I made a small python program that generates 20 random beeps. I record the outcome. I cut the result so that the first beep starts after 0. 01 secthe file ends right after the last beep. (i'm a python noob. . . If you find something you don’t like in the code please let me know. ). # gis_sweden 20170531 - random beep in python :-)import winsoundimport randomimport timebeepnr = 1. While beepnr < 21:freq = random. Randrange(1000)+110dur1 = random. Randrange(700)+20dur2 = random. Randrange(10)+2winsound. Beep (freq, dur1)time. Sleep(dur2/10)print 'beep number', beepnrbeepnr = beepnr + 1.
Author: Gis Sweden
00:00
00:14
I made a small python program that generates 20 random beeps. I record the outcome. I cut the result so that the first beep starts after 0. 01 secthe file ends right after the last beep. (i'm a python noob. . . If you find something you don’t like in the code please let me know. ). # gis_sweden 20170531 - random beep in python :-)import winsoundimport randomimport timebeepnr = 1. While beepnr < 21:freq = random. Randrange(1000)+110dur1 = random. Randrange(700)+20dur2 = random. Randrange(10)+2winsound. Beep (freq, dur1)time. Sleep(dur2/10)print 'beep number', beepnrbeepnr = beepnr + 1.
Author: Gis Sweden
00:00
00:01
A very random sound, recorded by me and edited in audacity. Good luck finding a good use for this audio! :).
Author: Johvork
00:00
04:03
Some random noise for your listening pleasure. Sounds like some kind of fu#*$! up mechanical mess.
Author: Unclesigmund
00:00
01:49
Random chords samples from korg kaossilator pro.
Author: Brandre
00:00
01:35
Testing out an em258 with a bunch of randomness around my house.
Author: Sweet Niche
00:00
01:09
Random digital bleeps, sounds a bit like tuning in an interstellar radio.
Author: Morganjbryan
00:00
00:41
Something random i came up with the previous day. Liked the rhythm. Mainly three chords:cmsus4bbab.
Author: Mylittleawesome
00:00
00:01
Something random i recorded with audacity. Use it as much as you please.
Author: Laughingelijahsounds
00:00
00:05
Just a random sound i did with my mouth when i was bored. Nothing much to say here except it's really hilarious (to me, i guess).
Author: Littlerainyseasons
00:00
01:05
Playing with vcv-rack. Extreme random techno. Extreme handling in audacity. . .
Author: Gis Sweden
00:00
00:01
A random harmonic synthesis sound made with audacity's tone function and fade-outs.
Author: Windowsinetyive
00:00
00:03
Random rummaging.
Author: Reitanna
00:00
00:07
A noise sound made with random equalizer modulation technique.
Author: Ofuscapreto
00:00
03:47
Random bass samples from korg kaossilator pro.
Author: Brandre
00:00
01:43
Random bass samples from korg kaossilator pro.
Author: Brandre
00:00
00:01
I really don't know. Maybe it's useful to someone.
Author: Latineedsgoodsounds
00:00
00:32
30 seconds of random vibration patterns, can be used to depict a phone's vibration or a vibrator / sex toy.
Author: Boozer
00:00
01:60
Random lead synth samples from korg kaossilator pro.
Author: Brandre
00:00
00:15
I made a small python program that generates 20 random beeps. I record the outcome. I cut the result so that the first beep starts after 0. 01 secthe file ends right after the last beep. (i'm a python noob. . . If you find something you don’t like in the code please let me know. ). # gis_sweden 20170531 - random beep in python :-)import winsoundimport randomimport timebeepnr = 1. While beepnr < 21:freq = random. Randrange(1000)+110dur1 = random. Randrange(700)+20dur2 = random. Randrange(10)+2winsound. Beep (freq, dur1)time. Sleep(dur2/10)print 'beep number', beepnrbeepnr = beepnr + 1.
Author: Gis Sweden
00:00
00:30
Random noise from fiddling around with a cable i was recording with. Recorded like this, it was kinda ridiculous but very fun:iphone -> 1/8" to rca cable -> used one of the rca outputs -> rca to 1/4" adapter -> scarlett 2i2 -> protools.
Author: Lydtuna
00:00
00:01
#camdenmididawii.
Author: Jimrussman
00:00
00:49
Random.
Author: Godakulnyte
00:00
00:09
Made with caustic osx. Just a random drum loop. Can be used for dubstep.
Author: Taeko
00:00
01:17
Small patch painting in sound chaos, random and music of the krells.
Author: Gis Sweden
00:00
00:04
Me me me me me me meeeee!!!. Some selfish crowd of gumballs scream me!.
Author: Anticuario
00:00
00:18
Another random experimental sound effect i made. All i did was really random noises like popping and kissing sounds, and blowing the mic. Then i edited it in adobe audition cs6 and tweaked it on audacity.
Author: Littlerainyseasons
00:00
00:05
Electric synthesized se.
Author: Somatoazing
00:00
01:03
Random sounds in a klass.
Author: Omarion
00:00
00:01
Random synthesized madness. . .
Author: Kathakaku
51 - 100 of 1,156 Next page
/ 24