Page 1 of 1
audio filter's GUI
Posted: 16 May 2011 15:29
by bero7
is the gui for the audio filters provided by the host (player) by setting some params or is it completely separate...
shortly, how do i provide GUI with user parameters for real-time control to my VLC module (audio filter)
thnx!
Re: audio filter's GUI
Posted: 16 May 2011 15:32
by Jean-Baptiste Kempf
Preferences are auto-generated depending on the modules options.
Re: audio filter's GUI
Posted: 17 May 2011 15:54
by bero7
which options should I check?
I can't get the gui in "Effects and filters". I did everything like in spatializer.c
thnx
Re: audio filter's GUI
Posted: 17 May 2011 20:36
by Jean-Baptiste Kempf
The GUI isn't autogenerated. Preferences are.
Re: audio filter's GUI
Posted: 18 May 2011 09:26
by bero7
What do you mean by preferences?
Do you know then where could I find the source for the spatializer GUI for instance, or that equalizer ? for a template, please
I couldn't find them
Re: audio filter's GUI
Posted: 18 May 2011 14:33
by Jean-Baptiste Kempf
Please do the minimum of searching before asking questions.
Re: audio filter's GUI
Posted: 18 May 2011 17:00
by bero7
I would not be asking without searching before.
I have opened in front of me and read every bit of documentation there is on vlc module making (maybe I have missed something that I haven't found, but I have been searching).
Also, if your answers weren't like max 5 words per post, I wouldn't be confused about it.
Anyway, like I said, I'm a newbie in this topic and thought I could get some help here. Obviously I was wrong.
Re: audio filter's GUI
Posted: 18 May 2011 17:24
by Jean-Baptiste Kempf
I would not be asking without searching before.
You said:
What do you mean by preferences?
Come on...
You never used VLC or what?
Re: audio filter's GUI
Posted: 18 May 2011 17:34
by bero7
Yes I have, but your answer got me confused. Cause if you mean Tools->Preferences, there is nothing there generated, for spatializer example or any other.
I need a gui for my parameters for real-time control. Not sure how preferences come into play here. But I also couldn't find source code containing spatializer's gui, which is present there under Effects & filters.
Re: audio filter's GUI
Posted: 18 May 2011 20:26
by Jean-Baptiste Kempf
Tools->Preferences->All->Audio->Filters...
Re: audio filter's GUI
Posted: 19 May 2011 16:07
by bero7
I was completely blind to the "All" radio button down there
sorry
Now, if you could just spend two more words answering my other question, that would be nice, where could I find spatializer gui code, I really don't see it ? (which you could have done immediately and we would both save time but ....Thanks for your help anyways, I appreciate the input).
Re: audio filter's GUI
Posted: 20 May 2011 01:06
by Jean-Baptiste Kempf
modules/audio_filter/spatializer*
modules/gui/qt4/components/extended_panels*