<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Palatino Linotype">Hi all,<br>
      <br>
      I almost finished getting MaryTTS to run on Android. There is, as
      far as I can see, only one thing keeping me from finishing it:<br>
      <br>
      Android does not support javax.sound.sampled, which is worked
      pretty deeply into MaryTTS. <br>
      <br>
      So, my question is: would it be conceivable that the funtionality
      currently implemented through javax.sound.sampled gets delegated
      to some set of interfaces, for which we can make multiple
      implementations? I.e., one using javax.sound.sampled (as currently
      done), one using some android sound packages, and maybe even
      others such as OpenAL...<br>
      <br>
      Anyone an opinion on that?<br>
      <br>
      best regards,<br>
      Dennis Reidsma<br>
    </font>
  </body>
</html>