Search found 884 matches
- Wed Oct 09, 2013 3:43 pm
- Forum: Nyquist
- Topic: Memory leaks in Nyquist or the Lisp environment?
- Replies: 18
- Views: 6220
Re: Memory leaks in Nyquist or the Lisp environment?
Perhaps a different pronlem. You add many one samples sounds but they have the same time extent, not disjoint.
- Wed Oct 09, 2013 3:33 am
- Forum: Nyquist
- Topic: Memory leaks in Nyquist or the Lisp environment?
- Replies: 18
- Views: 6220
Re: Memory leaks in Nyquist or the Lisp environment?
Do you see climbing memory usage before a crash? On Windows I watch Task Manager. I have caused memory exhaustion which makes Audacity crash. But could it be crashing otherwise?
- Wed Oct 09, 2013 12:57 am
- Forum: Nyquist
- Topic: Memory leaks in Nyquist or the Lisp environment?
- Replies: 18
- Views: 6220
Re: Memory leaks in Nyquist or the Lisp environment?
I have emailed Roger Dannenberg about this problem and he has reproduced it. It appears that addition of sounds with domains that do not overlap results in memory leaks.
- Sun Oct 06, 2013 9:05 pm
- Forum: Nyquist
- Topic: Memory leaks in Nyquist or the Lisp environment?
- Replies: 18
- Views: 6220
Re: Memory leaks in Nyquist or the Lisp environment?
I tried what I described with snd-xform, and got only slightly different numerical results without the memory leak.
- Sun Oct 06, 2013 8:07 pm
- Forum: Nyquist
- Topic: Memory leaks in Nyquist or the Lisp environment?
- Replies: 18
- Views: 6220
Re: Memory leaks in Nyquist or the Lisp environment?
More experiments done with selective commenting-out of the complicated calculation I am attempting. The surprising answer is that the culprit is innocent looking snd-add, but not just any use of it. It seems a necessary condition for the excessive memory use. What I'm doing: Use snd-fromobject to ca...
- Sun Oct 06, 2013 5:26 pm
- Forum: Nyquist
- Topic: Memory leaks in Nyquist or the Lisp environment?
- Replies: 18
- Views: 6220
Re: Memory leaks in Nyquist or the Lisp environment?
Yes, I just tried with just one minute and watched Audacity's memory usage in Task Manager climb from about 46 M to 683 M and not drop back even after the computation completed. Is the process taking more memory but not really leaking it? Does its memory footprint not change if I undo and repeat? I ...
- Sat Oct 05, 2013 10:05 pm
- Forum: Nyquist
- Topic: Memory leaks in Nyquist or the Lisp environment?
- Replies: 18
- Views: 6220
Memory leaks in Nyquist or the Lisp environment?
Some of my experiments in Nyquist programming are being frustrated by seeming memory leaks. I don't have a small code example to demonstrate it, but let me describe what I'm doing. Iterate over fft frames. (Typically a 2048 window and a 32 skip.) Calculate a certain value based on successive frame p...
- Fri Oct 04, 2013 9:30 pm
- Forum: Nyquist
- Topic: A Nyquist de-esser, and more?
- Replies: 24
- Views: 10551
Re: A Nyquist de-esser, and more?
I meant to ask about your de-esser. I found discussion of it with a search of old forum posts but only found a broken link to another site.
- Fri Oct 04, 2013 2:37 pm
- Forum: Nyquist
- Topic: A Nyquist de-esser, and more?
- Replies: 24
- Views: 10551
Re: A Nyquist de-esser, and more?
Can you explain "dynamic compression." Is there any simple version of that one could code for just one sibilant sound? Then in combination with the rest of my work, who knows.
- Thu Oct 03, 2013 6:19 pm
- Forum: Nyquist
- Topic: A Nyquist de-esser, and more?
- Replies: 24
- Views: 10551
A Nyquist de-esser, and more?
Hello, I posted an earlier experiment here and I see there were many downloads but little discussion. http://forum.audacityteam.org/viewtopic.php?f=42&t=72160 I have been working off and on at this. I am a narrator. My intention is to identify boundaries between speech segments in vocal tracks, then...