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 _______________________________________________ Cmdist mailing list [email protected] http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
