mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 20:25:25 +00:00
audiovisualizers: add comments for monoscope porting
This commit is contained in:
parent
65927acc45
commit
09764eca37
1 changed files with 6 additions and 0 deletions
|
@ -32,6 +32,12 @@ afterwards.
|
||||||
gst-plugins-ugly/gst/synaestesia -> synaescope
|
gst-plugins-ugly/gst/synaestesia -> synaescope
|
||||||
gst-plugins-bad/gst/smoothwave -> wavescope
|
gst-plugins-bad/gst/smoothwave -> wavescope
|
||||||
gst-plugins-good/gst/monoscope -> blend into what we have in wavescope
|
gst-plugins-good/gst/monoscope -> blend into what we have in wavescope
|
||||||
|
- it keeps an array of the values we just showed last[width]
|
||||||
|
- each audio-buffer is 2*width
|
||||||
|
- it uses convolution to finde the best match in current[2*width] compared to
|
||||||
|
last[width]
|
||||||
|
- then it shows current[match ... match+width] and copies it into last
|
||||||
|
|
||||||
gst-plugins-base/ext/libvisual - done
|
gst-plugins-base/ext/libvisual - done
|
||||||
|
|
||||||
= Elements to add =
|
= Elements to add =
|
||||||
|
|
Loading…
Reference in a new issue