Changeset 876:b8c42b09b8f7 in roaraudio for include/libroardsp


Ignore:
Timestamp:
10/21/08 22:59:07 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

renamed raor_conv_codec() to roar_conv_codec(), got bo conv working on non 16 bit audio :))

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/convert.h

    r875 r876  
    7070int roar_conv_rate_16 (void * out, void * in, int samples, int from, int to, int channels); 
    7171 
    72 int raor_conv_codec (void * out, void * in, int samples, int from, int to, int bits); 
     72int roar_conv_codec (void * out, void * in, int samples, int from, int to, int bits); 
    7373 
    7474int roar_conv_signedness  (void * out, void * in, int samples, int from, int to, int bits); 
Note: See TracChangeset for help on using the changeset viewer.