<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
> I have recently played around with filters, and successfully integrated<br>
> them into my test application, so I can apply video and audio filters, for<br>
> example bass and treble filters when I play an audio file, or apply a video<br>
> filter - but those I always set on opening of the file.<br>
><br>
<br>
> I have however got a question on what the recommended practice would be on<br>
> updating filters at runtime?<br>
<br>
See the process_command() API, for example how it is used in hue and<br>
sendcmd filters.<br>
<br></blockquote><div>Yes I saw that, and initially thought this mechanism is provided on most filters (at least those for which it would make sense), but it's very few..</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

><br>
> I would like to be able for example to have an equalizer panel for the<br>
> audio, where I can change the bass, treble, etc settings and apply those<br>
> while playing back the file, so I can fine tune it to a setting that I like.<br>
><br>
> The filter samples are very basic and don't really indicate an approach for<br>
> that..<br>
><br>
> Anyone have any hints on how to do this?<br>
<br>
You need to implement a process_command() callback, which should be<br>
fairly simple, or in alternative send a feature request on trac.<br>
--<br><br>
</blockquote><div>I suppose if I sent a feature request it would not be predictable when it becomes available, so that leaves trying to implement it myself. Will check out the code and do that, and report back on my progress.</div>
<div>If the result seems reasonable I can make it available for other people too.</div><div><br></div><div>thanks</div><div>Bjoern <span></span></div><div> </div>