<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><br><div>> GREAT !!!!<br>
    > Any documentation to make this usable ? <br>
    > -Michael<br><br>All the examples have lot of explanations. ;-)<br><br>There is also a wiki for uos : >> http://wiki.lazarus.freepascal.org/uos<br><br>The only things to change for uoslib are:<br><br>In uses section, add uoslib_h in place of uos.<br><br>And to load libraries : <br>For uos library :<br>uos_LoadLibs(uoslibFilename, PortAudioFileName, SndFileFileName, Mpg123FileName, SoundTouchFileName);
<br><br>in place of (for uos unit) :<br>uos_LoadLib(PortAudioFileName, SndFileFileName, Mpg123FileName, SoundTouchFileName);
<br><br>Thanks.<br><br>Fred.<br><br>PS : I will do a wiki for uoslib too.<br><br><br><br><br></div>                                       </div></body>
</html>