aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/audio
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-12-28 13:39:23 -0500
committerbobzel <zzzman@gmail.com>2023-12-28 13:39:23 -0500
commitdf2fc3f11e3b474144db5062620c9f65ca857203 (patch)
tree1f42a5f33a63c530f2231fdbd42dc930100b736a /src/client/views/nodes/audio
parentfa6214e763fc341ad355c95424ae76f14450d8ce (diff)
fixed youtube uploads, cleaned up a bunch of imports and added some typings files.
Diffstat (limited to 'src/client/views/nodes/audio')
-rw-r--r--src/client/views/nodes/audio/AudioWaveform.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/audio/AudioWaveform.tsx b/src/client/views/nodes/audio/AudioWaveform.tsx
index 01392c4a5..c034d95ea 100644
--- a/src/client/views/nodes/audio/AudioWaveform.tsx
+++ b/src/client/views/nodes/audio/AudioWaveform.tsx
@@ -16,7 +16,6 @@ import { ObservableReactComponent } from '../../ObservableReactComponent';
* AudioWaveform
*
* Used in CollectionStackedTimeline to render a canvas with a visual of an audio waveform for AudioBox and VideoBox documents.
- * Uses react-audio-waveform package.
* Bins the audio data into audioBuckets which are passed to package to render the lines.
* Calculates new buckets each time a new zoom factor or new set of trim bounds is created and stores it in a field on the layout doc with a title indicating the bounds and zoom for that list (see audioBucketField)
*/