You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01:00
add config options for 'ffmpeg', 'samplerate offset'
This commit is contained in:
committed by
GitHub
parent
2c73d7ef19
commit
4c43daa206
@@ -45,7 +45,9 @@ let serverConfig = {
|
||||
audioBitrate: "128k",
|
||||
audioBoost: false,
|
||||
softwareMode: false,
|
||||
startupVolume: "0.95"
|
||||
startupVolume: "0.95",
|
||||
ffmpeg: false,
|
||||
samplerateOffset: "0"
|
||||
},
|
||||
identification: {
|
||||
token: null,
|
||||
|
||||
Reference in New Issue
Block a user