Changeset 1061:b91fe3c6f1e8 in roaraudio for include/libroardsp/convert.h


Ignore:
Timestamp:
12/24/08 13:21:36 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

wrote zoh resampler, fixed a bug with output size calulation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/convert.h

    r876 r1061  
    6666int roar_conv_chans_2to116 (void * out, void * in, int samples);           // yes          yes 
    6767 
    68 int roar_conv_rate    (void * out, void * in, int samples, int from, int to, int bits, int channels); 
    69 int roar_conv_rate_8  (void * out, void * in, int samples, int from, int to, int channels); 
    70 int roar_conv_rate_16 (void * out, void * in, int samples, int from, int to, int channels); 
     68int roar_conv_rate       (void * out, void * in, int samples, int from, int to, int bits, int channels); 
     69int roar_conv_rate_8     (void * out, void * in, int samples, int from, int to, int channels); 
     70int roar_conv_rate_16    (void * out, void * in, int samples, int from, int to, int channels); 
     71int roar_conv_rate_161zoh(void * out, void * in, int samples, int from, int to); 
     72int roar_conv_rate_162zoh(void * out, void * in, int samples, int from, int to); 
     73int roar_conv_rate_16nzoh(void * out, void * in, int samples, int from, int to, int channels); 
    7174 
    7275int 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.