Changeset 3241:293c9d39c915 in roaraudio for libroaresd


Ignore:
Timestamp:
01/28/10 21:42:04 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

support $ESPEAKER

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroaresd/esdbasic.c

    r2821 r3241  
    4646 struct roar_connection con; 
    4747 int fh; 
     48 
     49 if ( host == NULL ) 
     50  host = getenv("ESPEAKER"); 
    4851 
    4952 if ( roar_simple_connect(&con, (char*) host, NULL) == -1 ) { 
Note: See TracChangeset for help on using the changeset viewer.