Silent finder "Nyquist did not return audio"

This section is now closed.
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.

Mac 0S X 10.3 and earlier are no longer supported but you can download legacy versions of Audacity for those systems HERE.
bigboss1927
Posts: 10
Joined: Thu Feb 17, 2011 2:54 am
Operating System: Please select

Silent finder "Nyquist did not return audio"

Post by bigboss1927 » Thu Feb 17, 2011 2:59 am

Hi,

I am in the process of recording my LPs to mp3 and all of a sudden the "silence finder" in Audacity beta 1.3.12 keeps giving me the error

"Nyquist did not return audio". Uninstalling and reinstalling Audacity did nothing. I tried to change the settings and it fails.....it was working before .....what can I do? :oops:

I want to separate the songs with labels without having to do it manually.

Thanks.

steve
Site Admin
Posts: 80694
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Silent finder "Nyquist did not return audio"

Post by steve » Thu Feb 17, 2011 6:44 pm

Try running it again but press the Debug button instead of the OK button. If there is any text in the debug window (that will pop up), copy and paste it into your reply.

One thought - you're not using a comma as a decimal separator are you? The decimal point needs to be a dot.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

bigboss1927
Posts: 10
Joined: Thu Feb 17, 2011 2:54 am
Operating System: Please select

Re: Silent finder "Nyquist did not return audio"

Post by bigboss1927 » Fri Feb 18, 2011 2:42 am

Here is the error from the debugger.

Thanks for the quick reply

error: unbound function - DB-TO-LINEAR

steve
Site Admin
Posts: 80694
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Silent finder "Nyquist did not return audio"

Post by steve » Fri Feb 18, 2011 2:16 pm

I'm not able to reproduce the problem.

Does this happen with all tracks or only certain ones?
Could you give a step-by-step description of what you are doing, including all settings that you are using. Show me how to reproduce the problem.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

bigboss1927
Posts: 10
Joined: Thu Feb 17, 2011 2:54 am
Operating System: Please select

Re: Silent finder "Nyquist did not return audio"

Post by bigboss1927 » Mon Feb 21, 2011 4:25 pm

Ok Steve,

Here is what I am doing.

After the LP is successfully recorded. I do go to the ANALYZE menu, select silence finder.

The settings for the silence finder are:

Treat audio below this level as silence [ -db]: 26

Minimum duration of silence [seconds]: 1

Label placement [seconds before silence ends]: 0.30 .

That is basically what I have been doing and changing the settings does nothing. There does not seems to be a way to reset the settings to default as it originally worked fine before I changed something that I cannot remember :oops: :roll:


Please note that I even trashed the whole audacity and reinstalled it. Even rebooted the Macbook Pro.

Still no go.

Thanks again for your help Steve.

steve
Site Admin
Posts: 80694
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Silent finder "Nyquist did not return audio"

Post by steve » Mon Feb 21, 2011 4:48 pm

bigboss1927 wrote:There does not seems to be a way to reset the settings to default
Those are the defaults.

Code: Select all

Treat audio below this level as silence [ -db]: 26
Minimum duration of silence [seconds]: 1
Label placement [seconds before silence ends]: 0.3
What happens if you just select a short section of the recorded track and apply Silence Finder? Does it still produce that error message?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

bigboss1927
Posts: 10
Joined: Thu Feb 17, 2011 2:54 am
Operating System: Please select

Re: Silent finder "Nyquist did not return audio"

Post by bigboss1927 » Sun Apr 10, 2011 9:56 pm

Hi again,

I decided to give another try and to follow your advice. I did select a short portion of audio 7 seconds and it gives me the exact same error. :o

"error: unbound function - DB-TO-LINEAR" from the debug feature

Please also note that I even attempted to try the "sound finder" and it greets me with the exact same error even with the debugger. :? :?

Thanks again for the assistance.

steve
Site Admin
Posts: 80694
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Silent finder "Nyquist did not return audio"

Post by steve » Sun Apr 10, 2011 11:35 pm

Could you check the location of the file "nyquist.lsp"
It should be in the same directory as lots of other .lsp files including "dspprims.lsp"
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

bigboss1927
Posts: 10
Joined: Thu Feb 17, 2011 2:54 am
Operating System: Please select

Re: Silent finder "Nyquist did not return audio"

Post by bigboss1927 » Sat Apr 16, 2011 7:11 pm

Hi Steve,

I did check the location of those files, they are all located in the folder "nyquist".
This is normal isn't it?

steve
Site Admin
Posts: 80694
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Silent finder "Nyquist did not return audio"

Post by steve » Sun Apr 17, 2011 12:24 pm

Could you try this test:
  • Open Audacity
  • Import or generate a track
  • Select the track
  • "Effect menu > Nyquist Prompt"
  • Copy and paste this code into the "Nyquist Prompt" box

    Code: Select all

    (format nil "~a ~a ~a"(db-to-linear -6)(linear-to-db 0.5)(get-duration 1))
  • Click the Debug button.
If you get an error message in the Debug window, please copy and paste it into your reply.

Also, could you upload the "nyquist.lsp" file (use the "Upload Attachment" feature that is below the compose message box).
If the forum software says that .lsp files are not allowed, just change the file name to "nyquist.lsp.txt" and upload it.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Locked