mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-21 06:59:59 -05:00
Add new subsystem for applying envelopes (such as volume ramps) to audio signals
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2082 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
2d34bca4a1
commit
95a98fe6f2
4 changed files with 1094 additions and 1 deletions
|
|
@ -253,7 +253,8 @@ noinst_PROGRAMS = \
|
|||
resampler-test \
|
||||
smoother-test \
|
||||
mix-test \
|
||||
remix-test
|
||||
remix-test \
|
||||
envelope-test
|
||||
|
||||
if HAVE_SIGXCPU
|
||||
noinst_PROGRAMS += \
|
||||
|
|
@ -418,6 +419,11 @@ smoother_test_LDADD = $(AM_LDADD) libpulsecore.la
|
|||
smoother_test_CFLAGS = $(AM_CFLAGS)
|
||||
smoother_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
||||
|
||||
envelope_test_SOURCES = tests/envelope-test.c
|
||||
envelope_test_LDADD = $(AM_LDADD) libpulsecore.la
|
||||
envelope_test_CFLAGS = $(AM_CFLAGS) $(LIBOIL_CFLAGS)
|
||||
envelope_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS) $(LIBOIL_LIBS)
|
||||
|
||||
###################################
|
||||
# Client library #
|
||||
###################################
|
||||
|
|
@ -749,6 +755,7 @@ libpulsecore_la_SOURCES += \
|
|||
pulsecore/once.c pulsecore/once.h \
|
||||
pulsecore/time-smoother.c pulsecore/time-smoother.h \
|
||||
pulsecore/start-child.c pulsecore/start-child.h \
|
||||
pulsecore/envelope.c pulsecore/envelope.h \
|
||||
$(PA_THREAD_OBJS)
|
||||
|
||||
if OS_IS_WIN32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue