mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Reduce sound volume
This commit is contained in:
parent
e660fd2caf
commit
5e83c4642b
@ -29,7 +29,7 @@ function gulptasksSounds($, gulp, buildFolder) {
|
|||||||
.audioChannels(1)
|
.audioChannels(1)
|
||||||
.audioFrequency(22050)
|
.audioFrequency(22050)
|
||||||
.audioCodec("libmp3lame")
|
.audioCodec("libmp3lame")
|
||||||
.audioFilters(["volume=0.3"]);
|
.audioFilters(["volume=0.15"]);
|
||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
name: "music",
|
name: "music",
|
||||||
|
Loading…
Reference in New Issue
Block a user