View Single Post
Posts: 5 | Thanked: 1 time | Joined on Aug 2010
#5
Originally Posted by verrnum View Post
Hi,

Thank you for your help.

amixer is a system command ? How to call system command from application ?

Thanks

From Qt you can use QProcess to execute external processes.
If you dont want do this by starting amixer from within your application, you must use ALSA libraries to accomplish this.
But believe me, it is much easier to call amixer as external process.