Search
lxdream.org :: lxdream/src/drivers/audio_esd.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/audio_esd.c
changeset 180:e6dcf9b65658
prev111:230243c2b520
next424:421d68e78c46
author nkeynes
date Wed Sep 19 09:13:08 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Add tests for SUB, SUBC and XTRCT
Add rounding tests for FTRC
file annotate diff log raw
1.1 --- a/src/drivers/audio_esd.c Thu Mar 16 12:41:59 2006 +0000
1.2 +++ b/src/drivers/audio_esd.c Wed Sep 19 09:13:08 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: audio_esd.c,v 1.7 2006-03-16 12:41:56 nkeynes Exp $
1.6 + * $Id: audio_esd.c,v 1.8 2006-07-02 04:59:00 nkeynes Exp $
1.7 *
1.8 * The esd (esound) audio driver
1.9 *
1.10 @@ -37,7 +37,7 @@
1.11 }
1.12 else esd_format |= ESD_MONO;
1.13
1.14 - esd_handle = esd_play_stream( esd_format, rate, "localhost", "dreamon" );
1.15 + esd_handle = esd_play_stream( esd_format, rate, "localhost", "lxdream" );
1.16 if( esd_handle == -1 ) {
1.17 ERROR( "Unable to open audio output (ESD)" );
1.18 return FALSE;
.