Changeset 2179:706d1683475f in roaraudio for include/libroardsp


Ignore:
Timestamp:
07/26/09 18:19:20 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added transcode_mualaw.c and prototypes for alaw/mulaw xcoding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/transcode.h

    r2175 r2179  
    105105int roar_xcoder_dummy_packet_size_any(struct roar_xcoder * state, int samples); 
    106106 
     107// prototypes for some simple xcoders: 
     108int roar_xcoder_alaw_encode(struct roar_xcoder * state, void * buf, size_t len); 
     109int roar_xcoder_alaw_decode(struct roar_xcoder * state, void * buf, size_t len); 
     110 
     111int roar_xcoder_mulaw_encode(struct roar_xcoder * state, void * buf, size_t len); 
     112int roar_xcoder_mulaw_decode(struct roar_xcoder * state, void * buf, size_t len); 
     113 
    107114#endif 
    108115 
Note: See TracChangeset for help on using the changeset viewer.