Skip to content

Commit

Permalink
more sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
naturefreshmilk committed Nov 9, 2019
1 parent fa4171c commit c11fd93
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 0 deletions.
35 changes: 35 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ soundblock.register({
length = 24
})

soundblock.register({
filename = "soundblock_scifi_space_engine_4",
key = "soundblock_scifi_space_engine_4",
name = "Scifi sound engine 4",
length = 16
})

soundblock.register({
filename = "soundblock_scifi_ambient_1",
key = "soundblock_scifi_ambient_1",
Expand All @@ -34,5 +41,33 @@ soundblock.register({
length = 60
})

soundblock.register({
filename = "soundblock_scifi_ambient_3",
key = "soundblock_scifi_ambient_3",
name = "Scifi sound ambient 3",
length = 20
})

soundblock.register({
filename = "soundblock_scifi_wobble",
key = "soundblock_scifi_wobble",
name = "Scifi wobble",
length = 9
})

soundblock.register({
filename = "soundblock_scifi_alarm",
key = "soundblock_scifi_alarm",
name = "Scifi alarm",
length = 7
})


soundblock.register({
filename = "soundblock_scifi_generator",
key = "soundblock_scifi_generator",
name = "Scifi generator",
length = 23
})

print("[OK] soundblock_scifi")
15 changes: 15 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,18 @@

* sounds/soundblock_scifi_ambient_2.ogg
* https://freesound.org/people/SolarPhasing/sounds/436041/

* sounds/soundblock_scifi_wobble.ogg
* https://freesound.org/people/Quonux/sounds/166373/

* sounds/soundblock_scifi_alarm.ogg
* https://freesound.org/people/Cell31_Sound_Productions/sounds/388824/

* sounds/soundblock_scifi_generator.ogg
* https://freesound.org/people/Euphrosyyn/sounds/452768/

* sounds/soundblock_scifi_ambient_3.ogg
* https://freesound.org/people/SolarPhasing/sounds/425999/

* sounds/soundblock_scifi_space_engine_4.ogg
* https://freesound.org/people/firestorm185/sounds/423221/
Binary file added sounds/soundblock_scifi_alarm.ogg
Binary file not shown.
Binary file added sounds/soundblock_scifi_ambient_3.ogg
Binary file not shown.
Binary file added sounds/soundblock_scifi_generator.ogg
Binary file not shown.
Binary file added sounds/soundblock_scifi_space_engine_4.ogg
Binary file not shown.
Binary file added sounds/soundblock_scifi_wobble.ogg
Binary file not shown.

0 comments on commit c11fd93

Please sign in to comment.