Hi All
Does anyone know of a multiband compressor plugin suitable for
mastering?
Or is anyone interested in building one.. ?
cheers
Allan
--
Linux: Because a PC is a terrible thing to waste.
(By [EMAIL PROTECTED], Mark Komarinski)
Stefan wrote:
> 2. if you try to audit all code that gets loaded and executed with RT prio,
> and only load "trusted code", you're facing an endless task
This might actually be an option...
If you let the _server_ examine the code on load / execution.
Since it is possible to intercept external
I noticed that I was not on the list...
But I have now read the archives.
Kernel changes are not workable - at least not short testm!
It will take ages until that change is available on most computers.
(But if it is the only solution then it is...)
Local DOS/security exploits has traditionally b
On Fri, Aug 30, 2002 at 07:41:21PM +0100, Charles Read wrote:
> is there a music notation program for linux that really does the job well -
> you play your MIDI keyboard and a reasonable approximation to a score appears on
> your screen? I've tried "rosegarden" but the editing facilities are
>On Fri, Aug 30, 2002 at 09:14:17 -0700, robbins jacob wrote:
>> /* Hint LADSPA_HINT_DATA_PRESENT indicates that the data item should be used
>
>> to signal that the audio stream has stopped. It must be used in conjunction
>
>Personally, I think this violates the S of LADSPA.
i agree, though i
Rohit
A re-read of your post reveals that you want to do this using C or
similar, which is a little more complicated!
For downsampling, you need to remove some samples from the data - to
resample to half the sample rate (48000 to 24000 for example), the
simplest method is to read in your wav (or
Rohit
I've had good results with sox - it's a command-line utility that does
lots of different things. Example:
sox sample.wav -r 48000 sample.out.wav resample -qs
will resample 'sample.wav' to sample.out.wav at rate 48000. The -qs
option selects the resampling method (interpolation, filtering
hi,
iam using red hat linux7.2 with 2.4.16.Iam using OSS ver 3.95
for audio/sound programming.Iam not using any libraries.what is
the procedure for resampling sound(for upsampling and downsampling
too) ???
any help will be highly appreciated.
thanks
rohit
so all the geeks are in #gothic,
On Fri, Aug 30, 2002 at 09:14:17 -0700, robbins jacob wrote:
> /* Hint LADSPA_HINT_DATA_PRESENT indicates that the data item should be used
> to signal that the audio stream has stopped. It must be used in conjunction
Personally, I think this violates the S of LADSPA.
>From memory, what csound