On Sun, Jul 18, 2010 at 11:57 AM, Simon Eugster <simon...@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-+

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Kdenlive-devel mailing list
Kdenlive-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kdenlive-devel

Reply via email to