From 250527589e003420a84f36c4191d2e574f1ad28c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 30 Jun 2020 20:11:14 +0200 Subject: seeking and zooming the waveform. playing the audio --- animism-align/frontend/types.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'animism-align/frontend/types.js') diff --git a/animism-align/frontend/types.js b/animism-align/frontend/types.js index d38cd68..9d16a4b 100644 --- a/animism-align/frontend/types.js +++ b/animism-align/frontend/types.js @@ -11,6 +11,10 @@ export const align = crud_type('align', [ 'set_display_setting', ]) +export const audio = with_type('audio', [ + 'play', 'pause', 'update_time', +]) + export const site = with_type('site', [ ]) -- cgit v1.2.3-70-g09d2