Csound Csound-dev Csound-tekno Search About

[Csnd] soundout question

Date2005-08-22 11:17
FromLuis Antunes Pena
Subject[Csnd] soundout question
Hello list,
I have two questions concerning soundout:
- is there anyway to create AIFF files or is it always headless file?
- is it possible to create a stereo file using soundout? if not, which
opcode can be used for it?

Thanks,

Luis

(using Shell Csound Version 4.23f03 for mac)

-- 
Send bugs reports to this list.
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk

Date2005-08-22 11:30
FromIstvan Varga
SubjectRe: [Csnd] soundout question
Luis Antunes Pena wrote:

> I have two questions concerning soundout:
> - is there anyway to create AIFF files or is it always headless file?

You can use the fout opcodes which allow for using the same header
type as the output file (-o), so with the -A flag fout would write
an AIFF file. Not sure if this feature works in older versions of
Csound, though.

> - is it possible to create a stereo file using soundout? if not, which
> opcode can be used for it?

There is a soundouts opcode, but it is only implemented in Csound 5.
Other than that, fout can also write stereo files.
-- 
Send bugs reports to this list.
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk

Date2005-08-22 17:54
From"Matt J. Ingalls"
SubjectRe: [Csnd] soundout question
the latest version of maccsound i have a bunch of improvements to fout 
opcode as dr boulanger was needing ways to strip 5.1 files as a maccsound 
effecdt (which uses -i for input file on commandline) -- added support to 
use the sample/header format specified on commandline and some automatic 
name stuff too...

cant remember if i checked into cvs or not -- when i get back from on 
tour i will check it out..

-m

  22 Aug 2005, Istvan Varga wrote:

> Luis Antunes Pena wrote:
>
>> I have two questions concerning soundout:
>> - is there anyway to create AIFF files or is it always headless file?
>
> You can use the fout opcodes which allow for using the same header
> type as the output file (-o), so with the -A flag fout would write
> an AIFF file. Not sure if this feature works in older versions of
> Csound, though.
>
>> - is it possible to create a stereo file using soundout? if not, which
>> opcode can be used for it?
>
> There is a soundouts opcode, but it is only implemented in Csound 5.
> Other than that, fout can also write stereo files.
> -- 
> Send bugs reports to this list.
> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk
>
-- 
Send bugs reports to this list.
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk