Compare commits

..

No commits in common. "c7d94235e9a6fa012e7cec27f8fbc319334d6b18" and "5fe1bcbf2c6ba5bda8376e932be03699dc1ffc05" have entirely different histories.

4 changed files with 10 additions and 30 deletions

4
.gitignore vendored
View File

@ -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

View File

@ -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/)

View File

@ -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/)

2
build.sh Executable file → Normal file
View File

@ -6,4 +6,4 @@ strip lull
zip -r lull.zip README.md lull zip -r lull.zip README.md lull
rm lull rm lull
zip -r sounds.zip SOUNDS.md sounds/*.mp3 zip -r sounds.zip README.md sounds/*.mp3