comparison src/tta/libtta.c @ 1998:8f3188746b64

chase last changeset in aud
author William Pitcock <nenolod@atheme.org>
date Mon, 08 Oct 2007 02:02:02 -0500
parents b7bb2753677c
children 2ffc6a69fcd1
comparison
equal deleted inserted replaced
1997:9d0f5be50219 1998:8f3188746b64
197 goto DONE; 197 goto DONE;
198 g_usleep (10000); 198 g_usleep (10000);
199 } 199 }
200 if (seek_position == -1) 200 if (seek_position == -1)
201 { 201 {
202 produce_audio(playback->output->written_time(), 202 playback->pass_audio(playback,
203 ((info.BPS == 8) ? FMT_U8 : FMT_S16_LE), 203 ((info.BPS == 8) ? FMT_U8 : FMT_S16_LE),
204 info.NCH, 204 info.NCH,
205 read_samples * info.NCH * info.BSIZE, 205 read_samples * info.NCH * info.BSIZE,
206 sample_buffer, 206 sample_buffer,
207 &playback->playing); 207 &playback->playing);