[Cs-dev] Feature request - or just OT
Date | 2013-12-12 09:17 |
From | Anders Genell |
Subject | [Cs-dev] Feature request - or just OT |
Attachments | None None |
Dear devs!
I have 171 one hour recordings on which I would like to perform "click removal". The corresponding feature in Audacity does the job well, but loading the 171 files into Audacity to do a batch process is not viable on my machine.
I suspect the click removal feature is a plugin written in the nyquist language, and so I had the idea that the batch processing could be done using csound, if csound had support for nyquist scripting.
So, this is either a) a feature request for nyquist scripting support, or b) an off topic request for hints on doing batch click removal Sox does not seam to include the feature, and I have not found any ladspa plugins that does this either, but my search has not been all that thorough.
Regards, Anders |
Date | 2013-12-12 16:18 |
From | Justin Smith |
Subject | Re: [Cs-dev] Feature request - or just OT |
Attachments | None None |
Nyquist is a DSP programming language. You can run a nyquist script from the shell. On Thu, Dec 12, 2013 at 1:17 AM, Anders Genell <anders.genell@gmail.com> wrote:
|
Date | 2013-12-12 16:19 |
From | Justin Smith |
Subject | Re: [Cs-dev] Feature request - or just OT |
Attachments | None None |
On Thu, Dec 12, 2013 at 8:18 AM, Justin Smith <noisesmith@gmail.com> wrote:
|
Date | 2013-12-31 18:43 |
From | Anders Genell |
Subject | Re: [Cs-dev] Feature request - or just OT |
Attachments | None None |
Sorry, I forgot to respond - tanks for the link; I didn't realize nyquist was stand-alone! Unfortunately I found upon digging further that the Click Removal feature is integrated in the Audacity source code, not a nyquist plugin. Should anyone feel inclined, I'd love the functionality implemented in csound, but I suppose it will not be widely used, unless many users sample a lot from old vinyl records. The code in question is in ClickRemoval.h and ClickRemoval.cpp in the scr/effects/ directory of the audacity source tarball (http://audacity.googlecode.com/files/audacity-minsrc-2.0.5.tar.xz). I could attach it if that would be considered good form?
Best regards, Anders On Thu, Dec 12, 2013 at 5:19 PM, Justin Smith <noisesmith@gmail.com> wrote:
|
Date | 2013-12-31 23:53 |
From | peiman khosravi |
Subject | Re: [Cs-dev] Feature request - or just OT |
Attachments | None None |
Sort of off topic but iZotope RX does a really good job of noise removal, hum removal, click removal, as well as removal of clipped signals. And it does batch processing too. It's pretty good value for money too. I've used it to clean up old tape pieces, as well as removing air conditioner sounds on my own recordings. For me an absolute must have tool in the studio.
P On 31 December 2013 18:43, Anders Genell <anders.genell@gmail.com> wrote:
|
Date | 2014-01-01 22:03 |
From | Steven Yi |
Subject | Re: [Cs-dev] Feature request - or just OT |
Attachments | None None |
Question: have you all tried the dnoise command line tool? On Dec 31, 2013 6:54 PM, "peiman khosravi" <peimankhosravi@gmail.com> wrote:
|
Date | 2014-01-02 09:25 |
From | Anders Genell |
Subject | Re: [Cs-dev] Feature request - or just OT |
Attachments | None None |
No?! Where can I find it? Does it work under Linux? *fretting with excitement* Regards, /Anders
|
Date | 2014-01-02 09:48 |
From | peiman khosravi |
Subject | Re: [Cs-dev] Feature request - or just OT |
Attachments | None None |
dnoise won't work for this because it's not a click removal. P On 2 January 2014 09:25, Anders Genell <anders.genell@gmail.com> wrote:
|
Date | 2014-01-03 00:48 |
From | Steven Yi |
Subject | Re: [Cs-dev] Feature request - or just OT |
Attachments | None None |
It should come with csound or built if you compile. On Jan 2, 2014 4:26 AM, "Anders Genell" <anders.genell@gmail.com> wrote:
|
Date | 2014-01-03 00:48 |
From | Steven Yi |
Subject | Re: [Cs-dev] Feature request - or just OT |
Attachments | None None |
Ah didn't pickup it was for clicks, my bad. On Jan 2, 2014 4:49 AM, "peiman khosravi" <peimankhosravi@gmail.com> wrote:
|