Fix for: Surround sound audio on Apple TV #371

Added audio configuration option to the settings menu to allow users to select their speaker setup.
This commit is contained in:
Nitropud
2021-07-11 09:10:55 -07:00
committed by Cameron Gutman
parent 87be7080cb
commit 701c83d79c
7 changed files with 34 additions and 6 deletions

View File

@@ -90,6 +90,28 @@
<string>150000</string>
</array>
</dict>
<dict>
<key>Type</key>
<string>PSMultiValueSpecifier</string>
<key>Title</key>
<string>Audio Configuration</string>
<key>Key</key>
<string>audioConfig</string>
<key>DefaultValue</key>
<string>2</string>
<key>Titles</key>
<array>
<string>Stereo</string>
<string>5.1</string>
<string>7.1</string>
</array>
<key>Values</key>
<array>
<string>2</string>
<string>6</string>
<string>8</string>
</array>
</dict>
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>