Compare commits
2 Commits
d46e1f48e2
...
982f1f0f21
Author | SHA1 | Date |
---|---|---|
Max Bradbury | 982f1f0f21 | |
Max Bradbury | 459f1705c0 |
15
README.md
15
README.md
|
@ -8,18 +8,3 @@ add your own favourite noises and blend them to create your ideal ambience.
|
||||||
created by [Max Bradbury](mailto:max@tinybird.info).
|
created by [Max Bradbury](mailto:max@tinybird.info).
|
||||||
|
|
||||||
released under the MIT license.
|
released under the MIT license.
|
||||||
|
|
||||||
## to do
|
|
||||||
|
|
||||||
* save volume preferences to disk
|
|
||||||
* cross-compile to Windows?
|
|
||||||
* watch data dir for new sounds?
|
|
||||||
* disown file manager subcommand
|
|
||||||
* get some good nature sounds
|
|
||||||
* wind
|
|
||||||
* tape hiss
|
|
||||||
* vinyl crackle
|
|
||||||
* white noise?
|
|
||||||
* fan
|
|
||||||
* set a window icon
|
|
||||||
* create a nice icon?
|
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
# to do
|
||||||
|
|
||||||
|
* save volume preferences to disk
|
||||||
|
* cross-compile to Windows?
|
||||||
|
* watch data dir for new sounds?
|
||||||
|
* disown file manager subcommand
|
||||||
|
* get some good nature sounds
|
||||||
|
* wind
|
||||||
|
* tape hiss
|
||||||
|
* vinyl crackle
|
||||||
|
* white noise?
|
||||||
|
* fan
|
||||||
|
* set a window icon
|
||||||
|
* create a nice icon?
|
3
build.sh
3
build.sh
|
@ -3,7 +3,8 @@
|
||||||
cargo build --release
|
cargo build --release
|
||||||
cp target/release/lull .
|
cp target/release/lull .
|
||||||
strip lull
|
strip lull
|
||||||
zip -r lull.zip README.md lull
|
rm lull-linux.tar.gz
|
||||||
|
tar -czvf lull-linux.tar.gz lull README.md
|
||||||
rm lull
|
rm lull
|
||||||
|
|
||||||
zip -r sounds.zip SOUNDS.md sounds/*.mp3
|
zip -r sounds.zip SOUNDS.md sounds/*.mp3
|
||||||
|
|
Loading…
Reference in New Issue