diff src/console/Audacious_Driver.cxx @ 1998:8f3188746b64

chase last changeset in aud
author William Pitcock <nenolod@atheme.org>
date Mon, 08 Oct 2007 02:02:02 -0500
parents 489e32a8e106
children adcb83632f11
line wrap: on
line diff
--- a/src/console/Audacious_Driver.cxx	Sun Oct 07 18:22:16 2007 -0500
+++ b/src/console/Audacious_Driver.cxx	Mon Oct 08 02:02:02 2007 -0500
@@ -309,7 +309,7 @@
 				end_delay = emu->sample_rate() * (int) (seconds * 2) / buf_size;
 			}
 		}
-		produce_audio( playback->output->written_time(), 
+		playback->pass_audio( playback, 
 			FMT_S16_NE, 1, sizeof buf, buf, 
 			&console_ip_is_going );
 	}