mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 04:58:14 +00:00
add equalizer in non video compilation.
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@639 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
f3a7dfcee5
commit
e97abcd688
2 changed files with 38 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ extern MSFilterDesc ms_join_desc;
|
|||
extern MSFilterDesc ms_resample_desc;
|
||||
extern MSFilterDesc ms_volume_desc;
|
||||
extern MSFilterDesc ms_ice_desc;
|
||||
extern MSFilterDesc ms_equalizer_desc;
|
||||
MSFilterDesc * ms_filter_descs[]={
|
||||
&ms_alaw_dec_desc,
|
||||
&ms_alaw_enc_desc,
|
||||
|
|
@ -63,6 +64,7 @@ MSFilterDesc * ms_filter_descs[]={
|
|||
#endif
|
||||
&ms_volume_desc,
|
||||
&ms_ice_desc,
|
||||
&ms_equalizer_desc,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -193,6 +193,10 @@
|
|||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\src\_kiss_fft_guts.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\alaw.c"
|
||||
>
|
||||
|
|
@ -201,10 +205,18 @@
|
|||
RelativePath="..\..\src\audiostream.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\dsptools.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\dtmfgen.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\equalizer.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\gsm.c"
|
||||
>
|
||||
|
|
@ -213,6 +225,22 @@
|
|||
RelativePath="..\..\src\ice.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\kiss_fft.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\kiss_fft.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\kiss_fftr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\kiss_fftr.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\mscommon.c"
|
||||
>
|
||||
|
|
@ -303,6 +331,10 @@
|
|||
RelativePath="..\..\include\mediastreamer2\allfilters.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\mediastreamer2\dsptools.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\mediastreamer2\dtmfgen.h"
|
||||
>
|
||||
|
|
@ -323,6 +355,10 @@
|
|||
RelativePath="..\..\include\mediastreamer2\mscommon.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\mediastreamer2\msequalizer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\mediastreamer2\msfileplayer.h"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue