Search found 59476 matches

by steve
Mon Dec 07, 2015 1:43 pm
Forum: Nyquist
Topic: tachometer analysis via nyquist
Replies: 8
Views: 1614

Re: tachometer analysis via nyquist

An alternative way to condition the signal would be to apply a "noise gate" (such as: http://wiki.audacityteam.org/wiki/Nyquist_Effect_Plug-ins#Noise_Gate) and then quantize the signal in the new plug-in code (http://www.cs.cmu.edu/~rbd/doc/nyquist/part8.html#index541). Example (this creat...
by steve
Mon Dec 07, 2015 1:23 pm
Forum: Nyquist
Topic: tachometer analysis via nyquist
Replies: 8
Views: 1614

Re: tachometer analysis via nyquist

steve wrote: I don't recall what the max size is for SND-FETCH-ARRAY, but it is at least 1 million.
From a quick test, the limit appears to be a little over 1 million samples. Much more than that and Nyquist will crash, which will probably take Audacity down with it.
by steve
Mon Dec 07, 2015 12:31 pm
Forum: Nyquist
Topic: tachometer analysis via nyquist
Replies: 8
Views: 1614

Re: tachometer analysis via nyquist

First I'd suggest normalizing the signals to 0 dB ("Normalize" effect). This makes the signals easier to work with. http://manual.audacityteam.org/o/man/normalize.html If you want to batch process a lot of files, you can add the Normalize effect and your new Nyquist plug-in to a Chain. htt...
by steve
Mon Dec 07, 2015 3:54 am
Forum: Feature Request Archive
Topic: Mark Silence effect as C++ code
Replies: 12
Views: 1598

Re: Mark Silence effect as C++ code

Edgar wrote:It is also way better than the Nyquist version(s) at dropping the label exactly in the center of the "silence"
It is by design that the Nyquist version places the label at a prescribed period before the end of the silence (not in the center of the silence).
by steve
Sun Dec 06, 2015 11:25 pm
Forum: Windows
Topic: Auto split dialogue file, no cut in 1/2 words?
Replies: 7
Views: 426

Re: Auto split dialogue file, no cut in 1/2 words?

You can disable the Metadata from opening on Export in Preferences:
"Edit menu > Preferences > Import/Export: Show Metadata Editor prior to export step"
by steve
Sun Dec 06, 2015 8:26 pm
Forum: Windows
Topic: How to change to channel 2 when it's not shown as an option?
Replies: 5
Views: 368

Re: How to change to channel 2 when it's not shown as an opt

Look in the Recording tab of the Windows Sound Control Panel and ensure that the device is set to 2 channel recording - you may need to also turn down the recording level very low (Windows often thinks that these devices are mono microphones).
by steve
Sun Dec 06, 2015 7:51 pm
Forum: Nyquist
Topic: tachometer analysis via nyquist
Replies: 8
Views: 1614

Re: tachometer analysis via nyquist

Please post a short sample recording in WAV or Flac format so that we can see what you are working with. See here for how to post an audio sample: http://forum.audacityteam.org/viewtopic ... 49&t=64936
by steve
Sun Dec 06, 2015 7:40 pm
Forum: General Audio Programming
Topic: Get sample number while recording
Replies: 9
Views: 2279

Re: Get sample number while recording

bzb wrote:should I try the 'compiling audacity' forum?
It is the same small group of volunteers that contribute their time helping other users on all boards of this Audacity forum.
by steve
Sun Dec 06, 2015 7:10 pm
Forum: Nyquist
Topic: effects with attack and release time
Replies: 1
Views: 967

Re: effects with attack and release time

Nyquist cannot (yet) access Audacity's built-in effects or other plug-ins, so to fade in/out an effect in one track you would need to write the effect as a Nyquist effect, or modify an existing Nyquist effect. How complex that task is depends on the effect. In some cases it can be simple, for exampl...
by steve
Sat Dec 05, 2015 12:36 pm
Forum: Windows
Topic: Is Audacity applicable on building interiors?
Replies: 1
Views: 138

Re: Is Audacity applicable on building interiors?

mariqioana wrote: I would like to ask if Audacity is applicable for acoustic simulation on building interiors?
No it's not. You can find out about Audacity here: http://web.audacityteam.org/about/features
mariqioana wrote:Is it working with mesh or NURBS models?
No it does not work with either model.