diff options
author | lassulus <lassulus@lassul.us> | 2022-06-19 19:17:53 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-06-19 19:17:53 +0200 |
commit | 342cb369bb6a78dbb6e2f03d7ea8873b1a3d32ab (patch) | |
tree | 6c8d30c036794bf26a2b295d1035f3df85875549 /lass/2configs | |
parent | 18ea4967c1a708a70c0c807c4ba2f602bc72570c (diff) |
l radio: amplify newsspeaker by 1.4
Diffstat (limited to 'lass/2configs')
-rw-r--r-- | lass/2configs/radio/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/2configs/radio/default.nix b/lass/2configs/radio/default.nix index b8d958865..2f503eae9 100644 --- a/lass/2configs/radio/default.nix +++ b/lass/2configs/radio/default.nix @@ -168,7 +168,7 @@ in { output.icecast(mount = '/music.mp3', password = 'hackme', %mp3.vbr(), source) output.icecast(mount = '/music.opus', password = 'hackme', %opus(bitrate = 96), source) - extra_input = audio_to_stereo(input.harbor("live", port=1338)) + extra_input = amplify(1.4, audio_to_stereo(input.harbor("live", port=1338))) o = smooth_add(normal = source, special = extra_input) output.icecast(mount = '/radio.ogg', password = 'hackme', %vorbis(quality = 1), o) |