diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-30 20:11:14 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-30 20:11:14 +0200 |
| commit | 250527589e003420a84f36c4191d2e574f1ad28c (patch) | |
| tree | c8ae5ae829c8de1427c2cbb83178cb6c85f71eb7 /animism-align/frontend/types.js | |
| parent | 7bc1723499503800cbdd446b27e202898fc32b9e (diff) | |
seeking and zooming the waveform. playing the audio
Diffstat (limited to 'animism-align/frontend/types.js')
| -rw-r--r-- | animism-align/frontend/types.js | 4 |
1 files changed, 4 insertions, 0 deletions
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', [ ]) |
