Added new string
This commit is contained in:
parent
f58b8c25ce
commit
612c074383
2 changed files with 2 additions and 1 deletions
|
@ -252,6 +252,7 @@
|
|||
"spatial.width" : "Width",
|
||||
"spatial.height" : "Height",
|
||||
"spatial.depth" : "Depth",
|
||||
"spatial.gain" : "Gain",
|
||||
"spatial.roomMaterials" : "Room Materials",
|
||||
"spatial.roomDimensions" : "Room Dimensions",
|
||||
"spatial.roomPositions" : "Room Positions",
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<label v-if="!app.cfg.audio.normalization">
|
||||
Gain
|
||||
{{$root.getLz('spatial.gain')}}
|
||||
<input type="number" min="0" @change="setRoom()" style="width: 100%;"
|
||||
v-model="app.cfg.audio.spatial_properties.gain" step="0.1"/>
|
||||
</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue