In some clients (specifically tivimate and emby's live TV support), concatenating streams with different audio sample rate or channel count an cause audio distortion. This normalizes it. This feature is merged with old align audio because these two features are about preventing channel stream issues and both (currently) mean that audio will always be encoded.
Fix ffmpeg config load issues. In the past version I made some mistakes about how ffmpeg configuration is initialized (specifically, I didn't know the filedb thing saved it as an array instead of directly as an object). I think this would explain some bug reports about settings getting deleted.
As part of adding those new audio settings , this upgrades ffmpeg configuration to version 4. And there's logic to fix up version 3 to this version so that it is not necessary to reset the ffmpeg configuration if you already had the previous version. Also config should be reset automatically if you are upgrading from an even older version
Raise beep volume a bit. -72db was probably too much and I can barely hear it in most of my clients, so I am raising it a bit.
In some clients (specifically tivimate and emby's live TV support), concatenating streams with different audio sample rate or channel count an cause audio distortion. This normalizes it. This feature is merged with old align audio because these two features are about preventing channel stream issues and both (currently) mean that audio will always be encoded.
Fix ffmpeg config load issues. In the past version I made some mistakes about how ffmpeg configuration is initialized (specifically, I didn't know the filedb thing saved it as an array instead of directly as an object). I think this would explain some bug reports about settings getting deleted.
As part of adding those new audio settings , this upgrades ffmpeg configuration to version 4. And there's logic to fix up version 3 to this version so that it is not necessary to reset the ffmpeg configuration if you already had the previous version. Also config should be reset automatically if you are upgrading from an even older version
Raise beep volume a bit. -72db was probably too much and I can barely hear it in most of my clients, so I am raising it a bit.