Compare commits
No commits in common. "982f1f0f21381b5cc79ef0bbe0093375e7fb4d91" and "d46e1f48e227e3327ab8de79dccfa1c5ff8e3fdf" have entirely different histories.
982f1f0f21
...
d46e1f48e2
15
README.md
15
README.md
|
@ -8,3 +8,18 @@ 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?
|
||||||
|
|
14
TODO.md
14
TODO.md
|
@ -1,14 +0,0 @@
|
||||||
# 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,8 +3,7 @@
|
||||||
cargo build --release
|
cargo build --release
|
||||||
cp target/release/lull .
|
cp target/release/lull .
|
||||||
strip lull
|
strip lull
|
||||||
rm lull-linux.tar.gz
|
zip -r lull.zip README.md lull
|
||||||
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