move audio credits to separate readme
This commit is contained in:
parent
5fe1bcbf2c
commit
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
|
||||||
|
|
|
@ -13,15 +13,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/)
|
|
||||||
|
|
|
@ -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 README.md sounds/*.mp3
|
zip -r sounds.zip sounds/README.md sounds/*.mp3
|
||||||
|
|
|
@ -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