Search found 59476 matches
- 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...
- Mon Dec 07, 2015 1:23 pm
- Forum: Nyquist
- Topic: tachometer analysis via nyquist
- Replies: 8
- Views: 1614
Re: tachometer analysis via nyquist
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.steve wrote: I don't recall what the max size is for SND-FETCH-ARRAY, but it is at least 1 million.
- 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...
- 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
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).Edgar wrote:It is also way better than the Nyquist version(s) at dropping the label exactly in the center of the "silence"
- 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"
"Edit menu > Preferences > Import/Export: Show Metadata Editor prior to export step"
- 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).
- 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
- 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
It is the same small group of volunteers that contribute their time helping other users on all boards of this Audacity forum.bzb wrote:should I try the 'compiling audacity' forum?
- 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...
- 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?
No it's not. You can find out about Audacity here: http://web.audacityteam.org/about/featuresmariqioana wrote: I would like to ask if Audacity is applicable for acoustic simulation on building interiors?
No it does not work with either model.mariqioana wrote:Is it working with mesh or NURBS models?