Changeset 2681:359a85bcf5e9 in roaraudio for include/roaraudio


Ignore:
Timestamp:
09/13/09 00:43:35 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added new subsystem complex

Location:
include/roaraudio
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio/audio.h

    r2398 r2681  
    6262      0101 0x15 -> Ogg General 
    6363      0110 0x16 -> Ogg CELT 
     64      0111 0x17 -> Ogg 
    6465      [...] 
    6566      **** 0x1a -> ROAR CELT 
     
    158159#define ROAR_CODEC_OGG_FLAC     0x14 
    159160#define ROAR_CODEC_OGG_GENERAL  0x15 
     161#define ROAR_CODEC_OGG_CELT     0x16 
     162#define ROAR_CODEC_OGG          0x17 
    160163 
    161164#define ROAR_CODEC_ROAR_CELT    0x1a 
  • include/roaraudio/misc.h

    r2419 r2681  
    2929#define _ROARAUDIO_MISC_H_ 
    3030 
    31 #define ROAR_LIGHT_BITS   8 
     31// light: 
     32#define ROAR_LIGHT_BITS       8 
     33 
     34// complex: 
     35#define ROAR_COMPLEX_RATE     0 
     36#define ROAR_COMPLEX_BITS     0 
     37#define ROAR_COMPLEX_CHANNELS 0 
     38#define ROAR_COMPLEX_CODEC    ROAR_CODEC_RAUM 
    3239 
    3340#endif 
  • include/roaraudio/stream.h

    r2231 r2681  
    5757#define ROAR_DIR_RAW_OUT    17 
    5858 
    59 #define ROAR_DIR_DIRIDS     18 
     59#define ROAR_DIR_COMPLEX_IN  18 
     60#define ROAR_DIR_COMPLEX_OUT 19 
     61 
     62#define ROAR_DIR_DIRIDS     20 
    6063 
    6164 
Note: See TracChangeset for help on using the changeset viewer.