Compare commits
3 Commits
5fe1bcbf2c
...
c7d94235e9
Author | SHA1 | Date |
---|---|---|
Max Bradbury | c7d94235e9 | |
Max Bradbury | 575f0887df | |
Max Bradbury | f54853fea2 |
|
@ -1,6 +1,8 @@
|
||||||
/target
|
/target
|
||||||
/Cargo.lock
|
/Cargo.lock
|
||||||
/.idea/
|
/.idea/
|
||||||
/sounds/
|
/sounds/*.flac
|
||||||
|
/sounds/*.mp3
|
||||||
|
/sounds/*.wav
|
||||||
/sounds.zip
|
/sounds.zip
|
||||||
/lull.zip
|
/lull.zip
|
||||||
|
|
15
README.md
15
README.md
|
@ -1,8 +1,14 @@
|
||||||
# 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
|
||||||
|
@ -13,15 +19,8 @@ add your own favourite noises and blend them to create your ideal ambience.
|
||||||
* 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/)
|
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
# 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