Search found 884 matches
- Tue Nov 05, 2013 2:22 pm
- Forum: New Plug-Ins
- Topic: Click Finder
- Replies: 20
- Views: 7815
Re: Click Finder
I have posted a few bug fixes in a new version. See top of thread.
- Mon Nov 04, 2013 8:12 pm
- Forum: Nyquist
- Topic: Get time for debugging purposes
- Replies: 10
- Views: 3212
Get time for debugging purposes
How in xlisp can I get current clock time so I can print it?
Or otherwise figure out where time is going in my code?
Or otherwise figure out where time is going in my code?
- Mon Nov 04, 2013 11:53 am
- Forum: New Plug-Ins
- Topic: Click Finder
- Replies: 20
- Views: 7815
Re: Click Finder
So drop outs are not natural but undesirable parts of the really recorded sound but rather failings of the media. Whereas the clicks I try to filter out are distracting things my misbehaving mouth really did. I don't look at the wiki enough. Where do I learn to edit wiki? I saw a wiki page for the f...
- Mon Nov 04, 2013 5:56 am
- Forum: Nyquist
- Topic: Automatic removal of mouth smacks
- Replies: 67
- Views: 26891
Re: Automatic removal of mouth smacks
I followed up the suggestion to use iterations of eq-band in my experiments today. Just constant gains on each interval, and a crossfading envelope. Mostly very pleasant results, and speed is not bad. May next try (1) broadening the fix interval a bit to each side of the identified click, (2) using ...
- Mon Nov 04, 2013 1:50 am
- Forum: New Plug-Ins
- Topic: Click Finder
- Replies: 20
- Views: 7815
Re: Click Finder
Thanks for the help, but please let's keep this thread a discussion of the tool, not the Lisp language. I don't mind if you delete some of the previous off topic posts once my fixes are successful. Here's a question: what do you call it when a frequency component makes a sharp drop, and then a rise,...
- Sun Nov 03, 2013 10:46 pm
- Forum: New Plug-Ins
- Topic: Click Finder
- Replies: 20
- Views: 7815
Re: Click Finder
As for those update macros, I wrote them to avoid repeated evaluation of val, and to evaluate x only once as a value and once as the setf target (I think that's "place form" in Lisp jargon). You don't actually need to go so complicated. This version is marginally quicker: (defmacro update-max (x va...
- Sun Nov 03, 2013 8:28 pm
- Forum: New Plug-Ins
- Topic: Click Finder
- Replies: 20
- Views: 7815
Re: Click Finder
I have found my silly mistake in the implementation of the absolute threshold test. I also found that my changes to make the progress indicator smoother were not quite right. Expect a version 2 file with minor updates. If you are impatient for the fix, replace the appropriate cond branch with this. ...
- Sun Nov 03, 2013 7:17 pm
- Forum: New Plug-Ins
- Topic: Click Finder
- Replies: 20
- Views: 7815
Re: Click Finder
I have identified a marginal detection case and I am puzzling over it. I may come up with something.
- Sun Nov 03, 2013 6:48 pm
- Forum: New Plug-Ins
- Topic: Click Finder
- Replies: 20
- Views: 7815
Re: Click Finder
I am aware of the instability of detection of some clicks, as the starting time of the selection changes. I am not yet sure of the explanation. I suspect that some clicks are not symmetrical, having sharp attack and then decay, and that has something to do with it. I have not seen crashes. As for th...
- Sun Nov 03, 2013 2:49 am
- Forum: New Plug-Ins
- Topic: Click Finder
- Replies: 20
- Views: 7815
Click Finder
UPDATE 5 Nov 2013: New version labels some clicks that escaped detection in the previous. Also smoother progress indicator. This goes under the Analyze menu. It labels brief bright spots and vertical streaks in the spectrogram, which do not necessarily go up to high frequencies, but might also be lo...