explanation to spat

This commit is contained in:
Maikiwi 2022-03-19 00:05:18 -07:00
parent 6ed424d6b9
commit 890c073e2c
2 changed files with 3 additions and 3 deletions

View file

@ -59,7 +59,7 @@ export class Store {
"analogWarmth": false, "analogWarmth": false,
"analogWarmth_value": 1.25, "analogWarmth_value": 1.25,
"spatial": false, "spatial": false,
"spatialType": 0, "spatialProfile": "420signature-B",
"vibrantBass": { // Hard coded into the app. Don't include any of this config into exporting presets in store.ts "vibrantBass": { // Hard coded into the app. Don't include any of this config into exporting presets in store.ts
'frequencies': [17.182, 42.169, 53.763, 112.69, 119.65, 264.59, 336.57, 400.65, 505.48, 612.7, 838.7, 1155.3, 1175.6, 3406.8, 5158.6, 5968.1, 6999.9, 7468.6, 8862.9, 9666, 10109], 'frequencies': [17.182, 42.169, 53.763, 112.69, 119.65, 264.59, 336.57, 400.65, 505.48, 612.7, 838.7, 1155.3, 1175.6, 3406.8, 5158.6, 5968.1, 6999.9, 7468.6, 8862.9, 9666, 10109],
'Q': [2.5, 0.388, 5, 5, 2.5, 7.071, 14.14, 10, 7.071, 14.14, 8.409, 0.372, 7.071, 10, 16.82, 7.071, 28.28, 20, 8.409, 40, 40], 'Q': [2.5, 0.388, 5, 5, 2.5, 7.071, 14.14, 10, 7.071, 14.14, 8.409, 0.372, 7.071, 10, 16.82, 7.071, 28.28, 20, 8.409, 40, 40],

View file

@ -92,8 +92,8 @@
<div class="md-option-segment md-option-segment_auto"> <div class="md-option-segment md-option-segment_auto">
<select class="md-select" style="width:180px;" v-model="app.cfg.audio.maikiwiAudio.spatialProfile" <select class="md-select" style="width:180px;" v-model="app.cfg.audio.maikiwiAudio.spatialProfile"
v-on:change="toggleMaikiwiSpatial"> v-on:change="toggleMaikiwiSpatial">
<option value="420signature">Signature (A)</option> <option value="420signature-B">Signature (Focused)</option>
<option value="420signature-B">Signature (B)</option> <option value="420signature">Signature (Classic)</option>
<option value="audiophile">Expansive</option> <option value="audiophile">Expansive</option>
<option value="standard">Minimal</option> <option value="standard">Minimal</option>
</select> </select>