jam-cloud/web/app/views/dialogs/_adjustGearSpeedDialog.slim

38 lines
1.8 KiB
Plaintext

.dialog.dialog-overlay-sm layout='dialog' layout-id='adjust-gear-speed-dialog' id='adjust-gear-speed-dialog'
.content-head
h1 Adjust Gear Speed
.dialog-inner
.dialog-content
.dialog-column.content
.help-text If you are failing the I/O test on your audio interface, or if your audio sounds bad, try selecting a slower audio processing speed. Your goal is to pass the I/O test and hear good audio, while sacrificing as little speed as possible.
.basic
h2.settings Settings:
.speed-options
.speed-option.setting-slow
input type="radio" name="gear-speed" id="adjust-gear-speed-slow" value='slow'
label for="adjust-gear-speed-slow" Slow
.speed-option.setting-fair
input type="radio" name="gear-speed" id="adjust-gear-speed-fair" value='fair'
label for="adjust-gear-speed-fair" Moderate
.speed-option.setting-fast
input type="radio" name="gear-speed" id="adjust-gear-speed-fast" value='fast'
label for="adjust-gear-speed-fast" Fast
.speed-text
//a.button-orange.run-test-btn RUN TEST
.advanced
.help-text If adjusting the settings above still doesn't work, you may try experimenting with the Frame and Buffer settings below to see if you can achieve better results using these controls.
h2.settings Advanced Settings:
= render :partial => "/clients/wizard/framebuffers"
a.button-orange.run-test-btn RUN TEST
.dialog-column
h2.test-results-header Test & Results
= render :partial => "/clients/wizard/gear_test", locals: {test_type: 'adjust-gear-speed'}
.buttons
.right
a.button-grey.btnCancel layout-action="cancel" CANCEL
a.button-orange.btnSave SAVE