1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

audio hotfix

This commit is contained in:
NoobishSVK
2024-01-31 21:43:21 +01:00
parent 68e60223a3
commit 9d1fed9f0a
2 changed files with 2 additions and 2 deletions

View File

@@ -335,7 +335,7 @@ class FallbackProviderMp3 extends AFallbackProvider {
GetFFmpegArguments() {
return [
"-fflags", "+nobuffer+flush_packets", "-flags", "low_delay", "-rtbufsize", "32", "-probesize", "32",
"-f", "libmp3lame",
"-f", "s16le",
"-ar", this.Server.SampleRate.toString(),
"-ac", this.Server.Channels.toString(),
"-i", "pipe:0",