Changeset 4129:7e48d8df51a3 in roaraudio for include/libroardsp/convert.h


Ignore:
Timestamp:
08/09/10 00:50:51 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed resampler code finnaly, thanks to maister for patches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/convert.h

    r4125 r4129  
    9595int roar_conv_rate_SRC   (void * out, void * in, int samples, int from, int to, int bits, int channels); 
    9696 
    97 int roar_conv_rate2      (void * out, void * in, int samples, int outsamples, int bits, int channels); 
    98 int roar_conv_poly3_16   (int16_t * out, int16_t * in, size_t olen, size_t ilen, int channels); 
     97int roar_conv_rate2      (void * out, void * in, int outsamples, int samples, int bits, int channels); 
    9998 
    10099int 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.