Changeset 3328:5d21c87bce42 in roaraudio for include/libroardsp


Ignore:
Timestamp:
02/04/10 01:18:33 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

some channale name functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/channels.h

    r3326 r3328  
    3838#include "libroardsp.h" 
    3939 
     40#define ROARDSP_CHAN_EOL                 -1 
    4041#define ROARDSP_CHAN_NONE                 0 
    4142#define ROARDSP_CHAN_FRONT_LEFT           1 
     
    5960#define ROARDSP_CHAN_LFE                  12 
    6061 
     62 
     63char * roardsp_chan2str (int chan); 
     64int    roardsp_str2chan(char * str); 
     65 
    6166#endif 
    6267 
Note: See TracChangeset for help on using the changeset viewer.