Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-04-11 Thread Thomas Vecchione
On Mon, Apr 11, 2011 at 9:11 PM, Geoff Beasley  wrote:

> GWC is the only program I've ever used successfully under linux; and it was
> as 'good' as anything else i've used on other platforms


Sadly I would strongly disagree.  The results I can get from what are fast
becoming basic tools on other platforms outperform anything I have been able
to achieve on Linux by a fairly wide margin including GWC.  Not to mention
the benefit of running such restoration in realtime in Ardour as opposed to
GWC:)

   Seablade
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-04-11 Thread Geoff Beasley

On 04/12/2011 09:09 AM, Thomas Vecchione wrote:

Who honestly would like some good restoration solutions on Linux.



absolutely ! with jack support too of course

+1


g.
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-04-11 Thread Geoff Beasley

On 04/12/2011 07:39 AM, Fons Adriaensen wrote:

Also the remark that the problem only occurs 'while
the music is playing' adds a bit to the puzzle...


 sounds like an intermittent cable or channel strip fault to me; that 
would be program dependant. if so, there'll be distortions resulting in 
the audio that would be difficult if not impossible to 'repair'.


often-times these 'repairs' only create greater awareness of the damage 
elsewhere in the program material anyway and lead to diminishing returns.


GWC is the only program I've ever used successfully under linux; and it 
was as 'good' as anything else i've used on other platforms - tho I'm 
not a great fan of any such dsp. Important to set it up properly 
however, but that's the case with all such programs - not for the novice 
really.


best results can take much longer than the program is actually worth ;)


g.
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-04-11 Thread Thomas Vecchione
On Mon, Apr 11, 2011 at 5:39 PM, Fons Adriaensen wrote:

>
> It would help to know the origin of the the 'noise' or to have a
> sample of it.
>
>
Agreed in as far as helping to address it, however it still leaves the fact
that there just aren't many, if any, good restoration solutions on Linux so
even so there is only so much I can suggest, unless you know of some
solutions I don't?

  Seablade

Who honestly would like some good restoration solutions on Linux.
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] [ann] CAPS 0.4.5

2011-04-11 Thread Fons Adriaensen
On Mon, Apr 11, 2011 at 12:21:31AM +0200, Tim Goetze wrote:
 
> I can very well see how a host author would want plugin port 
> signatures to be stable, and I was never happy about invalidating this 
> assumption.
> 
> However, the evolved plugin doesn't even break ardour or its session 
> files, so the pragmatic thing is to just get on with it and not waste 
> as much breath on a triviality like this as we do now.

Shouldn't such situations be avoided by 

1. Giving the new plugin version a new unique ID so it
can't be mistaken for the old one (and vice versa) and

2. Making sure that installing the new version does not
remove or hide the old one. Since the new version is not
a bugfix for the old one but actually something different
this seems to be the logical thing to do.

That way any existing sessions will just go on use the
version they knew. It's then up to the user to update
his/her session (or not). 

Ciao,

-- 
FA



___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-04-11 Thread Fons Adriaensen
On Mon, Apr 11, 2011 at 09:43:45PM +0200, Lorenzo Sutton wrote:

> Try Gramofile [1] or Gnome Wave Cleaner [2].

Both seem to be quite old and it's not clear at all if they
are still being developed or maintained.

> Results will very a lot
> depending on the source material. There is a noise removal plugin of
> Audacity, but IMHO it's not great, but let your ears judge.

It's not clear at all from the original post what kind of 'noise'
has to be removed. If it is _noise_ (a continuous broadband random
signal), then frequency domain methods should be able to reduce it.
If it is _crackle_ (short spikes) then time domain methods will have
a better chance. Also the remark that the problem only occurs 'while
the music is playing' adds a bit to the puzzle...
It would help to know the origin of the the 'noise' or to have a
sample of it.

Ciao,

-- 
FA

___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] [ann] CAPS 0.4.5

2011-04-11 Thread David Robillard

On 10/04/11 06:21 PM, Tim Goetze wrote:

[Jeff McClintock]

   

What happens when you modify version-1 of your plugin and remove a port
(making Version2), then later re-add a new (unrelated) port with different
semantics? (Version 3)... Then load a project created with version 1.

Does the host in THIS situation set the new port to it's default value, I
doubt it. More likely it 'restores' it to some invalid setting.

Do you want a fragile, crash-prone, plugin ecosystem?, or a robust one?
 

The plugins in CAPS clamp all control inputs to the valid range.
Whatever the host sends, including inf and nan, there is no "invalid"
setting.  Moreover, the plugins will not crash even if run without
connecting their control ports at all.

The above experiment, by the way, is exactly what I did, and it did
not cause any abnormal behaviour: no crash, no segfault, no bus error,
no assertion failure in any part of the executed code; no inf or nan,
not even a single sample value of or in excess of 1f absolute in the
audio output.

I think your fear of a fragile and crash-prone plugin ecosystem is
unfounded and exaggerated.

   

I Agree with Paul on this one.
 

I can very well see how a host author would want plugin port
signatures to be stable, and I was never happy about invalidating this
assumption.

However, the evolved plugin doesn't even break ardour or its session
files, so the pragmatic thing is to just get on with it and not waste
as much breath on a triviality like this as we do now.
   
No, the pragmatic thing to do is not deliberately break your plugin when 
several knowledgeable people have pointed out that doing so can cause 
countless problems.


One test with one version of one host certainly does not outweigh that.. 
particularly when one of said knowledgeable people is the primary author 
of that host!


-dr

___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-04-11 Thread Lorenzo Sutton
Hi,

 Original Message 
Subject: [LAU] FW: Frequency Space Editors in Linux
From: Ivica Ico Bukvic 
To: linux-audio-u...@lists.linuxaudio.org,
linux-audio-dev@lists.linuxaudio.org
CC: m_vanwag...@yahoo.com
Date: 11/04/2011 16:42
> Hi Mike,
>
> Forwarding this to the list where users and developers might be able to 
> assist.
>
> Hope this helps!
>
> Best wishes,
>
> Ico
>
> -Original Message-
> From: Michael Van [mailto:m_vanwag...@yahoo.com] 
> Sent: Saturday, April 09, 2011 12:44 PM
> To: i...@linuxaudio.org
> Subject: Frequency Space Editors in Linux
>
> Hello Linux Audio,
>
> I just wanted to find out if anyone know of any Linux programs that do 
> sophisticated noise removal from recordings, like the frequency space editing 
> process of Windows programs, Adobe Audition or Cool Edit.  I wondered if 
> there is a plugin for Audacity that might do it.  
Try Gramofile [1] or Gnome Wave Cleaner [2]. Results will very a lot
depending on the source material. There is a noise removal plugin of
Audacity, but IMHO it's not great, but let your ears judge.

Good luck,
Lorenzo.

[1] http://www.opensourcepartners.nl/~costar/gramofile/
[2] http://gwc.sourceforge.net/
> I need to use something other than standard noise sample removal plugins 
> because the crackle is only present when the music is playing, not present 
> during quiet stretches.  
>
> Thanks, 
>
> Mike
>
>
>   
>
> ___
> Linux-audio-user mailing list
> linux-audio-u...@lists.linuxaudio.org
> http://lists.linuxaudio.org/listinfo/linux-audio-user
>

___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] FW: Frequency Space Editors in Linux

2011-04-11 Thread Thomas Vecchione
It depends on what you need to do precisely.

To be clear, the frequency dependant functionality of the noise removal in
the windows programs mentioned, only appeared in Adobe Audition (1.5 I
believe) after Adobe had purchased Cool Edit from Syntrillium(sp?).  Before
that Cool Edit had used only a sampling based process.  And really their
frequency based process is only a noise reduction process IIRC, meaning you
essentially remove that frequency range for that period of time, I think it
is a bit smarter than that, but the basic concept is there.

Al this being said, if there is a crackle, there are some specific
algorithms that exist that are _not_ the broadband noise reduction that you
seem to be looking for(In other words are specifically for declicking
audio), that may be of more benefit.  However in all these areas of
restoration, Linux is sorely lacking.  You can try GWC, but I was never
impressed by it or Audacity for restoration work.  Sadly if you are
depending on restorative work, your best bet is either to use another
platform at this time, either another OS or via realtime hardware based
solutions like CEDAR if you can afford it.  Alternatively you can attempt to
run other plugins/software via WINE on Linux, whcih I have done in the past
with mixed results.

But really to my knowledge there are no good native audio restoration tools
on Linux.  I am currently using the WaveARTS MR Suite on OS X for this work
myself, though since it is machine based authorization(not iLok), and
several of their plugins do run on the receptor hardware, it might be
worthwhile to try to run it via ArdourVST/Wine and see if it can be run on
Linux.  This is on my TODO list as I slowly progress to Linux again full
time for production work, but is not something i have had time to do yet.

   Seablade

On Mon, Apr 11, 2011 at 10:42 AM, Ivica Ico Bukvic  wrote:

> Hi Mike,
>
> Forwarding this to the list where users and developers might be able to
> assist.
>
> Hope this helps!
>
> Best wishes,
>
> Ico
>
> -Original Message-
> From: Michael Van [mailto:m_vanwag...@yahoo.com]
> Sent: Saturday, April 09, 2011 12:44 PM
> To: i...@linuxaudio.org
> Subject: Frequency Space Editors in Linux
>
> Hello Linux Audio,
>
> I just wanted to find out if anyone know of any Linux programs that do
> sophisticated noise removal from recordings, like the frequency space
> editing process of Windows programs, Adobe Audition or Cool Edit.  I
> wondered if there is a plugin for Audacity that might do it.
>
> I need to use something other than standard noise sample removal plugins
> because the crackle is only present when the music is playing, not present
> during quiet stretches.
>
> Thanks,
>
> Mike
>
>
>
>
> ___
> Linux-audio-dev mailing list
> Linux-audio-dev@lists.linuxaudio.org
> http://lists.linuxaudio.org/listinfo/linux-audio-dev
>
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev


[LAD] FW: Frequency Space Editors in Linux

2011-04-11 Thread Ivica Ico Bukvic
Hi Mike,

Forwarding this to the list where users and developers might be able to assist.

Hope this helps!

Best wishes,

Ico

-Original Message-
From: Michael Van [mailto:m_vanwag...@yahoo.com] 
Sent: Saturday, April 09, 2011 12:44 PM
To: i...@linuxaudio.org
Subject: Frequency Space Editors in Linux

Hello Linux Audio,

I just wanted to find out if anyone know of any Linux programs that do 
sophisticated noise removal from recordings, like the frequency space editing 
process of Windows programs, Adobe Audition or Cool Edit.  I wondered if there 
is a plugin for Audacity that might do it.  

I need to use something other than standard noise sample removal plugins 
because the crackle is only present when the music is playing, not present 
during quiet stretches.  

Thanks, 

Mike


  

___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev