Search found 59476 matches

by steve
Wed Jun 27, 2018 11:17 pm
Forum: Nyquist
Topic: Tools Menu
Replies: 30
Views: 9116

Re: Tools Menu

Are you able to translate other strings in Audacity?
Are you familiar with how to translate Audacity?
by steve
Wed Jun 27, 2018 8:51 pm
Forum: macOS
Topic: Lost _data file, is recovery possible with only the .aup?
Replies: 3
Views: 264

Re: Lost _data file, is recovery possible with only the .aup

duno9 wrote: I think I missed the _data files for the projects, and they got wiped with the hard drive.
Unfortunately, if the _data folder was wiped then that's the end of it. The audio data is in the _data folder, so if the _data folder is gone, then so is the audio.
by steve
Wed Jun 27, 2018 8:04 pm
Forum: Windows
Topic: Equalization Windows Frequency Range BUG
Replies: 4
Views: 262

Re: Equalization Windows Frequency Range BUG

For those who may encounter the same problem, equalisation window is bugged when the different files opened are not sampled at the same rate (44100Hz, 8000Hz etc) The window take the lowest sample rate and blocks the frequencies to approximately half the Hz. And this is true even if you analyse the...
by steve
Wed Jun 27, 2018 7:37 pm
Forum: Audio Processing
Topic: Time scaling curiosity
Replies: 25
Views: 1697

Re: Time scaling curiosity

Does Nyquist allow writing such a timescale/pitchshift filter with various windows, like box, triangle, Hanning, Lanczos–2, Lanczos–3, the cubic family That would be possible, but not an easy project. Making the windows is easy enough, for example: (defun hann-window() (setf step (hz-to-step 1)) (a...
by steve
Wed Jun 27, 2018 6:35 pm
Forum: Nyquist
Topic: Tools Menu
Replies: 30
Views: 9116

Re: Tools Menu

I do not understand what it is "; i18n-hint". It is not in the .ny file. ;i18n-hint is a comment that should be visible to translators, but is ignored by the application (it's a comment ) An example is in sample-data-export.ny $control channel-layout (_ "Channel layout for stereo&quo...
by steve
Wed Jun 27, 2018 4:52 pm
Forum: macOS
Topic: Crashed, tried to recover, help, stuck, due tomorrow, b nice
Replies: 4
Views: 312

Re: Crashed, tried to recover, help, stuck, due tomorrow, b

This is the information that we have about recovering projects manually, though sadly I doubt that it will help: https://manual.audacityteam.org/man/rec ... ually.html
by steve
Wed Jun 27, 2018 4:48 pm
Forum: Plug-in Archive
Topic: RMS Normalize
Replies: 11
Views: 14130

Re: RMS Normalize

Assuming that you are using the current 2.2.2 version of Audacity, see here for how to enable plug-ins: https://manual.audacityteam.org/man/man ... yzers.html
by steve
Wed Jun 27, 2018 4:43 pm
Forum: Audiobook Production
Topic: Audacity Effects can't enable DeEsser
Replies: 3
Views: 546

Re: Audacity Effects can't enable DeEsser

Several of the Waves VST effects are incompatible with Audacity.
Supported host applications are listed on the Waves website: https://www.waves.com/support/tech-spec ... rted-hosts
by steve
Wed Jun 27, 2018 4:31 pm
Forum: Windows
Topic: Recording Live Concerts and Festivals - SOLVED
Replies: 16
Views: 932

Re: Recording Live Concerts and Festivals - Need Help!

That sounds about right, but do try it out before the start of the festival so that everyone knows what they are doing. So often we hear from people that have messed up on the day because they were not sure what they were doing, and often that has lead to problems that cannot be fixed after the event.
by steve
Wed Jun 27, 2018 4:10 pm
Forum: Nyquist
Topic: Tools Menu
Replies: 30
Views: 9116

Re: Tools Menu

Are you able to translate other strings in Audacity?
Is the problem with a new plug-in that you have written, or with the plug-ins that are included in the Audacity source code?