[CM] bit depth

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Fri, 04 May 2007 10:05:55 -0700


On Fri, 2007-05-04 at 13:29 +0200, Achim Bornhoeft wrote:
> Hello,
> how can I change the bit depth of the output file in a with sound call
> in CLM?

I think you need :data-format in with-sound with the proper argument.
For example:

 :data-format mus-b24int

will create a soundfile with 24 bit samples in it (you can combine this
with :header-type to select the type of file to write). 

-- Fernando