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
lower sample rate
This commit is contained in:
@@ -22,7 +22,7 @@ checkFFmpeg().then((ffmpegPath) => {
|
||||
logInfo(`${consoleLogTitle} Starting audio stream on device: \x1b[35m${serverConfig.audio.audioDevice}\x1b[0m`);
|
||||
|
||||
const sampleRate =
|
||||
Number(this?.Server?.SampleRate || serverConfig.audio.sampleRate || 48000) +
|
||||
Number(this?.Server?.SampleRate || serverConfig.audio.sampleRate || 44100) +
|
||||
Number(serverConfig.audio.samplerateOffset || 0);
|
||||
|
||||
const channels =
|
||||
|
||||
Reference in New Issue
Block a user