@@ -39,7 +39,10 @@ The VAServer Launcher can be configured by adjusting the settings in `./LaunchSc
| nLauncherPort | Port used for communication with launcher | 41578 |
| nVAServerPort | Port used for communication with VAServer | 12340 |
| nDefaultSleep | Time to wait for VAServer to start [seconds] | 3 |
| lsReproductionModules | Reproduction modules used by VAServer (see [VAServer configuration](#vaserver-configuration)) | ["TalkthroughHP", "CTC"] |
| lsDefaultReproductionModules | [Reproduction modules](#audio-reproduction) used if [Reproduction input signal type](#unreal-project-configuration) is not specified by client (Unreal) | ["TalkthroughHP", "CTC"] |
| lsBinauralReproductionModules | [Reproduction modules](#audio-reproduction) used for [binaural](#unreal-project-configuration) input signals | ["TalkthroughHP"] |
| lsAmbisonicsReproductionModules | [Reproduction modules](#audio-reproduction) used for [ambisonics](#unreal-project-configuration) input signals | ["AmbisonicsBinauralMixdown"] |
| lsCustomReproductionModules | [Reproduction modules](#audio-reproduction) used for [custom](#unreal-project-configuration) purposes (e.g. multiple renderers with different signal types) | e.g. ["TalkthroughHP", "AmbisonicsBinauralMixdown"] |
| dVAServerDirectories | Dictionary connecting a `VAServer Version ID` with the respective directory | e.g. `"2022.a": "../v2022.a"`
If you want to use other VAServer versions than provided, you can extend the `dVAServerDirectories` dictionary.
...
...
@@ -78,4 +81,5 @@ When working with the [Unreal VA plugin](https://git-ce.rwth-aachen.de/vr-vis/VR
| Use VAServer Launcher | Switch to de-/activate usage | True
| VAServer Launcher Port | Port used for communication with launcher | 41578 |
| VAServer Version ID | ID used to specify which VAServer version should be started. This must match a value in the dictionary `dVAServerDirectories` in the [Launcher config](#launcher-configuration). | "2022.a" |
| VARenderer.ini file | Filename of the ini file including the audio rendering settings for this project. If specified, the file will be sent to the VAServer Launcher on startup. | "" |
\ No newline at end of file
| VARenderer.ini file | Filename of the ini file including the audio rendering settings for this project. If specified, the file will be sent to the VAServer Launcher on startup. | "" |
| Reproduction input signal type | Depending on this setting a different set of reproduction modules (see [Launcher config](#launcher-configuration)) is used by the VAServer Launcher, the group [Default / Binaural / Ambisonics / Custom] | Binaural |