Changeset 920:ce0dc2fbe8e2 in roaraudio for roard/loop.c


Ignore:
Timestamp:
12/07/08 00:22:55 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added --standby and --auto-standby

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/loop.c

    r906 r920  
    8282*/ 
    8383 
    84   if ( g_standby ) { 
     84  if ( g_standby || (streams < 1 && g_autostandby) ) { 
    8585   usleep((1000000 * ROAR_OUTPUT_BUFFER_SAMPLES) / sa->rate); 
    8686   ROAR_DBG("usleep(%u) = ?\n", (1000000 * ROAR_OUTPUT_BUFFER_SAMPLES) / sa->rate); 
Note: See TracChangeset for help on using the changeset viewer.