LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How programatically change audio device default format (DVD Quality) and level ?

Solved!
Go to solution

Thank you Aaron for that link. It is what I need.

Now I need to find how interface those commands in Labview

 

0 Kudos
Message 11 of 14
(804 Views)

That's another topic in itself. It might be a lot simpler to call a command line program that can change the system volume setting, for example NirCmd.

Message 12 of 14
(794 Views)

@arteitle wrote:

That's another topic in itself. It might be a lot simpler to call a command line program that can change the system volume setting, for example NirCmd.


That's how I've done it in the past.  Use SystemExec to perform a function like the command line would calling that program.

0 Kudos
Message 13 of 14
(792 Views)

Thank you very much

 

I will try this way

 

 

0 Kudos
Message 14 of 14
(786 Views)