Click here to Skip to main content
15,891,372 members
Home / Discussions / C#
   

C#

 
AnswerRe: hi how can i download offline Mpoint SDK API to integrate in my .net desktop softwrea Pin
Pete O'Hanlon1-Aug-17 0:43
mvePete O'Hanlon1-Aug-17 0:43 
GeneralRe: hi how can i download offline Mpoint SDK API to integrate in my .net desktop softwrea Pin
shaz171-Aug-17 1:28
shaz171-Aug-17 1:28 
GeneralRe: hi how can i download offline Mpoint SDK API to integrate in my .net desktop softwrea Pin
Pete O'Hanlon1-Aug-17 1:50
mvePete O'Hanlon1-Aug-17 1:50 
GeneralRe: hi how can i download offline Mpoint SDK API to integrate in my .net desktop softwrea Pin
shaz171-Aug-17 1:56
shaz171-Aug-17 1:56 
GeneralRe: hi how can i download offline Mpoint SDK API to integrate in my .net desktop softwrea Pin
Pete O'Hanlon1-Aug-17 2:05
mvePete O'Hanlon1-Aug-17 2:05 
GeneralRe: hi how can i download offline Mpoint SDK API to integrate in my .net desktop softwrea Pin
shaz171-Aug-17 2:06
shaz171-Aug-17 2:06 
GeneralRe: hi how can i download offline Mpoint SDK API to integrate in my .net desktop softwrea Pin
Pete O'Hanlon1-Aug-17 21:02
mvePete O'Hanlon1-Aug-17 21:02 
QuestionHow to adjust recording balance programmatically using WaveLib.AudioMixer? Pin
Member 189821031-Jul-17 23:11
Member 189821031-Jul-17 23:11 
I have a USB Soundcard ("Line") which is my default recording device and has input and output:

My sound devices
Balance mixer

What I'm trying to do is adjusting the balance - set each level volume dynamically through code. I'm using the WaveLib library which allows me to identify my device and then adjust the channels. However, it tells me that my Line has 1 channel only, and any change I'm doing is done for both levels:
C#
MixerLine line = mixers.Recording.Lines.GetMixerLineByControlId(4); //4 is my "Line" device

                line.Channel = Channel.Left;
                line.Volume = 20000;

Even when I change to:
C#
line.Channel = Channel.Right;
                line.Volume = 20000;

It wont change anything.

line properties (run time)

So I'm confused here a bit, would much appreciated help from someone who dealt with this library...

Thanks.
QuestionError: The "GenerateResource" task failed unexpectedly in win 7 - 64 bit ? Pin
Member 245846731-Jul-17 21:45
Member 245846731-Jul-17 21:45 
AnswerRe: Error: The "GenerateResource" task failed unexpectedly in win 7 - 64 bit ? Pin
Bernhard Hiller1-Aug-17 22:32
Bernhard Hiller1-Aug-17 22:32 
GeneralRe: Error: The "GenerateResource" task failed unexpectedly in win 7 - 64 bit ? Pin
Member 24584672-Aug-17 19:00
Member 24584672-Aug-17 19:00 
GeneralRe: Error: The "GenerateResource" task failed unexpectedly in win 7 - 64 bit ? Pin
Bernhard Hiller2-Aug-17 21:04
Bernhard Hiller2-Aug-17 21:04 
GeneralRe: Error: The "GenerateResource" task failed unexpectedly in win 7 - 64 bit ? Pin
Member 24584673-Aug-17 16:31
Member 24584673-Aug-17 16:31 
QuestionHelp C# and Entity Developers Devart Pin
Alfredo Mendoza 31-Jul-17 19:18
Alfredo Mendoza 31-Jul-17 19:18 
AnswerRe: Help C# and Entity Developers Devart Pin
Pete O'Hanlon31-Jul-17 19:47
mvePete O'Hanlon31-Jul-17 19:47 
QuestionEarly session timeout in asp.net for multiple sessions Pin
punit.vk30-Jul-17 18:04
punit.vk30-Jul-17 18:04 
AnswerRe: Early session timeout in asp.net for multiple sessions Pin
OriginalGriff30-Jul-17 20:25
mveOriginalGriff30-Jul-17 20:25 
JokeC# WeakClone and DeepClone Pin
Jeong, WonYoung(Brad)28-Jul-17 20:12
professionalJeong, WonYoung(Brad)28-Jul-17 20:12 
GeneralRe: C# WeakClone and DeepClone Pin
Pete O'Hanlon29-Jul-17 3:23
mvePete O'Hanlon29-Jul-17 3:23 
GeneralRe: C# WeakClone and DeepClone Pin
Jeong, WonYoung(Brad)29-Jul-17 12:34
professionalJeong, WonYoung(Brad)29-Jul-17 12:34 
GeneralRe: C# WeakClone and DeepClone Pin
BillWoodruff29-Jul-17 6:18
professionalBillWoodruff29-Jul-17 6:18 
GeneralRe: C# WeakClone and DeepClone Pin
Jeong, WonYoung(Brad)29-Jul-17 12:36
professionalJeong, WonYoung(Brad)29-Jul-17 12:36 
GeneralRe: C# WeakClone and DeepClone Pin
BillWoodruff29-Jul-17 17:55
professionalBillWoodruff29-Jul-17 17:55 
QuestionIntermittent AccessViolationException with richtextbox Pin
shrishjain27-Jul-17 20:28
shrishjain27-Jul-17 20:28 
QuestionRe: Intermittent AccessViolationException with richtextbox Pin
Jochen Arndt27-Jul-17 23:01
professionalJochen Arndt27-Jul-17 23:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.