Padspeaker wiki

This commit is contained in:
igor725 2024-05-07 02:54:14 +03:00
parent 3899ee0ea4
commit a2c3fd4a8e
No known key found for this signature in database
GPG Key ID: 46F13BBE46F8569D

View File

@ -127,7 +127,18 @@ Game language can be changed with systemlang : *, default is EnglishUS. Game mus
```jsonc
{
"device": "[default]", // Audio device name, [default] means system default output device
"volume": 0.05 // Master volume, 0...1
"volume": 0.05, // Master volume, 0...1
/**
* The game will use these audio devices as pad speaker. Starting with psOff v.0.5 you can use
* the actual DualSense audio device there, it will play the audio that the game supposed
* to play through gamepad speaker. Note that DualShock 4 spaker is NOT supported!
*/
"padspeakers": [
"[null]", // Your full audio device name e.g. "DualSense Wireless Controller (DualSense Wireless Controller)"
"[null]",
"[null]",
"[null]"
]
}
```