diff --git a/init.lua b/init.lua index e895814..dbe3168 100644 --- a/init.lua +++ b/init.lua @@ -22,8 +22,8 @@ local day = { local day_frequent = { handler = {}, frequency = 25, - {name="robin2", length=43}, - {name="birdsongnl", length=72}, + {name="robin2", length=16}, + {name="birdsongnl", length=12.5}, {name="bird", length=30} } @@ -66,7 +66,10 @@ local music = { handler = {}, frequency = 1, {name="mtest", length=4*60+33, gain=0.3}, - {name="music_1", length=1*60+52, gain=0.3} + {name="music_1", length=1*60+52, gain=0.3}, + {name="ambiance", length=19, gain=0.3}, + {name="dark_ambiance", length=46, gain=0.3}, + {name="eastern_feeling", lenght=3*60+51} } local is_daytime = function() diff --git a/sounds.zip b/sounds.zip new file mode 100644 index 0000000..91e4388 Binary files /dev/null and b/sounds.zip differ diff --git a/sounds/ambiance.ogg b/sounds/ambiance.ogg new file mode 100644 index 0000000..e759293 Binary files /dev/null and b/sounds/ambiance.ogg differ diff --git a/sounds/birdsongnl.ogg b/sounds/birdsongnl.ogg index 6cbd85a..c2a67d1 100644 Binary files a/sounds/birdsongnl.ogg and b/sounds/birdsongnl.ogg differ diff --git a/sounds/dark_ambiance-backup1.ogg b/sounds/dark_ambiance-backup1.ogg new file mode 100644 index 0000000..4ca4174 Binary files /dev/null and b/sounds/dark_ambiance-backup1.ogg differ diff --git a/sounds/dark_ambiance.ogg b/sounds/dark_ambiance.ogg new file mode 100644 index 0000000..ca52656 Binary files /dev/null and b/sounds/dark_ambiance.ogg differ diff --git a/sounds/eastern_feeling.ogg b/sounds/eastern_feeling.ogg new file mode 100644 index 0000000..d691313 Binary files /dev/null and b/sounds/eastern_feeling.ogg differ diff --git a/sounds/robin2.ogg b/sounds/robin2.ogg index 13e95e2..16c39e6 100644 Binary files a/sounds/robin2.ogg and b/sounds/robin2.ogg differ