Search found 59476 matches
- Fri Mar 26, 2021 8:37 pm
- Forum: Audio Processing
- Topic: Howto generate non linear tones ?
- Replies: 2
- Views: 247
Re: Howto generate non linear tones ?
Here some samples draw that I want to generate : The first one is easy using "Nyquist" scripting. Apply this code via the "Nyquist Prompt" effect (See: https://manual.audacityteam.org/man/nyquist_prompt.html) (setf bias 0.5) (setf hz 100) (setf amplitude 0.8) (scale amplitude (o...
- Fri Mar 26, 2021 7:21 pm
- Forum: Windows
- Topic: Sorting VST plugins in a list
- Replies: 5
- Views: 121
Re: Sorting VST plugins in a list
Are you referring to the Plug-in manager (https://manual.audacityteam.org/man/manage_effects_generators_and_analyzers.html) If so, then you can sort the list by clicking on one of the headings (name / state / path). There is a minor bug in that the default order of the list is by name from z to a (r...
- Fri Mar 26, 2021 6:30 pm
- Forum: Windows
- Topic: 20 beats per measure LIMIT when generating a RHYTHM TRACK??
- Replies: 2
- Views: 81
- Fri Mar 26, 2021 5:44 pm
- Forum: Audio Processing
- Topic: Noise Removal by spectral substraction?
- Replies: 7
- Views: 891
Re: Noise Removal by spectral substraction?
Lets say we have two tracks A and B. Both tracks contain the exact same audio information PLUS uncorrelated noise. By inverting one of the tracks and mixing both tracks together for subtraction I get the whole noise from track A and track B isolated. Having the noise from both tracks A & B isol...
- Fri Mar 26, 2021 2:38 pm
- Forum: GNU/Linux
- Topic: Plugin Pseudo Stereo truncates audio track
- Replies: 4
- Views: 387
Re: Plugin Pseudo Stereo truncates audio track
It's because Nyquist plug-ins are currently limited to 2^31 samples. This limitation may be removed in the future but it's quite tricky while we still support 32-bit builds of Audacity. I'm surprised there wasn't an error message, but I guess that I didn't consider people using the effect on such lo...
- Fri Mar 26, 2021 1:15 pm
- Forum: Windows
- Topic: Problem with Noise gate effect
- Replies: 4
- Views: 115
Re: Problem with Noise gate effect
I don't know, why this preinstalled plugin doesn't work. The pre-installed version has an extra control: "hold". Unfortunately an update shortly before Audacity 3.0.0 was released caused a problem with the new "hold" setting. To work around the problem, set "hold" to z...
- Fri Mar 26, 2021 12:04 pm
- Forum: Windows
- Topic: api-ms-win-crt-runtime-l1-1-0.dll is missing
- Replies: 5
- Views: 12268
Re: api-ms-win-crt-runtime-l1-1-0.dll is missing
I try installing audacity on my window 7 32bit but it is giving me error the program can’t start because api ms win crt runtime is missing You need a Windows update for "Microsoft Visual C++ Redistributable for Visual Studio". Download and install x86: vc_redist.x86.exe You can get it fro...
- Fri Mar 26, 2021 11:59 am
- Forum: Audio Processing
- Topic: Adjust DC offset?
- Replies: 4
- Views: 256
Re: Adjust DC offset?
Oops. of course, now I can apply 'remove DC offset', then amplify, works fine. Yes :) It would be possible to do all of that in Nyquist commands, but I wasn't sure exactly what you wanted, so I just gave you the simplest version to do the part that can't easily be done by other means. Nyquist is ex...
- Fri Mar 26, 2021 10:16 am
- Forum: GNU/Linux
- Topic: Audacity does not work on Linux Mint 20.1 Cinnanon.
- Replies: 3
- Views: 446
Re: Audacity does not work on Linux Mint 20.1 Cinnanon.
Have you previously run any other version of Audacity on this computer?
What do you get from these commands:
Code: Select all
pacmd list-sourcesCode: Select all
pactl list- Fri Mar 26, 2021 10:06 am
- Forum: GNU/Linux
- Topic: Audacity does not work on Linux Mint 20.1 Cinnanon.
- Replies: 3
- Views: 446
Re: Audacity does not work on Linux Mint 20.1 Cinnanon.
Is it really Audacity 2.3.3? If yes, it is very old. Today is 3.0.0. The deb package in Ubuntu 20.04 LTS is Audacity 2.3.3. It works fine for me. There's a couple of minor issues with some of the text (because it has been built with GTK3 rather than the recommended GTK2), but other than that it's f...