mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-17 06:59:56 -05:00
ladspa: D-Bus interface for setting algorithm parameters on-the-fly.
A new external D-Bus interface is registered and LADSPA algorithm control parameters are exposed as a D-Bus property with setter and getter support.
This commit is contained in:
parent
e8c5f24b47
commit
fdf358beed
2 changed files with 538 additions and 144 deletions
|
|
@ -1530,6 +1530,11 @@ module_ladspa_sink_la_CFLAGS = -DLADSPA_PATH=\"$(libdir)/ladspa:/usr/local/lib/l
|
|||
module_ladspa_sink_la_LDFLAGS = $(MODULE_LDFLAGS)
|
||||
module_ladspa_sink_la_LIBADD = $(MODULE_LIBADD) $(LIBLTDL)
|
||||
|
||||
if HAVE_DBUS
|
||||
module_ladspa_sink_la_CFLAGS += $(DBUS_CFLAGS)
|
||||
module_ladspa_sink_la_LIBADD += $(DBUS_LIBS)
|
||||
endif
|
||||
|
||||
module_equalizer_sink_la_SOURCES = modules/module-equalizer-sink.c
|
||||
module_equalizer_sink_la_CFLAGS = $(AM_CFLAGS) $(SERVER_CFLAGS) $(DBUS_CFLAGS) $(FFTW_CFLAGS)
|
||||
module_equalizer_sink_la_LDFLAGS = $(MODULE_LDFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue