<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Helvetica, Arial, sans-serif">Hello,<br>
      <br>
      I use RtAudio API playing files in a loop. Every new song is
      paused before ~ 2-4 seconds. The files are correctly closed:<br>
      ...<br>
    </font>abortStream();<br>
    closeStream();<br>
    ...<br>
    <br>
    Between the files (i.e. the second file) starts with "openStream()"
    and throws the error message:<br>
    "RtApiAlsa::getDeviceInfo: snd_pcm_open error for device (hw:1,0),
    Device or resource busy."<br>
    <br>
    But everything seems to work ok: Immediately with "startStream()"
    everything is working well. No problem with sound or anything else.<br>
    <br>
    What is the problem here? Is the error message the error? Any
    advice, how to check, what is going on there?<br>
    <br>
    Best regards<br>
    Thomas<br>
  </body>
</html>