Forums
DSToSink filter - Printable Version

+- Forums (http://mitov.com/forum)
+-- Forum: .NET 2.0 - 4.0 Components (/forum-8.html)
+--- Forum: AudioLab (/forum-16.html)
+--- Thread: DSToSink filter (/thread-2975.html)



DSToSink filter - ejalbert - 04-30-2013 06:58 AM

Hi,

I need your help again. I have a complete graph that uses mic, asiodevice, and mixer. The mixer output is plugged on tho components: the ASIODevice and the DSToSink.

On my developpement system, everything works well.

On the production computer, I hear what I supposed to, but when I chexk on the file recorded by DirectShow, I have only the video (so the filtergraph works), but no sound.

Yhe graph is created by DSToSink, so the sound sould render normally in it. Is there some additionnal dll's I should have to distribute?

I already tried copying all labpack's dll on the production computer with no success.

Any help here would be appreciated.


Thanks


RE: DSToSink filter - Dave - 04-30-2013 07:32 AM

Not sure about the .net components but on C++Builder/Delphi a bunch of DLLs are also copied to Windows\System32 during install, the ones starting with IPP.. perhaps you can try copying those as well.

Regards,
Dave


RE: DSToSink filter - ejalbert - 04-30-2013 10:19 AM

(04-30-2013 07:32 AM)Dave Wrote:  Not sure about the .net components but on C++Builder/Delphi a bunch of DLLs are also copied to Windows\System32 during install, the ones starting with IPP.. perhaps you can try copying those as well.

Regards,
Dave

is there some documents to help me to find out which ones I need to deploy, and do I need to regsvr32 them?

Thanks


RE: DSToSink filter - Dave - 04-30-2013 10:45 AM

There are tools to find out which DLLs an exe needs like 'Dependency walker'. Isn't there an option for the m$ compiler you're using to link the DLLs in the exe?


RE: DSToSink filter - ejalbert - 04-30-2013 11:06 AM

(04-30-2013 10:45 AM)Dave Wrote:  There are tools to find out which DLLs an exe needs like 'Dependency walker'. Isn't there an option for the m$ compiler you're using to link the DLLs in the exe?

This does not exist for .NET (to my knowledge) because .NET DLL and EXE are not really binary files, but CIL, which is .NET code that is interpreted by the runtime Library.

I did not tought to dependency Walker, it's a good idea since Visual Studio have it. I don't know how it works with .NET dll's but I'll try thanks

Dependency Walker does not find anything but MSCOREE.DLL as a dependancy for .NET apps or I don't know how to use it.


Another Information:

I used direchowspy.dll to check my graph in the production computer, and in GraphEdit I see the graph, and my audio out pin is connected like it should be, but there is no sound sample in it. The AudioSource filter is in fact the DSToSink component.

Thanks.


RE: DSToSink filter - Dave - 05-01-2013 04:50 AM

Could you please contact Boian on mitov@mitov.com about this?

Regards,
Dave