Search found 59476 matches

by steve
Fri Nov 10, 2017 5:27 pm
Forum: Adding Features to Audacity
Topic: +2 samples glitch [CLOSED]
Replies: 11
Views: 1473

Re: +2 samples glitch

It's the same on WIndows, Mac OS and Linux. As I previously suggested, you had not given sufficient detail. If you set the time format to "samples", then you will see 500001 samples, which I presume you agree is the correct number of samples in 1 second when the sample rate is 500001 sampl...
by steve
Fri Nov 10, 2017 2:15 pm
Forum: macOS
Topic: Lowering audio's "highs"
Replies: 3
Views: 294

Re: Lowering audio's "highs"

Try using the Limiter effect http://manual.audacityteam.org/man/limiter.html Reducing the peak level by 6 dB is equivalent to reducing the level by half. So, if you first Normalize (http://manual.audacityteam.org/man/normalize.html) to 0 dB and then set the Limiter to: Type: Soft Limit (default) Inp...
by steve
Fri Nov 10, 2017 1:28 pm
Forum: Windows
Topic: Need some guidance
Replies: 3
Views: 263

Re: Need some guidance

Low level noise can be reduced with the Noise Reduction effect, but you need to have a region of the recording that has only the low level noise. It is not generally possible to remove loud sounds to reveal quiet sounds that are masked by the loud sounds. If this question is regarding a covert recor...
by steve
Fri Nov 10, 2017 1:08 pm
Forum: Windows
Topic: Time-Aligning 12hr+ tracks
Replies: 5
Views: 480

Re: Time-Aligning 12hr+ tracks

JCHaywire wrote:simply snipping some from one channel or the other every hour or so is less time-intensive than the process you describe above.
You can of course do that in Audacity, but I was answering your question, and you said that you wanted to "stretch one track to sync with the other".
by steve
Fri Nov 10, 2017 12:50 pm
Forum: Windows
Topic: Chain conversion crashes Audacity 2.2.0
Replies: 21
Views: 1725

Re: Chain conversion crashes Audacity 2.2.0

For Mac, there is a "Nightly Build" https://www.fosshub.com/Audacity-Mac-Nightlies.html Note that these are "alpha" builds, and although the current Nightly Build is the same as the release version plus a few bug fixes, that is not always the case. During the development cycle th...
by steve
Fri Nov 10, 2017 4:23 am
Forum: Plug-in Archive
Topic: Improved "leveling" for speech
Replies: 31
Views: 26526

Re: Improved "leveling" for speech

kozikowski wrote:Which rev is this?
Without downloading and comparing every download in the topic, I've no idea, but this is the "latest version": download/file.php?id=9658
by steve
Thu Nov 09, 2017 11:51 pm
Forum: Recording Techniques
Topic: Recording Single Word Multiple Times
Replies: 5
Views: 766

Re: Recording Single Word Multiple Times

I guess there's some important detail missing from your post, otherwise:
Use an iPhone, dictaphone, or anything else that can record at the press of a button, press the record button, and say the word 20 times, leaving about half a second between each word.
by steve
Thu Nov 09, 2017 11:47 pm
Forum: Making Music with Audacity
Topic: Seamless pitch shift
Replies: 1
Views: 783

Re: Seamless pitch shift

Probably easier to just generate it as one sound. For example, try running this in the Nyquist Prompt effect (http://manual.audacityteam.org/man/nyquist_prompt.html):

Code: Select all

;type generate
(mult 0.8
  (osc-pulse (pwlv 110 0.5 110 1.5  220 2.5 220) 0))
by steve
Thu Nov 09, 2017 6:01 pm
Forum: Adding Features to Audacity
Topic: +2 samples glitch [CLOSED]
Replies: 11
Views: 1473

Re: +2 samples glitch

Out of interest, I tested with Audacity 2.1.2 (I don't have 2.1.3 installed at the moment), and I can't reproduce the problem in 2.1.2 either. Perhaps your steps to reproduce are not detailed or precise enough.
by steve
Thu Nov 09, 2017 5:55 pm
Forum: Windows
Topic: a new genereator would be super!
Replies: 3
Views: 318

Re: a new genereator would be super!

For sine waves, it is very easy using the Nyquist Prompt effect (http://manual.audacityteam.org/man/nyquist_prompt.html) The "Nyquist" scripting language has a built-in command for generating sine waves that takes the MIDI note number to select the frequency. 1) Select part of an audio tra...