<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Arial">Hi everybody,<br>
      <br>
      I am changing some things to bring my Windows application to
      Linux. I want to use the StreamOption "priority".<br>
      <br>
      Am I right to to use it this way (the second line)? May be also a
      second process -  the process name of my application?<br>
      <br>
      RtAudio::StreamOptions options;<br>
      options.priority =  ALSA;<br>
      <br>
      My other question: In Windows I used system keyboard events like
      this to control the </font><font face="Arial">command-line </font><font
      face="Arial">app from outside:<br>
      <br>
      (Ctrl+o)<br>
      if(GetAsyncKeyState(VK_CONTROL)&amp;&amp;GetAsyncKeyState(0x4F))<br>
                  {<br>
                     ...<br>
                  }<br>
      <br>
      For Linux I couln't find something similar. What would be a
      "light-weight" solution: Using SDL (only keyboard-events)?<br>
      <br>
      Thanks a lot!<br>
      Regards<br>
      Thomas<br>
    </font>
  </body>
</html>