From 899d6ffe7f4117c1c7e799abef5517ffeb2ab240 Mon Sep 17 00:00:00 2001 From: riqo Date: Fri, 11 Dec 2020 16:20:41 -0600 Subject: [PATCH] added streamRender animation --- src/components/UI/UIDetails/audioInput.vue | 20 ++++ src/components/UI/UIDetails/inputItem.vue | 51 ++------- src/components/UI/index.vue | 4 +- src/composables/inputItem/useInputRenderer.ts | 59 +++++++++- .../inputItem/useTextInputRender.ts | 32 ++++++ src/composables/mediaStream/useMediaStream.ts | 6 + .../streamRecorder/useStreamRecorder.ts | 106 ++++++++---------- 7 files changed, 169 insertions(+), 109 deletions(-) create mode 100644 src/components/UI/UIDetails/audioInput.vue create mode 100644 src/composables/inputItem/useTextInputRender.ts create mode 100644 src/composables/mediaStream/useMediaStream.ts diff --git a/src/components/UI/UIDetails/audioInput.vue b/src/components/UI/UIDetails/audioInput.vue new file mode 100644 index 0000000..8e3677f --- /dev/null +++ b/src/components/UI/UIDetails/audioInput.vue @@ -0,0 +1,20 @@ + + + \ No newline at end of file diff --git a/src/components/UI/UIDetails/inputItem.vue b/src/components/UI/UIDetails/inputItem.vue index 7e69a15..8eb0aa5 100644 --- a/src/components/UI/UIDetails/inputItem.vue +++ b/src/components/UI/UIDetails/inputItem.vue @@ -1,8 +1,9 @@