Search found 59476 matches

by steve
Sun Oct 06, 2013 3:01 pm
Forum: Feature Request Archive
Topic: Track Drop-down Menu commands
Replies: 82
Views: 21102

Re: Misleading behavior of Make Stereo Track

Robert J. H. wrote:It isn't much of a difference , it is more a visual and conceptional change.
but it would require a lot of changes to the code, so I don't see that happening any time soon.
by steve
Sun Oct 06, 2013 1:48 pm
Forum: Recording Techniques
Topic: high pitched background noise
Replies: 13
Views: 30386

Re: high pitched background noise

Thanks for your comments Diablofire, but this topic is well over three years old so I doubt that the original poster will still be around.
by steve
Sun Oct 06, 2013 1:44 pm
Forum: Windows
Topic: another Volume issue...
Replies: 1
Views: 285

Re: another Volume issue...

Commercial recordings are often heavily "compressed" to increase the loudness (see: http://en.wikipedia.org/wiki/Loudness_war). "Natural" are always a lot quieter. If you'd like to post a short sample (just a few seconds) then we can look to see if that is the problem or if it is...
by steve
Sun Oct 06, 2013 1:22 pm
Forum: Windows
Topic: midi recording settings
Replies: 1
Views: 269

Re: midi recording settings

Audacity does not record MIDI.
There is some advice here about how to record from a keyboard: http://manual.audacityteam.org/man/FAQ: ... #keyboards
by steve
Sun Oct 06, 2013 1:10 pm
Forum: Feature Request Archive
Topic: Track Drop-down Menu commands
Replies: 82
Views: 21102

Re: Misleading behavior of Make Stereo Track

Gale Andrews wrote:At the very least it's a feature request
What would the feature request be? If it is that "Track drop down menu > make stereo tracks" honours the track channel settings, then is that not already provided by "Tracks menu > Mix and Render"?
by steve
Sun Oct 06, 2013 1:02 pm
Forum: Nyquist
Topic: Memory leaks in Nyquist or the Lisp environment?
Replies: 18
Views: 6259

Re: Memory leaks in Nyquist or the Lisp environment?

Memory management for Nyquist in Audacity is far from ideal. One of the major problems is that Nyquist does not read track audio data directly from disk. A well known example is normalizing an audio track: (setq newpeak 0.8) (mult s (/ newpeak (peak s ny:all))) The problem here is that (peak s ny:al...
by steve
Sat Oct 05, 2013 2:29 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.

Gale Andrews wrote:We could design the dialogue better so that people could actually find the "Options..." button. ;)
That would save a lot of help requests ;)
by steve
Sat Oct 05, 2013 2:27 pm
Forum: macOS
Topic: Misleading behavior of Make Stereo Track
Replies: 4
Views: 2464

Re: Misleading behavior of Make Stereo Track

I have two mono tracks that I want to merge in one stereo track. * Change track A from mono to "Right channel" * Change track B from mono to "Left channel" * Select "Make stereo track" in track A Then I have an stereo track. The issue is that track A is in the left cha...
by steve
Sat Oct 05, 2013 2:14 pm
Forum: Windows
Topic: I want to teach people DSp of sound as the signal
Replies: 3
Views: 509

Re: I want to teach people DSp of sound as the signal

What help I can get from you in this regard. Probably not much I'm afraid. This is essentially an Audacity user help forum. There are very few software developers here. If you wish to examine the Audacity code, it is available here: http://code.google.com/p/audacity/source/checkout I'd also recomme...
by steve
Sat Oct 05, 2013 2:01 pm
Forum: Windows
Topic: pluck
Replies: 2
Views: 1025

Re: pluck

Do you want a sound that goes "poink!" ? If you do, then "Pluck" is the tool for the job ;) "Pluck" is an example of a Nyquist plug-in for generating sounds. "Nyquist" is a programming language designed for generating and processing sound and is included in Au...