Changeset 2386:0ff0440ba500 in roaraudio for include/libroardsp


Ignore:
Timestamp:
08/16/09 05:36:30 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added SRC (libsamplerate) based resampler

Location:
include/libroardsp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/convert.h

    r2093 r2386  
    7272int roar_conv_rate_162zoh(void * out, void * in, int samples, int from, int to); 
    7373int roar_conv_rate_16nzoh(void * out, void * in, int samples, int from, int to, int channels); 
     74int roar_conv_rate_SRC   (void * out, void * in, int samples, int from, int to, int bits, int channels); 
    7475 
    7576int roar_conv_codec (void * out, void * in, int samples, int from, int to, int bits); 
  • include/libroardsp/libroardsp.h

    r2316 r2386  
    4444#ifdef ROAR_HAVE_LIBSPEEX 
    4545#include "transcode_speex.h" 
     46#endif 
     47 
     48#ifdef ROAR_HAVE_LIBSAMPLERATE 
     49#include <samplerate.h> 
    4650#endif 
    4751 
Note: See TracChangeset for help on using the changeset viewer.