mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 17:24:46 +03:00
Add RFC7845 downmix algorithm (#12300)
This commit is contained in:
@@ -19,5 +19,10 @@ public enum DownMixStereoAlgorithms
|
||||
/// <summary>
|
||||
/// Nightmode Dialogue algorithm.
|
||||
/// </summary>
|
||||
NightmodeDialogue = 2
|
||||
NightmodeDialogue = 2,
|
||||
|
||||
/// <summary>
|
||||
/// RFC7845 Section 5.1.1.5 defined algorithm.
|
||||
/// </summary>
|
||||
Rfc7845 = 3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user