Tagged Questions
DirectSound is a software component of the multimedia API collection known as Microsoft DirectX. It is geared to play audio.
21
votes
5answers
626 views
How to produce precisely-timed tone and silence?
I have a C# project that plays Morse code for RSS feeds. I write it using Managed DirectX, only to discover that Managed DirectX is old and deprecated. The task I have is to play pure sine wave bursts ...
16
votes
1answer
149 views
How to make my application be considered as a communication program in Windows
I'm making a program that uses the Speech library and I'd like to get all other sounds muted or reduced when the lady is talking.
I've been looking for a way to mute other applications manually, but ...
7
votes
1answer
2k views
Acoustic Echo Cancellation (AEC) with Speex and DirectSound
I am trying to perform Acoustic Echo Cancellation (AEC) with the Speex codec library. According to the Speex documentation, I need to perform two calls:
speex_echo_playback(echo_state, echo_frame);
...
4
votes
2answers
2k views
playing sound with SlimDX and DirectSound (C#)
(apologies if this is a duplicate ... i posted but saw no evidence that it actually made it to the forum)
I've been trying to get SlimDX DirectSound working. Here's the code I have. It fills the ...
3
votes
1answer
103 views
How can I add events to a wrapped class in C#?
I am using the DirectSound framework and SecondaryBuffer objects. I am wrapping the SecondaryBuffer object in another class because I have some other values I want to associate with my ...
3
votes
2answers
385 views
How do I get a HWND from inside a DLL?
I have a DLL that I want to play sounds using Direct Sound. In order to play sounds, I need the HWND of the executable. I don't have a HWND of the executable that loads the DLL. How do I get that ...
3
votes
1answer
499 views
Modify volume gain on audio sample buffer
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 ...
3
votes
1answer
293 views
Voice Conference - how to have more people in conversation?
first of all, I'm just a hobbyist, so I'm sorry if this is dumb question or if I'm being too naive. (It also means that I can't buy expensive libraries)
This is the situation: I'm building a simple ...
3
votes
4answers
4k views
Sound processing: Should I use DirectSound or directly Win32 APIs?
I'm making an application where I will:
Record from the microphone and do some realtime processing on the input
Play an MP3 file (a regular song), but manipulating the output in realtime
Every now ...
3
votes
2answers
4k views
How do I process the microphone input in real-time?
I'm starting to create a proof of concept for an idea I have, and at this point, I need some guidance as to how I should begin.
I need to sample the microphone input, and process that signal in ...
3
votes
6answers
4k views
Is DirectSound the best audio abstraction layer for Windows?
Is DirectSound the best audio abstraction layer for Windows?
Switching my app from a very bad sound implementation, built to a specific chipset, to an abstration layer.
App is native Winform, .net ...
2
votes
1answer
277 views
How to provide a HWND to DirectSound SetCooperativeLevel in a console program?
I'm writing a console program that uses DirectSound API to render some audio data. I stumbled on a curious problem when following the DirectSound Programming Guide (from Microsoft). According to the ...
2
votes
1answer
217 views
C# Use camera microphone to record
I am making an application that record sound from a microphone and i don't know how to get all the microphones installed on the pc... i've tried with DirectSound but that gives me just the Audio Card ...
2
votes
3answers
437 views
Detect headphones in Windows
I'm trying to detect if the headphones are plugged in on Windows. I've already tried DirectSound and the NAudio library and have not had any success. Does anyone have any suggestions?
NOTE: this ...
2
votes
0answers
167 views
Trying to clone SecondaryBuffer but got an MemoryAccessViolation exception
I'm trying to clone SecondaryBuffer so I can play the same sound multiple times at the same time.
this is the code I'm using:
In the main thread:
Device sounddevice = new Device();
...
2
votes
2answers
314 views
What causes poor network performance when playing audio or video in Windows Vista and newer?
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 ...
2
votes
3answers
277 views
how to record anything from soundcards?
i would like to record any sounds produced in my soundcard. please help, where i can get a freeware component or commercial(trial). delphi7/2009
2
votes
3answers
361 views
Which audio library to use?
I want to build a .Net application for processing audio, and distribute it using ClickOnce deployment. I need access to a raw audio pipeline. Which audio library should I be using? I've heard the ...
2
votes
3answers
569 views
Is it possible to transcode audio in C# using DirectSound?
I want to transcode a lot of audio from its source format to PCM without resampling or messing with the sample size. I figure if Windows Media Player can play the file and it doesn't use a legacy ACM ...
2
votes
2answers
981 views
Directsound with streaming buffer - Lock does not wrap! Using ported DirectX headers for Delphi
Right-o, I'm working on implementing DirectSound in our Delphi voip app (the app allows for radios to be used by multiple users over a network connection)
Data comes in via UDP broadcasts.
As it is ...
2
votes
2answers
1k views
DirectX.Sound in WPF
I wish to play Tones in WPF from a sound card device (not system speaker).
Im disappointed to find that apart from playing a beep or a wav file WPF does not have any native way to play simple sound ...
2
votes
1answer
444 views
What is the best DirectSound specific book for .NET?
I'm looking for the best single book for implementing DirectSound solution with .NET (C# preferred). If I had 1 book to buy, it would be this one.
It can be overall DirectX, but I will only care ...
2
votes
2answers
3k views
Why do some wav files play in my c# directsound app but some don't?
I've got a c# application that plays simple wav files through directsound. With the test data I had, the code worked fine. However when I used real-world data, it produced a very unhelpful error on ...
1
vote
1answer
34 views
I hear clicking in audio with a DirectShow graph created with Graph Edit yet player software on my PC plays audio smoothly
I have a DirectShow application that I built with Delphi 6 using the DSPACK component library. For two days I have been trying to solve a problem with audio playback. When I run the filter graph I ...
1
vote
1answer
91 views
DirectSound: “Value does not fall within the expected range.” when initializing Notify
I'm getting that exception when I try to run a simple DirectSound program. Here's the code:
using System;
using System.Runtime.InteropServices;
using System.Threading;
using ...
1
vote
1answer
77 views
What to do with NIL response for legacy filter 'Wav Dest' in Delphi 6 DSPACK program?
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 ...
1
vote
1answer
195 views
Changing wave format at runtime with NAudio
I have initialized the device using:
static IWavePlayer waveOut;
static WaveFormat waveFormat;
static BufferedWaveProvider waveProvider;
private static int AudioDeviceInit()
{
...
1
vote
1answer
231 views
Playing streamed audio data (C#)
I an trying to develop a windows application using C# that can play streamed audio data. Basically, I will have a client application that is responsible for playing different audio files. Currently, ...
1
vote
1answer
215 views
Writing contents of a DirectSound CaptureBuffer to a WAV file in C#
I have recorded audio to a CaptureBuffer, but I can't figure out how to save it into wav file. I have tried this (http://www.tek-tips.com/faqs.cfm?fid=4782), but it didn't work, or I didn't use it ...
1
vote
2answers
238 views
Streaming Data to Sound Card Using C on Windows
As part of a university project I have to do some signal processing and would like to output the results using the PC sound card. The software has to be written in C and needs to work with Windows ...
1
vote
0answers
253 views
Obtaining full Windows audio device name using DirectSoundEnumerate - dependent on application settings?
I'm upgrading an old application in MFC that uses the WaveIn class to interface with Windows audio devices - I'd like to obtain the full device name, as the device names are rather annoyingly ...
1
vote
1answer
118 views
Input from two microphones
Is there any way to record sound from two microphones and merge them into one sound using different volume levels by using C++ and DirectSound?
1
vote
1answer
391 views
FFmpeg and DirectSound/XAudio2 in C#
I have been attempting to get this working for a while and am a bit stuck.
I am attempting to be able to play a video in C# using libavcodec outputting to DirectX and either DirectSound or XAudio2. I ...
1
vote
0answers
171 views
Detecting arrival/disconnection of audio device
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 ...
1
vote
0answers
481 views
Changing the default DirectSound device?
Anyone know how I can programmatically change the default DirectSound device? Here is what I'm wanting to accomplish:
I'm using Media Player Classic to play movies on my computer. My video card has ...
1
vote
0answers
56 views
Is it worth implementing anything other than DirectSound output?
I'm writing an audio application for Windows users. Currently audio is dumped to the soundcard via DirectSound. Is there any reason why this might fail on a typical desktop requiring a fallback to ...
1
vote
1answer
264 views
Playing Stereo PCM with DirectSound
Hey, I have simple 16-bit PCM player that I made using DirectSound.
But when it plays, it seems that it plays only one speaker instead of both.
I don't know what code to post exactly, so you'll have ...
1
vote
1answer
346 views
can directsound play raw binary sound file
my question is can directsound play raw binary sound file witout a wav. header
the thing is i took a binary file encoded in U-law ive decoded(PCM) it and now i need to play it.
it lacks a header so ...
1
vote
3answers
558 views
C# resample audio from 8khz to 44.1/48khz
I have encountered a bug in DirectShow .NET where I create a secondary buffer with a sample rate of 8khz, and upon playback, the sound plays back at approx. 8.1khz instead.
Googling this, I ...
1
vote
1answer
129 views
Gain sole control of Audio Output, DirectSound
I am creating a basic signal generator and decided to use my audio card as the analogue output. I chose to use DirectSound because... it seemed like a good option.
I have it up and running quite ...
1
vote
1answer
384 views
Playback “clicking” noise
I am trying to write a program to play a small .wav file in C++. I have programmed it following the DirectX SDK documents to write and play on a secondary static buffer. It runs correctly except that ...
1
vote
1answer
265 views
How can i detect audio level of a stream or tcplistener or the audio card using C#
Is this possible using only C#? I want to be able to detect audio from: a stream, microphone or soundcard and begin recording if audio level is above a settable threshold.
Thanks :-)
1
vote
1answer
1k views
Directsound - Problems with playback of streaming buffer filled with data from network! Using ported DirectX headers for Delphi
Back again with yet another DirectSound question, this one regarding the ways DirectSound Buffers can be used:
I have packets coming in over the network at approximately 30ms intervals containing ...
1
vote
2answers
544 views
Why wont DirectSound Buffer play under debug conditions?
My wave won't play under debug. If I hit CTRL+F5 I get a nice WAV and the Console writes out the file cursor position (buf.PlayPosition) and then the method exits when the sound is over. Under debug ...
1
vote
1answer
196 views
Directsound playing captured audio
I'm trying to work out a simple DirectSound app, but the lack of .net documentation has me frustrated.
I'd like to capture the audio from one device and play it back to another. (like an audio ...
1
vote
1answer
1k views
DirectSound: how to change the input volume of a microphone?
I have some questions about Directsound and windows mixers.
My goal is to enumerate all microphones and be able to change the input volume of each one.
I think i'm not far from the solution, but I ...
1
vote
3answers
1k views
Interpretation of DirectSound buffer elements from mic capture device
I am doing some maintenance work involving DirectSound buffers. I would like to know how to interpret the elements in the buffer, that is, to know what each value in the buffer represents. This data ...
0
votes
0answers
28 views
Playing Wave Files using Streaming Buffers
I am trying to allocate a buffer using directsound and constantly updating it using 2 notification points. I have converted a wav file into an array called 'Sample1' (except for the header file).
...
0
votes
0answers
17 views
Playing Multiple Wav Files Using Directsound without Delay
I need to play multiple wave files using directsound or any other method. My application is similar to this: http://msdn.microsoft.com/en-us/library/ms973091.aspx, where i need to create beats. The ...
0
votes
0answers
24 views
Playing Multiple Sounds with No Delay
I need to play multiple sounds randomly. I am using Directsound to play two samples at once but I can notice some delay between one another, while I require that the delay would be much smaller. This ...