Hello, This is a real beginner question, but I haven't seen anything on this in any of the manuals.
I want to export my csound audio files as 24-bit, but (as far as I can tell) the default export is 16-bit.
Is this possible, using a global variable, similar to the way we can control the sample rate (e.g. sr=44100)?
If it matters, I'm using MacCsound on a MBP, OS X 10.5.7
Thanks!
js



Yes
You can choose 24 bit using -3, or --format=24bit, in csOptions (same line where there are -iadc and - odac). You can use also other format, 32bit, etc. See in manual
http://www.csounds.com/manual/html/CommandFlagsCategory.html
Judt a little bit,
ciao,
fran.