Ignore:
Timestamp:
12/07/08 01:36:08 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support for mulaw (libroardsp) and added a codec filter for roard

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/libroardsp.h

    r882 r922  
    118118int roardsp_conv_pcm162alaw (char * out, int16_t * in, size_t len); 
    119119 
     120int roardsp_conv_mulaw2pcm16 (int16_t * out, char * in, size_t len); 
     121int roardsp_conv_pcm162mulaw (char * out, int16_t * in, size_t len); 
     122 
    120123__END_DECLS 
    121124 
Note: See TracChangeset for help on using the changeset viewer.