Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • RTIS Network RTIS Network
  • Project information
    • Project information
    • Activity
    • Members
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • RTIS Software
  • RTIS NetworkRTIS Network
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Jul 26, 2021 by Wouter Jansen's avatar Wouter Jansen
Hide whitespace changes
Inline Side-by-side
home.md
View page @ 0ba31239
...@@ -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.]
......
Clone repository
  • Home