~aleteoryx/muditaos

81559df275046d743998e6c10558c33a6acfa192 — Daniel Karski 4 years ago ea573ee
[EGD-8162] Allow importing audio profile settings from json file

Update Audio/Profiles README.md
1 files changed, 2 insertions(+), 2 deletions(-)

M module-audio/Audio/Profiles/README.md
M module-audio/Audio/Profiles/README.md => module-audio/Audio/Profiles/README.md +2 -2
@@ 22,13 22,13 @@ In order to prevent audio issues, when no file is present or the JSON structure 
| outputPath   | integer    | Defines the audio path for profile's output (see codec.hpp) |
| filterParams | array      | Array of filter parameters (one per band)                   |

###Filter parameters array
### Filter parameters array

The filter parameters array consists of a one JSON struct per filter in the codec. It means that adding next element in the array
does not give any effect, but removing one of them will lead to wrong audio configuration! If you want to disable unused filter, select
appropriate filter type - `None`.

###Array element structure
### Array element structure

| Field      | Value type | Description                                                |
|------------|------------|------------------------------------------------------------|