Playing a sound in DirectX9 from Non active window
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 4 articles for 0.012 sec
Re: Playing a sound in DirectX9 from Non active window (VB.NET2005     

Group: microsoft.public.win32.programmer.directx.audio · Group Profile · Search for Playing a sound in DirectX9 from Non active window in microsoft.public.win32.programmer.directx.audio
Author: Rick Muething
Date: Sep 18, 2008 10:21

... Window is not the active window the sound card capture code (not shown) ... but there is no playback from the sound card output. This works the same way on several different sound cards (internal or external USB). There is... just no output from the sound card. Once the window containing the application is made active again it plays correctly. Add GlobalFocus to your...
Show full article (1.07Kb) · Show article thread
Re: Playing a sound in DirectX9 from Non active window (VB.NET2005)     

Group: microsoft.public.win32.programmer.directx.audio · Group Profile · Search for Playing a sound in DirectX9 from Non active window in microsoft.public.win32.programmer.directx.audio
Author: Chris P.
Date: Sep 18, 2008 09:18

... Window is not the active window the sound card capture code (not shown) ... fine but there is no playback from the sound card output. This works the same way on several different sound cards (internal or external USB). There is no ... just no output from the sound card. Once the window containing the application is made active again it plays correctly. Add GlobalFocus to your ...
Show full article (0.68Kb) · Show article thread
Playing a sound in DirectX9 from Non active window (VB.NET2005)     

Group: microsoft.public.win32.programmer.directx.audio · Group Profile · Search for Playing a sound in DirectX9 from Non active window in microsoft.public.win32.programmer.directx.audio
Author: Rick Muething
Date: Sep 18, 2008 09:05

...-5000=off, 0=full volume bufPlayback.Play(0, BufferPlayFlags.Default) All this works...Window is not the active window the sound card capture code (not shown... is no playback from the sound card output. This works the same way on several different sound cards (internal or external USB). .... How can I make it play regardless of the applications's window status (active, non active, ...
Show full article (1.17Kb)
Re: Playing a sound in DirectX9 from Non active window (VB.NET2005     

Group: microsoft.public.win32.programmer.directx.audio · Group Profile · Search for Playing a sound in DirectX9 from Non active window in microsoft.public.win32.programmer.directx.audio
Author: Chris P.
Date: Sep 18, 2008 11:13

On Thu, 18 Sep 2008 10:21:01 -0700, Rick Muething wrote: That sounds like it should do the trick. But I am having problems with the exact syntax and ... devSelectedPlaybackDevice) bufPlayback.Volume = -5000 + 50 * intOutputLevel ' -5000=off, 0=full volume bufPlayback.Play(0, BufferPlayFlags.Default) -- http://www.chrisnet.net/code.htm [MS MVP for DirectShow / MediaFoundation]
Show full article (1.28Kb) · Show article thread