Browse Source

Update AudioViewer.vue

pull/1395/head
Hironsan 3 years ago
parent
commit
29e90b5b0c
1 changed files with 2 additions and 1 deletions
  1. 3
      frontend/components/tasks/audio/AudioViewer.vue

3
frontend/components/tasks/audio/AudioViewer.vue

@ -87,13 +87,14 @@ export default Vue.extend({
zoom: 0, zoom: 0,
volume: 0.6, volume: 0.6,
speed: 1, speed: 1,
speeds: [0.5, 0.75, 1.0, 1.25, 1.5, 2.0]
speeds: [0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0]
} }
}, },
watch: { watch: {
source() { source() {
this.load() this.load()
this.isPlaying = false
} }
}, },

Loading…
Cancel
Save