Changeset 3724:0c89cc821485 in roaraudio


Ignore:
Timestamp:
04/25/10 17:00:04 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added additional stream roles

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/stream.h

    r3696 r3724  
    9090#define ROAR_ROLE_VOICE             8 
    9191#define ROAR_ROLE_INSTRUMENT        9 
     92#define ROAR_ROLE_RHYTHM           10 
     93#define ROAR_ROLE_CLICK            11 
     94#define ROAR_ROLE_MIXED            12 
    9295 
    9396struct roar_stream_info { 
  • libroar/stream.c

    r3696 r3724  
    908908 {ROAR_ROLE_VOICE,            "voice"           }, 
    909909 {ROAR_ROLE_INSTRUMENT,       "instrument"      }, 
     910 {ROAR_ROLE_RHYTHM,           "rhythm"          }, 
     911 {ROAR_ROLE_CLICK,            "click",          }, 
     912 {ROAR_ROLE_MIXED,            "mixed",          }, 
    910913 {-1, NULL} 
    911914}; 
Note: See TracChangeset for help on using the changeset viewer.