You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-27 06:23: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",
|
audioBitrate: "128k",
|
||||||
audioBoost: false,
|
audioBoost: false,
|
||||||
softwareMode: false,
|
softwareMode: false,
|
||||||
startupVolume: "0.95"
|
startupVolume: "0.95",
|
||||||
|
ffmpeg: false,
|
||||||
|
samplerateOffset: "0"
|
||||||
},
|
},
|
||||||
identification: {
|
identification: {
|
||||||
token: null,
|
token: null,
|
||||||
|
|||||||
Reference in New Issue
Block a user