Search found 59476 matches

by steve
Sat Oct 05, 2013 1:53 pm
Forum: Feature Request Archive
Topic: Export Multiple: Hide Metadata Editor after first file.
Replies: 18
Views: 8827

Re: Export Multiple: Hide Metadata Editor after first file.

Just a single checkbox "No Metadata", unchecked by default but whose last state is recorded in audacity.cfg I've had a look at this in the code and it looks pretty straightforward to put a checkbox in the "Export Multiple" dialogue, but rather more awkward for "Export"...
by steve
Sat Oct 05, 2013 12:54 pm
Forum: Windows
Topic: Audacity 2.0.4 not recording from Internet Browser
Replies: 14
Views: 2200

Re: Audacity 2.0.4 not recording from Internet Browser

It looks something like this: http://manual.audacityteam.org/o/m/images/a/aa/devicetoolbarwin7basic.png and by default it is near the top of the Audacity interface as shown in the big picture on this page: http://manual.audacityteam.org/o/#reference Note that if you installed the recommended version...
by steve
Sat Oct 05, 2013 11:25 am
Forum: Windows
Topic: record vinyl to laptop
Replies: 27
Views: 6255

Re: record vinyl to laptop

the only possible rational reason for using 24 bit was to avoid clipping the ADC if input levels were too hot. 24 bit audio can be clipped just as 16 bit can be. 16 and 24 bit audio are "integer" formats and both will clip off anything over 0 dB. "Float" formats are different. T...
by steve
Fri Oct 04, 2013 4:41 pm
Forum: Windows
Topic: "Voicemeeter" freeware
Replies: 12
Views: 6854

Re: "Voicemeeter" freeware

After a brief test, it seems to work pretty well on XP. I think a useful additional feature would be the ability to pan the inputs left/right, then, when recording a voip application, it would be possible to record the local microphone on one channel and the person at the other end of the conversati...
by steve
Fri Oct 04, 2013 3:57 pm
Forum: Audio Processing
Topic: automatically strip redundant spaces from filenames
Replies: 5
Views: 2083

Re: automatically strip redundant spaces from filenames

waxcylinder wrote:So is "somebody" going to write the plugin? :)
Currently Nyquist plug-ins do not have read/write access to label tracks :( otherwise the plug-in would be done already.
I guess that this is my vote for giving Nyquist access to label tracks.
by steve
Fri Oct 04, 2013 3:53 pm
Forum: New Plug-Ins
Topic: Sound / Silence Marker
Replies: 69
Views: 36960

Re: Sound / Silence Marker

waxcylinder wrote:@Steve: do you still need this to be active?
Yes please.
I'll be coming back to this shortly.
by steve
Fri Oct 04, 2013 3:50 pm
Forum: Audio Processing
Topic: Convert VSTi to VST for Audacity
Replies: 3
Views: 1246

Re: Convert VSTi to VST for Audacity

Topic moved to Audio Processing.
by steve
Fri Oct 04, 2013 3:49 pm
Forum: Windows
Topic: record vinyl to laptop
Replies: 27
Views: 6255

Re: record vinyl to laptop

For that reason I am prepared for the ridicule and scoffing I will undoubtedly be exposed to when I say there is no doubt whatsoever in my mind that on my system I obtain audibly **significantly** better transfers when conducted at 24/96. That is quite possible. A/D converters are a complex combina...
by steve
Fri Oct 04, 2013 3:30 pm
Forum: Feature Request Archive
Topic: Align tracks end to end
Replies: 13
Views: 22822

Re: Align tracks end to end

Topic moved to archive.
by steve
Fri Oct 04, 2013 3:27 pm
Forum: Windows
Topic: Silence finder
Replies: 6
Views: 1001

Re: Silence finder

Is it possible to measure silence by sample, not by threshold value? I'm not sure exactly what you mean. The "Sample Data Export" tool in the Analyze menu will print out sample values: http://manual.audacityteam.org/o/man/sample_data_export.html In silence marker source code,I found that ...