# HG changeset patch # User asheldon # Date 1162674867 28800 # Node ID 803734431d3ada4a87a47efa8cb3b5875598891b # Parent d21151b929aee050523f8d849a777f5873a8584c [svn] Works again on x86 diff -r d21151b929ae -r 803734431d3a ChangeLog --- a/ChangeLog Sat Nov 04 12:18:44 2006 -0800 +++ b/ChangeLog Sat Nov 04 13:14:27 2006 -0800 @@ -1,3 +1,12 @@ +2006-11-04 20:18:44 +0000 William Pitcock + revision [430] + - gthread and produce_audio + + trunk/src/sap/sap_plug.c | 45 +++++++++++++++++++-------------------------- + trunk/src/sap/sap_plug.h | 2 +- + 2 files changed, 20 insertions(+), 27 deletions(-) + + 2006-11-04 19:46:52 +0000 Aaron Sheldon revision [428] Get rid of compile warnings. Also, note that this is a one-line fix diff -r d21151b929ae -r 803734431d3a src/sap/sap_plug.c --- a/src/sap/sap_plug.c Sat Nov 04 12:18:44 2006 -0800 +++ b/src/sap/sap_plug.c Sat Nov 04 13:14:27 2006 -0800 @@ -83,7 +83,7 @@ sapRenderBuffer(play_buf,N_RENDER); /* for spectrum analyser */ - produce_audio(sap_ip.output->written_time(), FMT_S16_NE, 2, N_RENDER, play_buf, &going); + produce_audio(sap_ip.output->written_time(), FMT_S16_NE, 2, N_RENDER<<2, play_buf, &going); } sap_ip.output->buffer_free();