Changeset 4129:7e48d8df51a3 in roaraudio for include/libroardsp


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

Location:
include/libroardsp
Files:
1 added
2 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); 
  • include/libroardsp/libroardsp.h

    r3517 r4129  
    4747#include "mixer.h" 
    4848#include "amp.h" 
     49#include "resampler_poly3.h" 
    4950#include "convert.h" 
    5051#include "midside.h" 
Note: See TracChangeset for help on using the changeset viewer.