Audio normalization (#9222)

Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com>
Co-authored-by: Bond-009 <bond.009@outlook.com>
This commit is contained in:
TelepathicWalrus
2023-05-15 12:12:24 +01:00
committed by GitHub
parent 47290a8c36
commit 603fce59df
8 changed files with 88 additions and 3 deletions

View File

@@ -128,6 +128,13 @@ namespace MediaBrowser.Controller.Entities
[JsonIgnore]
public string Album { get; set; }
/// <summary>
/// Gets or sets the LUFS value.
/// </summary>
/// <value>The LUFS Value.</value>
[JsonIgnore]
public float LUFS { get; set; }
/// <summary>
/// Gets or sets the channel identifier.
/// </summary>