Ignore:
Timestamp:
02/06/11 02:40:52 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

started with autlaw support, still broken

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/libroardsp.h

    r4708 r4758  
    7474int roardsp_conv_pcm162alaw (char * out, int16_t * in, size_t len); 
    7575 
     76int roardsp_conv_autlaw2pcm32 (int32_t * out, int16_t * in, size_t len); 
     77int roardsp_conv_pcm322autlaw (int16_t * out, int32_t * in, size_t len); 
     78 
    7679int roardsp_conv_mulaw2pcm16 (int16_t * out, char * in, size_t len); 
    7780int roardsp_conv_pcm162mulaw (char * out, int16_t * in, size_t len); 
Note: See TracChangeset for help on using the changeset viewer.