Best book for DirectShow and/or DirectSound with C#.NET or C++.NET?
Tue, 18 Dec 2007 19:14:17 -0800
Any opinions on best books to get?
I've taken C++, but never used it because I could never pull a GUI together.
I have an app that I want to move from VB6 to C#/++ to get more exposed
out of DirectShow and DirectSound.
This is for audio and video work, not games, so I don't think XNA will
work well for ...
|
Problem connecting mp3 source filter
Mon, 17 Dec 2007 08:28:52 -0800 (PST)
I have a Pushsource filter that reads a custom mp3 stream from the
network. The GetMediaType on the output pin looks like:
pmt->SetType(&MEDIATYPE_Audio);
//MPEGLAYER3WAVEFORMAT waveFormat2;
WAVEFORMATEX waveFormat;
ZeroMemory(&waveFormat, sizeof(WAVEFORMATEX));
waveFormat.cbSize = 22;
waveFor ...
|
MI5-Persecution: MI5 are Afraid to Admit Theyre Behind the Persecution (28081)
16 Dec 2007 17:06:43 GMT
MI5 are Afraid to Admit They're Behind the Persecution
MI5 have issued a formal denial of any involvement in my life to the
Security Service Tribunal, as you might expect them to; but, more
importantly, the persecutors have never denied that theyre from the
Security Service, despite several years of accusati ...
|
MI5-Persecution: Why do you think MI5 are responsible? (4068)
16 Dec 2007 12:02:09 GMT
Why do you think MI5 are responsible?
The question of who is ultimately responsible for this eight-year
harassment is one which is very difficult to answer, as the persecutors
have never clearly made their identities known to the persecutee. However,
I believe I am correct in attributing the continuing victi ...
|
C# or C++ or VB.Net
Wed, 12 Dec 2007 14:00:22 -0800
I wrote an app a couple of years ago to handle audio and video. I had
to go with VB6 at the time because I could not pull an interface
together in C++ due to the MFC maze.
At the time, many features of DirectX were not exposed to VB6. I would
now like to get at some of those features, and still have an in ...
|
?????M?f?U???U????
Tue, 11 Dec 2007 08:34:03 -0800
¹q62893103°Ý»ù©ÎµoªÅ¥Õ¹q¶l¥h 3d@humaneyes.com »ù³æ.
...
|
How to cache audio stream?
Sat, 8 Dec 2007 20:04:02 +0600
Hello,
Is it possible to write a special DShow filter, that would have 2 pins,
won't make any modifications to the data (output and input pins - same
format), and would just cache some portion of the stream, not giving it
further to the output pin for some time?
Let's say we have 10mb MP3. I would like to ...
|
|
|
How put left audio to right speaker and vice versa?
Fri, 7 Dec 2007 09:12:21 -0800 (PST)
In the interest of "stream splitting" or rather splitting off left and
right audio in a media stream, I wanted to know how we might take the
left audio channel and make it go to the right speaker and vice
versa? This is because we want to mix in 2 separate audio channels
into one encoder session to maximize ban ...
|
DirectSoundCreate8 & DSERR_NODRIVER
Fri, 07 Dec 2007 16:33:04 +0100
Hi,
Does anyone know when exactly DirectSoundCreate8
returns the DSERR_NODRIVER error code?
I have this issue on some systems after adding or
removing USB audio devices. For example:
- start with an usb headset A and a soundcard
DirectSoundCreate8 for the headset -> success
- unplug USB audio devi ...
|
Vista WASAPI
Thu, 6 Dec 2007 20:55:00 -0800
In the Vista is there any method to set the playback device format using
WASAPI. ...
|