1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Initial support for themes, sound improvements

This commit is contained in:
tobspr
2020-05-16 09:49:00 +02:00
parent 236859baa1
commit 7870f011b8
20 changed files with 137 additions and 41 deletions

View File

@@ -9,7 +9,7 @@ function gulptasksSounds($, gulp, buildFolder) {
return gulp.src(builtSoundsDir).pipe($.clean({ force: true }));
});
const filters = ["loudnorm", "volume=0.2"];
const filters = ["volume=0.2"];
const fileCache = new $.cache.Cache({
cacheDirName: "shapezio-precompiled-sounds",
@@ -27,8 +27,8 @@ function gulptasksSounds($, gulp, buildFolder) {
.audioBitrate(48)
.audioChannels(1)
.audioFrequency(22050)
.audioCodec("libmp3lame");
// .audioFilters(["volume=0.25"])
.audioCodec("libmp3lame")
.audioFilters(["volume=0.3"]);
}),
{
name: "music",