Search found 59476 matches

by steve
Tue Mar 21, 2017 6:17 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Plugins go to ~/Library... is problematic
Replies: 11
Views: 3243

Re: Plugins go to ~/Library... is problematic

Gale Andrews wrote:I don't think we'd want to suggest to users going into the Nyquist directory.
No, I agree. That should be used only for "system" Nyquist files (the .lsp files).
by steve
Tue Mar 21, 2017 4:58 pm
Forum: Audacity in Education
Topic: Sync audio with foreign language text
Replies: 7
Views: 4418

Re: Sync audio with foreign language text

gtaus wrote:Is there anyway to put a link in a text document that would point to a label in an Audacity file?
No there isn't. I think your idea to "export multiple labels and link to the separate files" should work.
by steve
Tue Mar 21, 2017 3:02 pm
Forum: Podcasting with Audacity
Topic: Behringer Podcast USB Studio Dirty Noise
Replies: 10
Views: 2790

Re: Behringer Podcast USB Studio Dirty Noise

sandeepp wrote:3.When I am recording audio from mixer to audocity then it's happen, but when I am listening audio from MIC to headphone then it's coming clear.
Please describe in more detail what you are doing in this step. What is connected to what?
by steve
Tue Mar 21, 2017 1:45 pm
Forum: Windows
Topic: Error when recording computer playback [SOLVED]
Replies: 4
Views: 315

Re: audicity 2.1.3

Select "WASAPI" as the "host" in the device toolbar.
Does that give you any recording device options?
by steve
Tue Mar 21, 2017 1:37 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Plugins go to ~/Library... is problematic
Replies: 11
Views: 3243

Re: Plugins go to ~/Library... is problematic

For Nyquist plug-ins, running this script in the Nyquist Prompt effect will give a list of all locations where Audacity can find Nyquist plug-ins: ;version 4 (setf dirs "Plug-in directories:\n") (dolist (dir (get '*SYSTEM-DIR* 'plug-in) dirs) (setf dirs (strcat dirs dir "\n"))) (...
by steve
Tue Mar 21, 2017 9:23 am
Forum: Windows
Topic: Audacity suddenly stop recording
Replies: 2
Views: 696

Re: Audacity suddenly stop recording

Disconnect the USB mic Reboot the computer Plug in the USB mic Open the Sounds control panel (http://wiki.audacityteam.org/wiki/Mixer_Toolbar_Issues#vistacp) Switch to the recording tab, and check that the USB mic is enabled and working. You should see a green meter respond to talking into the mic. ...
by steve
Tue Mar 21, 2017 8:31 am
Forum: New Plug-Ins
Topic: Expression Generator
Replies: 21
Views: 4770

Re: Expression Generator

Conditional expressions:

Code: Select all

(if (< (rem (truncate (* dur 10 x)) 10) 5) 0.8 -0.8)
from 0 to 100
firsttrack000.png
firsttrack000.png (8.44 KiB) Viewed 1765 times
by steve
Mon Mar 20, 2017 11:20 pm
Forum: Windows
Topic: understanding NoiseGate
Replies: 8
Views: 5222

Re: understanding NoiseGate

Thank you, Steve. It may be obvious to you knowing Noise Gate so well, but I am unable so far to figure out, using a consistent level reduction of -12 dB in vocals that seem to have comparable amounts of background noise, I sometimes accidentally get the quiet parts reduced to absolute silence, whi...
by steve
Mon Mar 20, 2017 7:39 pm
Forum: Windows
Topic: understanding NoiseGate
Replies: 8
Views: 5222

Re: understanding NoiseGate

NOISE GATE OVERVIEW. Noise Gates may be used to cut the level of residual noise between sections of a recording. While this is essentially a very simple effect, this Noise Gate has a number of features and settings that allow it to be both effective and unobtrusive and well suited to most types of a...
by steve
Mon Mar 20, 2017 6:53 pm
Forum: Windows
Topic: External drives keep disconnecting when exporting
Replies: 4
Views: 302

Re: External drives keep disconnecting when exporting

I would advise against running any audio production application with data from an external drive. Whether you're using Audacity, ProTools, Cubase, or whatever, external drives are prone to dropping data when under time critical demand. Much better to transfer the data to a local drive first, do your...