Changeset 2386:0ff0440ba500 in roaraudio for include/libroardsp/convert.h


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

added SRC (libsamplerate) based resampler

File:
1 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); 
Note: See TracChangeset for help on using the changeset viewer.