[CM] snd and AC3

Brad Fuller brad@sonaural.com
Sat, 08 Apr 2006 09:35:08 -0700


<!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">
Bill Schottstaedt wrote:
<blockquote cite="mid20060408141943.M69198@ccrma.Stanford.EDU"
 type="cite">
  <pre wrap="">I got a52dec and it seems to be fine, but I can't automate AC3 support in Snd
because, as far as I can tell, there's no way (besides the "ac3" extension) to
recognize an AC3 file.  You could call a52dec from Snd via 

(define (play-ac3 name)
  (system (format #f "a52dec ~A" name))

and something similar (see examp.scm OGG code) to translate such a file
so that Snd can edit it.  


  </pre>
</blockquote>
Does this help any:<br>
<a class="moz-txt-link-freetext" href="http://www.rmworkshop.com/dvd_info/related_info/ac3hdr.html">http://www.rmworkshop.com/dvd_info/related_info/ac3hdr.html</a><br>
<br>
<pre>-- </pre>
<font style="font-size: 9pt;"><font face="Verdana">
<font color="#333333">Brad Fuller</font><br>
<font color="#0066cc">Sonaural Audio Studio</font><br>
<font color="#444444">+1 (408) 799-6124</font><br>
<font color="#444444">Hear us online </font><a
 href="http://www.sonaural.com/"><font color="#000060">www.Sonaural.com</font></a><br>
<font color="#444444">See me on </font><a
 href="http://www.oreillynet.com/pub/au/2184"><font color="#000060">O'Reilly</font></a>
</font></font>
</body>
</html>