The software in question is a native C++/MFC application that receives a large amount of data over UDP and then processes the data for display, sound output, and writing to disk among other things.I f
I would like to add feature to my app that will allow detecting arrival and disconnection of playback/capture devices on Windows OS. Like in Skype - when you unplug the device - it show notification t
I want to increase a volume on buffer with voice data. The point is I\'m using DirectSound and I have one primary and one secondary buffer - all streams mixing is done by hand. In a voice chat all par
I want to generate a sine sweep in C# where I am able to define the start frequency, end frequency, and the duration of the sweep. I\'ve looked at sound libraries such as DirectSo开发者_Go百科und and
Hey, I have simple 16-bit PCM player that I made using DirectSound. But when 开发者_Python百科it plays, it seems that it plays only one speaker instead of both.
I took a binary file encoded in U-law and decoded开发者_StackOverflow社区 it to PCM. Now I need to play it. However, it has no WAV header.
(apologies if this is a duplicate ... i posted but saw no evidence that it actually made it to the forum)
I\'ve been working for some time with image formats and i know that an image is an array of pixels (24- maybe 32 bits long). The question is: what is the way a sound file is represented? To be honest
i would like to record any sounds produced in my soundcard.开发者_Go百科 please help, where i can get a freeware component or commercial(trial). delphi7/2009I have very good experience with the BASS a
Very simple question. In the MSDN documentation for the DirectSound API they state that when my application is in focus it will be the only audible program. This is exactly what I want to happen, howe