I have a Delphi 6 program that receives audio from an external program via a socket.Now I want to feed that audio to a DirectShow filter graph I create that routes that audio to different output filte
I am using DSPACK with Delphi 6 Pro. I am looking for a good sample that shows how to create a filter graph that will convert the sample rate of an audio stream to a desired format (sample rate, bit d
I am using Delphi 6 with DSPACK to do several operations involving audio and DirectX.I have the \"input\" side figured out where I assign one of the enumerated audio input devices to a TFilter object
I have a lot of experience writing Delphi 6 Pro apps using the Skype API.I don\'t use the COM object but instead I interface directly with the Skype client using the SendMessage() system.My current ap
I\'m trying to save time on a project I\'m beginning that will record audio from the connected audio input devices on a Windows XP or Windows 7 PC.In the past I have used the DSPACK components for Del
I am trying to create a Delphi 6 program with DSPACK that records audio from the PC input devices (Windows XP) and then writes the captured audio to a MS format WAV file.The problem I am having is tha
Usin开发者_如何学运维g DSPack, Delphi XE I need to take a snapshot from a webcam and allow a preview before which the user is allowed to save to JPEG file. How can this be done (code)?Maybe this will
I am looking for a way to capture images from my webcam using directshow, preferably I want to use HD resolutions if possible, and avoid CPU spikes at 60-100%.
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I usualy use DSpack or DCAVIPlayer components to play divx avi 开发者_如何学编程videos in delphi 5.0.