341 pistas de audio libre de derechos para "Aleatorio"

00:00
00:16
A lot of insane noise that could almost make a ridiculous rythm.
Autor: Ubergossen
00:00
00:47
Here's a small sample of "clicks and snips" as i like to call em. There are also some short little buzzes. Glitchy. Made in gleetchlab (http://gleetchplug. Com/).
Autor: Tristan
00:00
00:50
Zoom 6 recording of the sounds of an out of tune bolivian mandolin.
Autor: Ornitorrinco
00:00
01:01
Hdd random seek.
Autor: Mcschin
00:00
00:18
A bunch of random notes played on some chimes. I really don't know why i made this, i must have been really bored. . .
Autor: Aptbr
00:00
00:01
Making weird sounds while waiting for something to load.
Autor: Reitanna
00:00
03:08
Self synthesing sound, made with software modulair synth. Modules.
Autor: Wijnand
00:00
00:05
Random foley sound.
Autor: Basedmedia
00:00
00:18
Synthesizer processed samples remix.
Autor: Phonosupf
00:00
00:09
Nothing but a simple acid like sound#d.
Autor: Psy Kshy
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.
Autor: Xledase
00:00
01:09
Random digital bleeps, sounds a bit like tuning in an interstellar radio.
Autor: Morganjbryan
00:00
01:23
This is the sound of me shaking and wobbling a thin piece of metal. I accidentally exported to mp3 instead of wav whoops.
Autor: Jombojuice
00:00
00:01
Just some random beep noise i made :dd.
Autor: Tys Official
00:00
00:03
Something random.
Autor: Juancm
00:00
01:29
The result of a chuck programming session. Working with a sample and a 12-tone program/script.
Autor: Gis Sweden
00:00
00:06
Dull rummaging through objects.
Autor: Adcbicycle
00:00
00:09
Me slurping noodles.
Autor: Sirtmoney
00:00
00:13
Oh no don't answer the phone it's jason.
Autor: Benoitburke
00:00
00:03
An alien sound.
Autor: Vmgraw
00:00
00:01
An alien sound.
Autor: Vmgraw
00:00
00:03
An alien sound.
Autor: Vmgraw
00:00
00:04
An alien sound.
Autor: Vmgraw
00:00
00:05
An alien sound.
Autor: Vmgraw
00:00
00:03
An alien sound.
Autor: Vmgraw
00:00
00:02
An alien sound.
Autor: Vmgraw
00:00
00:01
An alien sound.
Autor: Vmgraw
00:00
00:01
An alien sound.
Autor: Vmgraw
00:00
00:48
Randomly generated music using https://github. Com/elfakyn/simple-midi-writer.
Autor: Elfakyn
00:00
01:29
Today i'm supposed to play with my modular, or anything. As long as i'm not disturb the boys watching gremlins down stairs. . . Okay. I put some modules out for sale. Made this. The sound is generated by self oscillating vcfs. I love sinus wave. I will sell my triple oscillator now. It does not have sinus wave! the randomness is generated to old fashion way. I don't have any fancy random trigger modules. Bla bla bla. . . I stop there.
Autor: Gis Sweden
00:00
01:29
I found two melodies in gis_sweden's excellent "you deserve it - friday randomness ii"http://freesound. Org/people/gis_sweden/sounds/362508/. And quantized them into a 92 bpm 4/4 thing. Each melody is presented panned, with and without a beat, then simultaneously. It's sort of an accidental counterpoint. I also messed up his nice analog sound into some harsh digital junk. There's a lot of high frequency energy here so watch it, and apologies to mr. Fletcher, mr. Munson and their daughter, curve.
Autor: Parabolix
00:00
00:03
A sample created in audacity by importing a non-audio file.
Autor: Mystikuum
00:00
00:03
A random sound i made using bfxr.
Autor: Mosrod
00:00
00:07
A bunch of random tones, made in famitracker.
Autor: Vacuumfan
00:00
03:29
I used ms paint, sky net, and a third (not sure what it was called) and messed with them in audacity.
Autor: Beefy
00:00
00:26
Playing a corrupted wav file in yamaha mid radio player.
Autor: Vacuumfan
00:00
01:01
Playing around with a random object to produce generic fiddling sounds.
Autor: Reitanna
00:00
00:25
Playing around with a random object to produce generic fiddling sounds.
Autor: Reitanna
00:00
00:01
Making weird sounds while waiting for something to load.
Autor: Reitanna
00:00
00:02
Making weird sounds while waiting for something to load.
Autor: Reitanna
00:00
00:19
Just a randomness from analog synth. If downloaded, i would like to see what you use it with please! enjoy =).
Autor: Adr
00:00
00:06
A rising and falling random trill-like sequence from the alto sax.
Autor: Rockwehrmann
00:00
00:03
Another random vocal sound.
Autor: Crow
00:00
01:51
1st version of random patch 64.
Autor: Krnd
00:00
03:08
4th version of random patch 62.
Autor: Krnd
00:00
00:60
Modular blips.
Autor: Gis Sweden
00:00
11:04
The sounds a sailor would make when lusting for the salty seas. But actually is just random audio from ghouls terrible melodica.
Autor: Wedontcare
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.
Autor: Gis Sweden
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.
Autor: 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.
Autor: Gis Sweden
1 - 50 de 341 Página siguiente
/ 7