| /third_party/pulseaudio/speex/symbian/ |
| D | bld.inf | 35 ..\include\speex\speex_bits.h \epoc32\include\speex\speex_bits.h 36 ..\include\speex\speex_callbacks.h \epoc32\include\speex\speex_callbacks.h 37 ..\include\speex\speex_config_types.h \epoc32\include\speex\speex_config_types.h 38 ..\include\speex\speex_echo.h \epoc32\include\speex\speex_echo.h 39 ..\include\speex\speex.h \epoc32\include\speex\speex.h 40 ..\include\speex\speex_header.h \epoc32\include\speex\speex_header.h 41 ..\include\speex\speex_jitter.h \epoc32\include\speex\speex_jitter.h 42 ..\include\speex\speex_preprocess.h \epoc32\include\speex\speex_preprocess.h 43 ..\include\speex\speex_stereo.h \epoc32\include\speex\speex_stereo.h 44 ..\include\speex\speex_types.h \epoc32\include\speex\speex_types.h [all …]
|
| /third_party/libsnd/cmake/ |
| D | FindSpeex.cmake | 1 # - Find Speex 2 # Find the native Speex includes and libraries 4 # SPEEX_INCLUDE_DIRS - where to find speex.h, etc. 5 # SPEEX_LIBRARIES - List of libraries when using Speex. 6 # SPEEX_FOUND - True if Speex found. 13 pkg_check_modules (PC_SPEEX QUIET speex) 17 find_path (SPEEX_INCLUDE_DIR speex/speex.h 25 speex 34 find_package_handle_standard_args (Speex 46 if (NOT TARGET Speex::Speex) [all …]
|
| /third_party/pulseaudio/src/modules/echo-cancel/ |
| D | speex.c | 123 ec->params.speex.pp_state = speex_preprocess_state_init(nframes, out_ss->rate); in pa_speex_ec_preprocessor_init() 126 speex_preprocess_ctl(ec->params.speex.pp_state, SPEEX_PREPROCESS_SET_AGC, &tmp); in pa_speex_ec_preprocessor_init() 129 speex_preprocess_ctl(ec->params.speex.pp_state, SPEEX_PREPROCESS_SET_DENOISE, &tmp); in pa_speex_ec_preprocessor_init() 132 speex_preprocess_ctl(ec->params.speex.pp_state, SPEEX_PREPROCESS_SET_DEREVERB, &tmp); in pa_speex_ec_preprocessor_init() 136 speex_preprocess_ctl(ec->params.speex.pp_state, SPEEX_PREPROCESS_SET_ECHO_SUPPRESS, in pa_speex_ec_preprocessor_init() 140 … speex_preprocess_ctl(ec->params.speex.pp_state, SPEEX_PREPROCESS_SET_ECHO_SUPPRESS_ACTIVE, in pa_speex_ec_preprocessor_init() 145 speex_preprocess_ctl(ec->params.speex.pp_state, SPEEX_PREPROCESS_SET_ECHO_STATE, in pa_speex_ec_preprocessor_init() 146 ec->params.speex.state); in pa_speex_ec_preprocessor_init() 148 …pa_log_info("Loaded speex preprocessor with params: agc=%s, denoise=%s, dereverb=%s, echo_suppress… in pa_speex_ec_preprocessor_init() 191 …ec->params.speex.state = speex_echo_state_init_mc(*nframes, (rate * filter_size_ms) / 1000, out_ss… in pa_speex_ec_init() [all …]
|
| /third_party/pulseaudio/speex/win32/ |
| D | speex.iss | 5 AppName=Speex 6 AppVerName=Speex V1.1.6 7 AppPublisherURL=http://www.speex.org 8 AppSupportURL=http://www.speex.org 9 AppUpdatesURL=http://www.speex.org 10 DefaultDirName={pf}\Speex 11 DefaultGroupName=Speex 36 Source: "..\include\speex\speex.h"; DestDir: "{app}\libspeex\include"; Flags: ignoreversion 37 Source: "..\include\speex\speex_bits.h"; DestDir: "{app}\libspeex\include"; Flags: ignoreversion 38 Source: "..\include\speex\speex_callbacks.h"; DestDir: "{app}\libspeex\include"; Flags: ignoreversi… [all …]
|
| /third_party/pulseaudio/speex/ |
| D | SpeexDSP.spec.in | 11 Source: http://www.speex.org/download/%{name}-%{ver}.tar.gz 12 URL: http://www.speex.org/ 13 Vendor: Speex 19 Speex is a patent-free audio codec designed especially for voice (unlike 25 Summary: Speex development files 30 Speex development files. 59 %attr(755,root,root) %{_bindir}/speex* 65 %{_includedir}/speex/speex*.h
|
| /third_party/pulseaudio/speex/macosx/Speex_UB.xcodeproj/ |
| D | project.pbxproj | 18 …73814B080907FBAE00C478FC /* speex.h in Headers */ = {isa = PBXBuildFile; fileRef = 73814AEF0907FB8… 54 …4AEF0907FB8200C478FC /* speex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType… 84 …86CC7A007CD1D0 /* Speex.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framewo… 101 8D07F2C80486CC7A007CD1D0 /* Speex.framework */, 106 0867D691FE84028FC02AAC07 /* Speex */ = { 115 name = Speex; 164 73814AEC0907FB8200C478FC /* speex */, 169 73814AEC0907FB8200C478FC /* speex */ = { 172 73814AEF0907FB8200C478FC /* speex.h */, 182 name = speex; [all …]
|
| /third_party/pulseaudio/src/pulsecore/resampler/ |
| D | speex.c | 24 #include <speex/speex_resampler.h> 40 /* feed one sample that is too soft for fixed-point speex */ in pa_speex_is_fixed_point() 47 /* speex compiled with --enable-fixed-point will output 0.0 due to insufficient precision */ in pa_speex_is_fixed_point() 72 /* Strictly speaking, speex resampler expects its input in speex_resample_float() 74 * This matters if speex has been compiled with --enable-fixed-point, in speex_resample_float() 75 * because such speex will round the samples to the nearest in speex_resample_float() 76 * integer. speex with --enable-fixed-point is therefore incompatible in speex_resample_float() 77 * with PulseAudio's floating-point sample range [-1 .. 1]. speex in speex_resample_float() 80 * for speex compiled without --enable-fixed-point. in speex_resample_float() 171 pa_log_info("Choosing speex quality setting %i.", q); in pa_resampler_speex_init()
|
| /third_party/pulseaudio/speex/doc/ |
| D | programming.html | 4 <title>Speex Programming</title> 12 <h1>Speex Programming</h1> 16 In order to encode speech using Speex, you first need to:<br> 19 <pre><big>#include <speex.h></big></pre> 21 You then need to declare a Speex bit-packing struct<br> 26 and a Speex encoder state<br> 69 In order to encode speech using Speex, you first need to:<br> 72 <pre><big>#include <speex.h></big></pre> 74 You then need to declare a Speex bit-packing struct<br> 79 and a Speex encoder state<br> [all …]
|
| D | manual.lyx | 50 The Speex Manual 125 Introduction to Speex 129 The Speex codec ( 131 http://www.speex.org/ 136 In essence, Speex is to speech what Vorbis is to audio/music. 137 Unlike many other speech codecs, Speex is not designed for mobile phones 144 The Speex codec is designed to be very flexible and support a wide range 146 Support for very good quality speech also means that Speex can encode wideband 152 Designing for VoIP instead of mobile phones means that Speex is robust to 156 Because Speex is targeted at a wide range of devices, it has modest (adjustable [all …]
|
| D | sampleenc.c | 1 #include <speex/speex.h> 16 /*Holds bits so they can be read and written to by the Speex routines*/ in main() 38 /*Copy the 16 bits values to float so Speex can work on them*/ in main()
|
| D | sampledec.c | 1 #include <speex/speex.h> 12 /*Speex handle samples as float, so we need an array of floats*/ in main() 18 /*Holds bits so they can be read and written to by the Speex routines*/ in main()
|
| /third_party/pulseaudio/speex/win32/libspeexdsp/ |
| D | libspeexdsp.dsp | 192 SOURCE=..\..\include\speex\speex.h 196 SOURCE=..\..\include\speex\speex_bits.h 200 SOURCE=..\..\include\speex\speex_buffer.h 204 SOURCE=..\..\include\speex\speex_echo.h 208 SOURCE=..\..\include\speex\speex_jitter.h 212 SOURCE=..\..\include\speex\speex_preprocess.h 216 SOURCE=..\..\include\speex\speex_resampler.h 220 SOURCE=..\..\include\speex\speex_types.h
|
| D | libspeexdsp_dynamic.dsp | 193 SOURCE=..\..\include\speex\speex_buffer.h 201 SOURCE=..\..\include\speex\speex.h 205 SOURCE=..\..\include\speex\speex_bits.h 209 SOURCE=..\..\include\speex\speex_echo.h 213 SOURCE=..\..\include\speex\speex_jitter.h 217 SOURCE=..\..\include\speex\speex_preprocess.h 221 SOURCE=..\..\include\speex\speex_resampler.h 225 SOURCE=..\..\include\speex\speex_types.h
|
| /third_party/pulseaudio/speex/macosx/Speex.xcodeproj/ |
| D | project.pbxproj | 64 …4AEF0907FB8200C478FC /* speex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType… 104 …86CC7A007CD1D0 /* Speex.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framewo… 128 8D07F2C80486CC7A007CD1D0 /* Speex.framework */, 134 0867D691FE84028FC02AAC07 /* Speex */ = { 143 name = Speex; 205 73814AEC0907FB8200C478FC /* speex */, 210 73814AEC0907FB8200C478FC /* speex */ = { 213 73814AEF0907FB8200C478FC /* speex.h */, 222 name = speex; 223 path = ../include/speex; [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | libspeexdec.c | 21 #include <speex/speex.h> 22 #include <speex/speex_header.h> 23 #include <speex/speex_stereo.h> 24 #include <speex/speex_callbacks.h> 52 av_log(avctx, AV_LOG_WARNING, "Invalid Speex header\n"); in libspeex_decode_init() 91 av_log(avctx, AV_LOG_ERROR, "Unknown Speex mode %d", spx_mode); in libspeex_decode_init() 164 av_log(avctx, AV_LOG_ERROR, "Error decoding Speex frame.\n"); in libspeex_decode_frame() 195 .p.long_name = NULL_IF_CONFIG_SMALL("libspeex Speex"),
|
| D | libspeexenc.c | 24 * libspeex Speex audio encoder 31 * Speex only supports mono or stereo, so avctx->ch_layout.nb_channels must 35 * Speex has 3 modes, each of which uses a specific sample rate. 68 * Speex encoder supports several optional features, which can be useful 75 * in non-VBR operation. In this case, Speex detects non-speech periods and 84 #include <speex/speex.h> 85 #include <speex/speex_header.h> 86 #include <speex/speex_stereo.h> 278 /* encode Speex frame */ in encode_frame() 353 .p.long_name = NULL_IF_CONFIG_SMALL("libspeex Speex"),
|
| /third_party/pulseaudio/speex/win32/VS2003/libspeexdsp/ |
| D | libspeexdsp.vcproj | 312 RelativePath="..\..\..\include\speex\speex.h"> 315 RelativePath="..\..\..\include\speex\speex_bits.h"> 318 RelativePath="..\..\..\include\speex\speex_buffer.h"> 321 RelativePath="..\..\..\include\speex\speex_echo.h"> 324 RelativePath="..\..\..\include\speex\speex_jitter.h"> 327 RelativePath="..\..\..\include\speex\speex_preprocess.h"> 330 RelativePath="..\..\..\include\speex\speex_resampler.h"> 333 RelativePath="..\..\..\include\speex\speex_types.h">
|
| /third_party/pulseaudio/speex/win32/VS2008/libspeexdsp/ |
| D | libspeexdsp.vcproj | 431 RelativePath="..\..\..\include\speex\speex.h" 435 RelativePath="..\..\..\include\speex\speex_bits.h" 439 RelativePath="..\..\..\include\speex\speex_buffer.h" 443 RelativePath="..\..\..\include\speex\speex_echo.h" 447 RelativePath="..\..\..\include\speex\speex_jitter.h" 451 RelativePath="..\..\..\include\speex\speex_preprocess.h" 455 RelativePath="..\..\..\include\speex\speex_resampler.h" 459 RelativePath="..\..\..\include\speex\speex_types.h"
|
| /third_party/libsnd/src/ |
| D | ogg_speex.c | 43 #include <speex/speex.h> 44 #include <speex/speex_stereo.h> 45 #include <speex/speex_header.h> 46 #include <speex/speex_callbacks.h> 165 psf_log_printf (psf, "Speex header\n") ; in spx_read_header() 208 { if (odata->opacket.bytes >= 8 && memcmp (odata->opacket.packet, "Speex ", 8) == 0) in spx_read_header() 269 { psf_log_printf (psf, "Cannot read Speex header\n") ; in spx_header_read() 289 …{ psf_log_printf (psf, "This file was encoded with Speex bit-stream version %d, which I don't know… in spx_header_read() 294 …{ psf_log_printf (psf, "The file was encoded with a newer version of Speex. You need to upgrade in… in spx_header_read() 299 …{ psf_log_printf (psf, "The file was encoded with an older version of Speex. You would need to dow… in spx_header_read() [all …]
|
| /third_party/pulseaudio/speex/macosx/ |
| D | Info.plist | 8 <string>Speex</string> 10 <string>Speex framework 1.1.12svn, Copyright © 2002-2006 Xiph.Org Foundation</string> 14 <string>org.xiph.speex</string> 26 <string>Speex framework 1.1.12svn, Copyright © 2002-2006 Xiph.Org Foundation</string>
|
| D | Speex_Prefix.pch | 2 // Prefix header for all source files of the 'Speex' target in the 'Speex' project.
|
| /third_party/pulseaudio/speex/libspeexdsp/ |
| D | os_support.h | 48 /** Speex wrapper for calloc. To do your own dynamic allocation, all you need to do is replace this… 60 /** Same as speex_alloc, except that the area is only needed inside a Speex call (might cause probl… 69 /** Speex wrapper for realloc. To do your own dynamic allocation, all you need to do is replace thi… 77 /** Speex wrapper for calloc. To do your own dynamic allocation, all you need to do is replace this… 85 /** Same as speex_free, except that the area is only needed inside a Speex call (might cause proble… 146 /** Speex wrapper for putc */
|
| /third_party/pulseaudio/speex/include/speex/ |
| D | Makefile.am | 4 # Historically, these headers were part of the speex package, so in order to 8 # should instead go somewhere other than $prefix/include/speex. 10 speexincludedir = $(includedir)/speex
|
| /third_party/pulseaudio/src/pulsecore/ |
| D | resampler.c | 213 * speex-float implementation in PulseAudio relies on the in fix_method() 214 * assumption that is invalid if speex has been compiled with in fix_method() 215 * --enable-fixed-point. Besides, speex-fixed is more efficient in fix_method() 220 pa_log_info("Speex appears to be compiled with --enable-fixed-point. " in fix_method() 785 "speex-float-0", 786 "speex-float-1", 787 "speex-float-2", 788 "speex-float-3", 789 "speex-float-4", 790 "speex-float-5", [all …]
|
| /third_party/pulseaudio/ |
| D | bundle.json | 77 "header_base": "//third_party/pulseaudio/speex/include/speex", 82 "name": "//third_party/pulseaudio/speex:speexresampler"
|