Re: On stuttering audio in quartz/DirectShow

2007-06-20 Thread Chris Robinson
On Wednesday 20 June 2007 11:11:29 am Alex Villací­s Lasso wrote: > In particular, I see the following two things about sync sources: > 1) I see no effort on part of filtergraph.c to add a sync source when > simply asked to render a file Right. What's supposed to happen is that the filter graph is

On stuttering audio in quartz/DirectShow

2007-06-20 Thread Alex Villací­s Lasso
Upon checking the source code of dlls/quartz I found out about the method SetSyncSource defined in the IBaseFilter interface: dsoundrender.c:static HRESULT WINAPI DSoundRender_SetSyncSource(IBaseFilter * iface, IReferenceClock *pClock) filesource.c:static HRESULT WINAPI AsyncReader_SetSyncSourc