diff --git a/client/src/components/viewers/controls/FileControlsPlayback.vue b/client/src/components/viewers/controls/FileControlsPlayback.vue
new file mode 100644
index 00000000000..a9b184ac69a
--- /dev/null
+++ b/client/src/components/viewers/controls/FileControlsPlayback.vue
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/client/src/components/viewers/index.ts b/client/src/components/viewers/index.ts
index a38b3657d65..f743ffc0881 100644
--- a/client/src/components/viewers/index.ts
+++ b/client/src/components/viewers/index.ts
@@ -5,6 +5,15 @@ import FileControlsButton from '@/components/viewers/controls/FileControlsButton
import FileControlsGroup from '@/components/viewers/controls/FileControlsGroup.vue';
import FileControlsInput from '@/components/viewers/controls/FileControlsInput.vue';
import FileControlsPagination from '@/components/viewers/controls/FileControlsPagination.vue';
+import FileControlsPlayback from '@/components/viewers/controls/FileControlsPlayback.vue';
import FileControlsZoom from '@/components/viewers/controls/FileControlsZoom.vue';
-export { FileControls, FileControlsButton, FileControlsGroup, FileControlsInput, FileControlsPagination, FileControlsZoom };
+export {
+ FileControls,
+ FileControlsButton,
+ FileControlsGroup,
+ FileControlsInput,
+ FileControlsPagination,
+ FileControlsPlayback,
+ FileControlsZoom,
+};
diff --git a/client/src/views/viewers/AudioViewer.vue b/client/src/views/viewers/AudioViewer.vue
index 5f5a7906042..d272767526f 100644
--- a/client/src/views/viewers/AudioViewer.vue
+++ b/client/src/views/viewers/AudioViewer.vue
@@ -19,9 +19,9 @@