Ignore:
Timestamp:
05/12/11 12:58:15 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Done some libroardsp header cleanup (Closes: #36)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/libroardsp.h

    r4758 r4953  
    5656#include "filter.h" 
    5757#include "filterchain.h" 
     58#include "filters.h" 
     59#include "codecs.h" 
    5860#include "transcode.h" 
    5961#include "vio_transcode.h" 
     
    7072#endif 
    7173 
    72 // codecs: 
    73 int roardsp_conv_alaw2pcm16 (int16_t * out, char * in, size_t len); 
    74 int roardsp_conv_pcm162alaw (char * out, int16_t * in, size_t len); 
    75  
    76 int roardsp_conv_autlaw2pcm32 (int32_t * out, int16_t * in, size_t len); 
    77 int roardsp_conv_pcm322autlaw (int16_t * out, int32_t * in, size_t len); 
    78  
    79 int roardsp_conv_mulaw2pcm16 (int16_t * out, char * in, size_t len); 
    80 int roardsp_conv_pcm162mulaw (char * out, int16_t * in, size_t len); 
    81  
    8274__END_DECLS 
    8375 
Note: See TracChangeset for help on using the changeset viewer.