winmm Questions
3
I've got one of these
(source: netdna-cdn.com)
and wanted to use the sliders on it to control Excel, just like one of the Excel form control scroll bars.
I've managed to modify this code for V...
1
Solved
To put in a nutshell, I have a C# application doing lots of mciSendString calls ( via dllimport ) to control wav files playback ( essentially open, play, pause, stop, status, close ). And after run...
Faint asked 18/4, 2014 at 13:21
2
Solved
I want to change the program's volume (and not master volume). I have the following code right now:
DllImport("winmm.dll")]
public static extern int waveOutGetVolume(IntPtr hwo, out uint dwVolume)...
3
Solved
I am trying to play a sound on Windows XP in multi-channel (parallel) manner.
I had read somewhere that playing parallel sounds with WinMM is maybe not possible,
but here is what I observe:
When I...
1
Solved
Is it possible to find these libraries easily?
I do not want to reinvent the wheel and write uber-long find_library call!
Even more, I just want to put line "winmm.lib etc" into
"Librarian" =&g...
Phenformin asked 3/7, 2011 at 16:52
1
Solved
I have a WPF audio application.
Occasionally (and even in the debugger) I'm seeing a NullReferenceException which carries no stack trace information with it.
How can one start debugging such an i...
4
Solved
I am trying to use NAudio to create a multiple sound output application. We have 8 USB sound cards installed. NAudio lets me use all 8 but I can't figure out a pattern for determining which device ...
1
© 2022 - 2024 — McMap. All rights reserved.