<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Cedric Fontaine wrote:
<blockquote cite="mid42B1D52E.8000603@easysoft.fr" type="cite">
  <pre wrap="">root a &eacute;crit :
  </pre>
  <blockquote type="cite">
    <pre wrap="">On Tue, 7 Jun 2005, Cedric Fontaine wrote:
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
  <blockquote type="cite">
    <pre wrap="">If you said what o/s you run I don't have it here, but for Linux/Solaris 
cdrecord is the obvious choice. It's been around a long time, is actively 
maintained, etc. Check the -useinf option if you burn audio...

    </pre>
  </blockquote>
  <pre wrap=""><!---->
I'm running Linux and looking for a way to create a cd audio image from
wav. So I think that cdrecord does direct to disk, no way to create an
image or iso to a cd audio...</pre>
</blockquote>
<br>
I still don't know what you mean by a "CD audio image." You can burn an
audio CD easily, but you can't just make a single file which is easily
burned like as ISO, because the actual mode and sector size on the CD
are different.<br>
<br>
To burn an audio CD, just<br>
<tt>&nbsp;&nbsp;&nbsp; cdrecord dev=<i>whatever</i> -audio -pad *.wav<br>
</tt><br>
And you probably want to read the bits about using .inf files, since
you might want a label on what you do.<br>
<pre class="moz-signature" cols="72">-- 
bill davidsen <a class="moz-txt-link-rfc2396E" href="mailto:davidsen@tmr.com">&lt;davidsen@tmr.com&gt;</a>
  CTO TMR Associates, Inc
  Doing interesting things with small computers since 1979
</pre>
</body>
</html>