Re: [Mlt-devel] Audio monitoring on on Python bindings applications

2012-09-18 Thread Dan Dennedy
On Tue, Sep 18, 2012 at 10:56 AM, Janne Liljeblad wrote: > Hi Dan, > > I looked at Shotcut, and saw that is has audio levels monitoring > meter, which no other open source video application has to my > knowledge. It is based on code from Kdenlive; Kdenlive has the meter you have to turn on in the

[Mlt-devel] Audio monitoring on on Python bindings applications

2012-09-18 Thread Janne Liljeblad
Hi Dan, I looked at Shotcut, and saw that is has audio levels monitoring meter, which no other open source video application has to my knowledge. Browsing the code I found that first you have method: Player::showAudio(Mlt::Frame* frame) which gets audio data from mlt.Frame object and then