Search found 59476 matches

by steve
Sun Mar 11, 2012 2:38 pm
Forum: Windows
Topic: Automatically chain/align multiple tracks (SOLVED)
Replies: 4
Views: 5934

Re: Automatically chain/align multiple tracks (howto?)

There is currently no way to do that automatically, but there are keyboard shortcuts that could make it a lot quicker (with a bit of practice). Let's say that you have 40 tracks one above the other and want to line them up end-to-end: Double click on the top track to select it. K key (moves cursor t...
by steve
Sun Mar 11, 2012 2:16 pm
Forum: Mac OS X
Topic: Setting the start point form the keyboard
Replies: 2
Views: 5252

Re: Setting the start point form the keyboard

You may also find some useful navigation tips here: http://wiki.audacityteam.org/wiki/Navig ... n_features

There is a full list of keyboard shortcuts in the manual: http://manual.audacityteam.org/man/Keyb ... _Reference
by steve
Sun Mar 11, 2012 2:03 pm
Forum: Audio Processing
Topic: Removal of an unwanted regular sound
Replies: 1
Views: 536

Re: Removal of an unwanted regular sound

It probably won't be possible to completely eliminate it, but probably will be possible to reduce it substantially (though it may require a tedious amount of work to do so). Could you attach a short audio sample in WAV of FLAC format to your reply - just a couple of seconds - then we can try to help...
by steve
Sun Mar 11, 2012 1:52 pm
Forum: Windows
Topic: Need to Remove Voice Doubling Echo Effect
Replies: 3
Views: 63004

Re: Need to Remove Voice Doubling Echo Effect

Unfortunately it is not possible to remove the echo.
by steve
Sat Mar 10, 2012 4:16 pm
Forum: Audio Processing
Topic: Need help setting up Karaoke
Replies: 5
Views: 4233

Re: Need help setting up Karaoke

Am I correct that this question is unrelated to Audacity? I don't really understand your question. Do you just want to make your Karaoke software play through the TV speakers rather than through the computer speakers? When you use the Karaoke software, can you hear your voice? Is this what you want ...
by steve
Sat Mar 10, 2012 2:15 pm
Forum: Mac OS X
Topic: Audacity randomly stopped working
Replies: 4
Views: 2979

Re: Audacity randomly stopped working

I downloaded the latest version for Mac. Which latest version? The latest 1.2.x version or the latest 1.3.x version? This sounds like a known problem on Audacity 1.2.6. Even the "latest" 1.2.x version is very old - development on the 1.x series ended several years ago. (the Audacity websi...
by steve
Sat Mar 10, 2012 2:07 pm
Forum: Maintaining / Improving this Forum
Topic: Feedback from Polls
Replies: 5
Views: 5953

Re: Feedback from Polls

Could be of most interest for collecting votes regarding new features requests. That's the sort of thing I had in mind. I think that it would be important to only have a small number of active polls at any one time. Perhaps new polls could be announced on the Audacity Users mailing list so that any...
by steve
Sat Mar 10, 2012 1:17 pm
Forum: GNU/Linux and Unix-like
Topic: Sliding Time/Scale Pitch result sounds strange (SOLVED)
Replies: 87
Views: 73139

Re: Sliding Time/Scale Pitch result sounds strange

The discontinuity exists in the current lib-src/ code. It is fixed by the sbsms2_TimeScale.patch I submitted earlier, which is still pending. That's this one I presume: http://bugzilla.audacityteam.org/show_bug.cgi?id=485 The idea is to have some sort of semi-urgent placeholder, motivating a commit...
by steve
Sat Mar 10, 2012 4:50 am
Forum: Nyquist
Topic: General Programming Questions
Replies: 8
Views: 3429

Re: General Programming Questions

The author of Nyquist has provided some pretty decent PWL functions that (I believe) take time markers (starting at 0.000000 ... the beginning of the selection of audio, not the beginning of Audacity timeline), but some require that you don't include the first time unit (or maybe it's the last). Al...
by steve
Sat Mar 10, 2012 4:33 am
Forum: Audio Processing
Topic: dither on export (bug 22)
Replies: 24
Views: 5344

Re: dither on export (bug 22)

OK, but if so what is wrong with the rounding down, or for all we know so far, rounding towards zero, that happens now? Having thought a bit more about the issue of rounding, rounding down (or up) will introduce a small (extremely small) DC offset. Although insignificant for practical purposes, tha...