[pulseaudio-commits] r2087 - /trunk/src/pulsecore/speexwrap.h

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Sun Dec 23 12:14:06 PST 2007


Author: lennart
Date: Sun Dec 23 21:14:05 2007
New Revision: 2087

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=2087&root=pulseaudio&view=rev
Log:
wrap speex_resampler_reset_mem()

Modified:
    trunk/src/pulsecore/speexwrap.h

Modified: trunk/src/pulsecore/speexwrap.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/pulsecore/speexwrap.h?rev=2087&root=pulseaudio&r1=2086&r2=2087&view=diff
==============================================================================
--- trunk/src/pulsecore/speexwrap.h (original)
+++ trunk/src/pulsecore/speexwrap.h Sun Dec 23 21:14:05 2007
@@ -39,10 +39,12 @@
 void paspfx_resampler_destroy(SpeexResamplerState *st);
 int paspfx_resampler_process_interleaved_int(SpeexResamplerState *st, const spx_int16_t *in,  spx_uint32_t *in_len, spx_int16_t *out, spx_uint32_t *out_len);
 int paspfx_resampler_set_rate(SpeexResamplerState *st, spx_uint32_t in_rate, spx_uint32_t out_rate);
+int paspfx_resampler_reset_mem(SpeexResamplerState *st);
 
 SpeexResamplerState *paspfl_resampler_init(spx_uint32_t nb_channels, spx_uint32_t in_rate, spx_uint32_t out_rate,  int quality, int *err);
 void paspfl_resampler_destroy(SpeexResamplerState *st);
 int paspfl_resampler_process_interleaved_float(SpeexResamplerState *st, const float *in,  spx_uint32_t *in_len, float *out, spx_uint32_t *out_len);
 int paspfl_resampler_set_rate(SpeexResamplerState *st, spx_uint32_t in_rate, spx_uint32_t out_rate);
+int paspfl_resampler_reset_mem(SpeexResamplerState *st);
 
 #endif




More information about the pulseaudio-commits mailing list