Skip to content

Commit

Permalink
Merge pull request #37 from MozillaReality/restore-audio-target-props
Browse files Browse the repository at this point in the history
Restore accidentally removed audio-target params
  • Loading branch information
keianhzo authored Jul 30, 2021
2 parents bb28096 + ba75a15 commit 4c9149f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions default-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,16 @@
"type": "nodeRef",
"hasComponents": ["zone-audio-source"]
},
"minDelay": {
"type": "float",
"description": "Minumum random delay applied to the source audio",
"default": 0.01
},
"maxDelay": {
"type": "float",
"description": "Maxumum random delay applied to the source audio",
"default": 0.03
},
"debug": {
"description": "Show debug visuals.",
"type": "bool",
Expand Down

0 comments on commit 4c9149f

Please sign in to comment.