Search found 59476 matches

by steve
Wed Nov 20, 2013 1:58 am
Forum: Nyquist
Topic: Nyquist Wish List
Replies: 40
Views: 55698

Re: Nyquist Wish List

Make the Audacity configuration directory known to Nyquist. This would be useful to allow Nyquist effects to save and recall settings, and even to read audacity.cfg.

[Update: Nyquist plug-ins now have *SYSTEM-DIR* property list.]
by steve
Wed Nov 20, 2013 1:56 am
Forum: Feature Request Archive
Topic: A more accessible way to set up latency correction
Replies: 36
Views: 13193

Re: A more accessible way to set up latency correction

Edgar wrote:But in reality you don't need all of that from a built-in effect because there's a wxWidgets function which returns the configuration directory no matter where it is.
Thanks Edgar. That's going on the Nyquist wish list :)
by steve
Wed Nov 20, 2013 1:54 am
Forum: Windows
Topic: My mic is recording system audio and I don't want it
Replies: 14
Views: 1579

Re: My mic is recording system audio and I don't want it

Go into the Windows Sound Control Panel and select the Recording tab. Set the microphone input as the default recording device. Talk into the microphone and you should see green bars next to the microphone icon moving up and down as you talk. Play some music on your computer through headphones and t...
by steve
Wed Nov 20, 2013 1:45 am
Forum: Feature Request Archive
Topic: A more accessible way to set up latency correction
Replies: 36
Views: 13193

Re: A more accessible way to set up latency correction

Matthew, I split your last post to here http://forum.audacityteam.org/viewtopic ... 20&t=75908 as it is really a different proposal to what is being discussed here.
by steve
Wed Nov 20, 2013 1:41 am
Forum: New Plug-Ins
Topic: Convert frequency of sine tone to vibration (tremolo)
Replies: 23
Views: 10242

Re: Convert frequency of sine tone to vibration (tremolo)

How are you generating the tones for your test?
by steve
Wed Nov 20, 2013 1:40 am
Forum: New Plug-Ins
Topic: Convert frequency of sine tone to vibration (tremolo)
Replies: 23
Views: 10242

Re: Convert frequency of sine tone to vibration (tremolo)

menackin wrote:I can do that (I am doing that), and it works
I'm wondering if we can break this down into an "engineering" problem.
What are the drawbacks/limitations of doing this way (the way that you are currently doing it)?
by steve
Wed Nov 20, 2013 1:06 am
Forum: Feature Request Archive
Topic: A more accessible way to set up latency correction
Replies: 36
Views: 13193

Re: A more accessible way to set up latency correction

Robert J. H. wrote:How about

Code: Select all

(print *default-sf-dir*)
No that's not reliable. It seems to show the location from which it was launched rather than where the executable is.
by steve
Tue Nov 19, 2013 11:42 pm
Forum: Feature Request Archive
Topic: A more accessible way to set up latency correction
Replies: 36
Views: 13193

Re: A more accessible way to set up latency correction

I don't know of any reliable way to find the directory from which Audacity is running (which I think would be required to find a Portable Settings folder). Let me know if you find one ;)
by steve
Tue Nov 19, 2013 11:20 pm
Forum: Feature Request Archive
Topic: A more accessible way to set up latency correction
Replies: 36
Views: 13193

Re: A more accessible way to set up latency correction

On Linux you can use the HOME environment variable.

Code: Select all

 (get-env "HOME")
by steve
Tue Nov 19, 2013 11:04 pm
Forum: Windows
Topic: My mic is recording system audio and I don't want it
Replies: 14
Views: 1579

Re: My mic is recording system audio and I don't want it

Look in the recording settings in the device toolbar. What options are available?
You need to select the option that corresponds to your microphone, not Stereo Mix and not Sound Mapper.