Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
QuestionableM committed Dec 16, 2023
1 parent 30688fc commit c2f34b9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,17 @@ There are 2 ways to enable the CustomAudioExtension module:
```json
"ExampleEffect": {
"parameterList": {
"CAE_Volume": 1.0,
"CAE_Pitch": 1.0,
"CAE_Reverb": 1.0,
"CAE_ReverbIdx": -1.0
"CAE_Volume": 1.0, //1.0 - max volume
"CAE_Pitch": 1.0, //1.0 - normal pitch
"CAE_Reverb": 1.0, //1.0 - max reverb
"CAE_ReverbIdx": -1.0,
"CAE_Position": 0.0 //Measured in seconds
},
"effectList": [
{
"type": "audio",
"name": "ExampleSoundName",
"parameters": [ "CAE_Volume", "CAE_Pitch", "CAE_Reverb", "CAE_ReverbIdx" ]
"parameters": [ "CAE_Volume", "CAE_Pitch", "CAE_Reverb", "CAE_ReverbIdx", "CAE_Position" ]
}
]
}
Expand Down

0 comments on commit c2f34b9

Please sign in to comment.