Changeset 17:411717cefded in roaraudio for roard/streams.c


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
  • roard/streams.c

    r16 r17  
    312312  } 
    313313 
     314  if ( change_vol(rest, info->bits, rest, 8*outlen / info->bits, info->channels, &(((struct roar_stream_server*)g_streams[id])->mixer)) == -1 ) 
     315   return -1; 
     316 
    314317  // we habe outlen bytes more... 
    315318  todo    -= outlen; 
Note: See TracChangeset for help on using the changeset viewer.