Changeset 4262:719a98e8fe49 in roaraudio


Ignore:
Timestamp:
08/27/10 11:42:02 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added needed prototypes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/convert.h

    r4129 r4262  
    6060int roar_conv_chans_1ton8  (void * out, void * in, int samples, int to);   // yes          ?       yes 
    6161int roar_conv_chans_1ton16 (void * out, void * in, int samples, int to);   // yes          yes     yes 
     62int roar_conv_chans_1ton32 (void * out, void * in, int samples, int to);   // yes          ?       yes 
    6263int roar_conv_chans_1to28  (void * out, void * in, int samples);           // yes          yes     no 
    6364int roar_conv_chans_1to216 (void * out, void * in, int samples);           // yes          yes     no 
     
    6566int roar_conv_chans_nto18  (void * out, void * in, int samples, int from); // yes          yes?    yes 
    6667int roar_conv_chans_nto116 (void * out, void * in, int samples, int from); // yes          yes?    yes 
     68int roar_conv_chans_nto132 (void * out, void * in, int samples, int from); // yes          ?       yes 
    6769 
    6870int roar_conv_chans_2to18  (void * out, void * in, int samples);           // yes          yes     no 
Note: See TracChangeset for help on using the changeset viewer.