Csound Csound-dev Csound-tekno Search About

Re: [Csnd] Gogins - Silence URL

Date1999-11-17 14:22
FromRichard Weisgerber
SubjectRe: [Csnd] Gogins - Silence URL
Hi Rob.

The Michael Gogins site is at:

http://www.pipeline.com/~gogins/





>From: "Rob Howiler" 
>Hi everyone,
>
>I have some free time for a change, and I would like to try *again* to get
>Silence up and running.  The URL I have seems to be defunct.  If anyone has
>a more recent address for it, I would appreciate you posting it.
>
>Thanks
>Rob Howiler
>
>p.s. - I have a pretty cool piece that I wrote using CSound if anyone wants
>to listen to it.  It's a speech based piece using a speech given by US
>Supreme Court Justice Clarence Thomas.
>http://www.audientmusic
.com/Works/RacialDivide.htm
>
>--
>To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk
>


--

Date1999-11-17 18:00
FromChris Graham
Subject[Csnd] Csound for Real Time Spectral Processing?
I've been learning Csound for just a few weeks, and have creates some basic
instruments.  However, one of my objectives involves taking an input,
converting it to the spectral domain, doing some processing on specific
spectral components, and then outputting it - ideally in real time.

Can Csound do this?  I've read about the "Operations Using Spectral Data
Types", which appear to allow a signal to be downsampled and processed by
dft to create a wsig data block.

However I don't see an opcode convert the wsig back to an audio signal.  How
is this done?  I can see that pvoc can be used for additive synthesis, but
takes a file as input, not a wsig.

Also, can the internal components in a wsig block be accessed individually
for computations, other than with the predefined opcodes?

Maybe I would have to write some custom C code to do this?

Assuming the above is possible, is it realistic for me to expect to be able
to do this on one channel in real time on a 500mhz PC?

Thanks.

- Chris Graham



--