... | @@ -59,9 +59,10 @@ The [DSP Config folders](Config/DSPFiles) contain additional settings to define |
... | @@ -59,9 +59,10 @@ The [DSP Config folders](Config/DSPFiles) contain additional settings to define |
|
The most important file in each folder (which each should have a unique name) is the `config.json`. This defines the RTIS Client device settings as well as other settings
|
|
The most important file in each folder (which each should have a unique name) is the `config.json`. This defines the RTIS Client device settings as well as other settings
|
|
that will be used by the automated generation of the `.csv` files used by the DSP pipeline.
|
|
that will be used by the automated generation of the `.csv` files used by the DSP pipeline.
|
|
|
|
|
|
|
|
These files can made more easily with the web interface.
|
|
|
|
|
|
Here is a more detailed explanation of the `config.json` file:
|
|
Here is a more detailed explanation of the `config.json` file:
|
|
```json
|
|
```json
|
|
{
|
|
|
|
{
|
|
{
|
|
"microphoneLayout" : "eRTIS_V3.14159265", [string, The name of the microphone array layout. The available ones can be found in the Config/DSPFiles/MicrophoneLayouts folder.]
|
|
"microphoneLayout" : "eRTIS_V3.14159265", [string, The name of the microphone array layout. The available ones can be found in the Config/DSPFiles/MicrophoneLayouts folder.]
|
|
"microphoneSamples" : 163840, [integer, The amount of microphone sames the RTIS Client device should use. Must be dividable by 32768.]
|
|
"microphoneSamples" : 163840, [integer, The amount of microphone sames the RTIS Client device should use. Must be dividable by 32768.]
|
... | | ... | |