[Kdenlive-devel] Handling audio

Dan Dennedy dan at dennedy.org
Mon Jul 19 02:18:33 UTC 2010


On Sun, Jul 18, 2010 at 11:57 AM, Simon Eugster <simon.eu at gmail.com> wrote:
> I just wonder whether there is an easy way to access audio raw data.
> http://kdenlive.org/forum/where-vu-meter
>
> Any hint/idea?

Anywhere you have a mlt_frame you can get the uncompressed audio for
the duration of that frame by calling mlt_frame_get_audio().
http://www.mltframework.org/doxygen/structmlt__frame__s.html#a7c9154d09b0f61407e6c40f836947c26

One place that may apply for VU meters is in that frame show callback.

-- 
+-DRD-+




More information about the Kdenlive mailing list