Search found 57626 matches: help
Searched query: help
- Sun Apr 14, 2013 8:19 pm
- Forum: Nyquist
- Topic: Zero crossings -- Help me, Robert (or steve)
- Replies: 11
- Views: 3733
Re: Zero crossings -- Help me, Robert (or steve)
I was rethinking and editing my last post, I think our messages crossed.
- Sun Apr 14, 2013 8:17 pm
- Forum: Nyquist
- Topic: Zero crossings -- Help me, Robert (or steve)
- Replies: 11
- Views: 3733
Re: Zero crossings -- Help me, Robert (or steve)
Would this change a frame to the array of squares, faster than loops written in lisp? It is less code to read. Yes that'll be pretty fast. A good way to get an idea of how quick or slow a function will be is to write a simple test case that can be run in the Nyquist Prompt effect, for example: (if ...
- Sun Apr 14, 2013 7:33 pm
- Forum: Nyquist
- Topic: Zero crossings -- Help me, Robert (or steve)
- Replies: 11
- Views: 3733
Re: Zero crossings -- Help me, Robert (or steve)
But I suppose I could use snd-from-array and snd-fetch-array to convert? Would this change a frame to the array of squares, faster than loops written in lisp? It is less code to read. (let* ((snd (snd-from-array 0.0 1.0 frame)) (sndsq (mult snd snd)) (len (length frame))) (snd-fetch-array sndsq len ...
- Sun Apr 14, 2013 7:27 pm
- Forum: Nyquist
- Topic: elementary snd-fft question
- Replies: 21
- Views: 6679
Re: elementary snd-fft question
... better than they were a few years ago, but it is still an incomplete and ongoing job bringing it all up to scratch. My comments are intended to help bring you up to speed on some of the less well documented issues.
- Sun Apr 14, 2013 6:16 pm
- Forum: Nyquist
- Topic: Zero crossings -- Help me, Robert (or steve)
- Replies: 11
- Views: 3733
Re: Zero crossings -- Help me, Robert (or steve)
It is probably easiest to search for the Zero crossing from a given time index via an ordinary Loop where the search in both directions is possible. However, a list is sometimes very useful and the above method can easily be adapted to search for pauses greater than an arbitrary length. Besides, Sre...
- Sun Apr 14, 2013 6:01 pm
- Forum: Nyquist
- Topic: Zero crossings -- Help me, Robert (or steve)
- Replies: 11
- Views: 3733
Re: Zero crossings -- Help me, Robert (or steve)
I just looked up the distinction between sref-inverse and snd-inverse. Might the use of snd-inverse be an improvement in time complexity here?
- Sun Apr 14, 2013 5:39 pm
- Forum: Windows
- Topic: What effects are used here?
- Replies: 9
- Views: 925
Re: What effects are used here?
Sorry to bump up this thread, but I'm wondering if somebody can help me with identifying the values of GVerb for this? I seem to keep getting too much echo, I'm just wondering if somebody could open up their Audacity and see if they can get something sounding ...
- Sun Apr 14, 2013 4:58 pm
- Forum: Nyquist
- Topic: Zero crossings -- Help me, Robert (or steve)
- Replies: 11
- Views: 3733
Re: Zero crossings -- Help me, Robert (or steve)
Ah, so you mean sref-inverse could give the routine "quadratic" complexity as I said... but the linearity of the LISP solution would have such a big coefficient that it is still a loser. The LISP loops I have already written and used seem tolerably fast for the amounts of data I give it. N...
- Sun Apr 14, 2013 11:25 am
- Forum: Windows
- Topic: I have this simple, yet crazy problem. Could you help me?
- Replies: 7
- Views: 795
Re: I have this simple, yet crazy problem. Could you help me
You could try using the Transcription Toolbar to play back track-1 faster - see: http://manual.audacityteam.org/o/man/transcription_toolbar.html The key thing about this is that it only temporarily affects playback and does not change the underlying recorded track(s) Also if you definitely know that...
- Sun Apr 14, 2013 6:26 am
- Forum: Windows
- Topic: I have this simple, yet crazy problem. Could you help me?
- Replies: 7
- Views: 795
Re: I have this simple, yet crazy problem. Could you help me
How Long is the second track that should be found?