Compare commits
No commits in common. "c7d94235e9a6fa012e7cec27f8fbc319334d6b18" and "5fe1bcbf2c6ba5bda8376e932be03699dc1ffc05" have entirely different histories.
c7d94235e9
...
5fe1bcbf2c
|
@ -1,8 +1,6 @@
|
||||||
/target
|
/target
|
||||||
/Cargo.lock
|
/Cargo.lock
|
||||||
/.idea/
|
/.idea/
|
||||||
/sounds/*.flac
|
/sounds/
|
||||||
/sounds/*.mp3
|
|
||||||
/sounds/*.wav
|
|
||||||
/sounds.zip
|
/sounds.zip
|
||||||
/lull.zip
|
/lull.zip
|
||||||
|
|
15
README.md
15
README.md
|
@ -1,14 +1,8 @@
|
||||||
# lull
|
# lull
|
||||||
|
|
||||||
https://ruin.itch.io/lull
|
|
||||||
|
|
||||||
a looping sound player.
|
a looping sound player.
|
||||||
add your own favourite noises and blend them to create your ideal ambience.
|
add your own favourite noises and blend them to create your ideal ambience.
|
||||||
|
|
||||||
created by [Max Bradbury](mailto:max@tinybird.info).
|
|
||||||
|
|
||||||
released under the MIT license.
|
|
||||||
|
|
||||||
## to do
|
## to do
|
||||||
|
|
||||||
* save volume preferences to disk
|
* save volume preferences to disk
|
||||||
|
@ -19,8 +13,15 @@ released under the MIT license.
|
||||||
* rain on tin roof
|
* rain on tin roof
|
||||||
* wind
|
* wind
|
||||||
* tape hiss
|
* tape hiss
|
||||||
* vinyl crackle
|
|
||||||
* white noise?
|
* white noise?
|
||||||
* fan
|
* fan
|
||||||
* set a window icon
|
* set a window icon
|
||||||
* create a nice icon?
|
* create a nice icon?
|
||||||
|
|
||||||
|
## audio credits
|
||||||
|
|
||||||
|
*rain under parasol* and *waterfall* by [Samuel Strågefors](https://freesound.org/people/straget/)
|
||||||
|
|
||||||
|
*waves* by [Florian Reichelt](https://freesound.org/people/florianreichelt/)
|
||||||
|
|
||||||
|
*campfire* by [sagetyrtle](https://freesound.org/people/sagetyrtle/)
|
||||||
|
|
19
SOUNDS.md
19
SOUNDS.md
|
@ -1,19 +0,0 @@
|
||||||
# lull - basic sounds pack
|
|
||||||
|
|
||||||
## installation
|
|
||||||
|
|
||||||
1. open *lull*
|
|
||||||
2. click "manage sounds" and the sounds folder will open in your file manager.
|
|
||||||
3. extract these sounds to the sounds folder
|
|
||||||
|
|
||||||
you can skip/remove any unwanted sounds, and add your own.
|
|
||||||
|
|
||||||
## credits
|
|
||||||
|
|
||||||
*waterfall* and *rain on parasol* by [Samuel Strågefors](https://freesound.org/people/straget/)
|
|
||||||
|
|
||||||
*waves* by [Florian Reichelt](https://freesound.org/people/florianreichelt/)
|
|
||||||
|
|
||||||
*campfire* by [sagetyrtle](https://freesound.org/people/sagetyrtle/)
|
|
||||||
|
|
||||||
*rain on glass* by [Benboncan](https://freesound.org/people/Benboncan/)
|
|
Loading…
Reference in New Issue