Changeset 17:411717cefded in roaraudio for include/roaraudio/audio.h


Ignore:
Timestamp:
06/19/08 22:51:13 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

now we can change the volume, but it will not work if you set it... haha...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio/audio.h

    r16 r17  
    5757#define ROAR_MAX_CHANNELS         64 
    5858 
     59#define ROAR_SET_VOL_ALL           1 
     60#define ROAR_SET_VOL_ONE           2 
     61 
    5962struct roar_audio_info { 
    6063 unsigned int rate; 
     
    6568 
    6669struct roar_mixer_settings { 
    67  unsigned      channels; 
     70 //unsigned      channels; 
    6871 roar_intm16   scale; 
    6972 roar_intm16   mixer[ROAR_MAX_CHANNELS]; 
Note: See TracChangeset for help on using the changeset viewer.