Tagged Questions

0
votes
4answers
33 views

Server side audio mixer. What’s available? (Can cSounds do this?)

I am interested in finding out if there exists a program or library which can perform the following task, and would be suitable for running as part of a server side process on a web site. (it's okay …
2
votes
4answers
60 views

How to mix audio samples?

My question is not completely programming-related, but nevertheless I think SO is the right place to ask. In my program I generate some audio data and save the track to a WAV file. Everything works …
1
vote
0answers
87 views

DirectSound: how to change the input volume of a microphone?

Hi, 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 …
0
votes
1answer
23 views

YouTube Autosuggest API - where to find samples or documentation?

I want to create a YouTube video search box with the same autocomplete feature. Any idea where can I find samples or and documentation? Thanks
2
votes
1answer
58 views

How to realize a multi channel audio pre-mixer in .net

I'd like to use C# to implement an application that can play multiple audio streams at the same time. Peanuts - now the interesting part: assuming every stream is single channel (mono) I want to …
0
votes
0answers
32 views

Wrong control id for mixer API in Windows XP

Hi. I am having a problem with the Mixer API in Windows XP. I am trying to change the microphone recording level and mute state for a distinct sound device (I have multiple devices installed). Do …
1
vote
1answer
22 views

volume/mixer manipulation in GNOME

What is the Right Way for a well-behaved program in a GNOME environment to manipulate the mixer? (volume, muting, etc) DBus? ALSA directly? something else?
1
vote
1answer
54 views

Mapping ISpMMSysAudio::SetLineId and mixerLineId

I want to set the lineId for SAPI by calling ISpMMSysAudio::SetLineId. I find out the line which I wish to set from the mixer handle I have. However the line id I get from the mixer is not what SAPI …
1
vote
5answers
1k views

How to emulate/replace/re-enable classical Sound Mixer controls (or commands) in Windows Vista? [answered]

Hi. I have a problem (and have been having it for some time now) -- the new sound mixer stack in Vista features new cool things, but also re-invents the wheel. Many applications that used to use …