Search found 59476 matches

by steve
Thu Jan 25, 2018 6:06 pm
Forum: Windows
Topic: Problem with Time Track Logarithmic Scale
Replies: 5
Views: 353

Re: Problem with Time Track Logarithmic Scale

Thanks for the report xerkon. Yes it is a bug. I've added it to the Audacity bug tracker.
by steve
Thu Jan 25, 2018 2:44 pm
Forum: Nyquist
Topic: how to run YIN starting at sound start + 0.25s?
Replies: 17
Views: 3374

Re: how to run YIN starting at sound start + 0.25s?

confused a bit about differences between setq and setf There's two schools of thought: 1) Always use SETF (it does everything that SETQ does and more) 2) Use SETQ for setting simple numeric values, and use SETF for everything else. I think that historically SETQ came first. It is just a shorthand w...
by steve
Thu Jan 25, 2018 2:16 pm
Forum: Windows
Topic: U-Law Import is inverted
Replies: 13
Views: 2033

Re: U-Law Import is inverted

I looked at it for a good while trying to figure out what math error he could have made and fixed in 2014, but I couldn't come up with anything. There appears to be a couple of errors. Regarding his "magic number "23.08". Unfortunately he didn't explain where this came from, but it a...
by steve
Thu Jan 25, 2018 1:22 am
Forum: Nyquist
Topic: how to run YIN starting at sound start + 0.25s?
Replies: 17
Views: 3374

Re: how to run YIN starting at sound start + 0.25s?

One way to step through a sound in blocks, is to grab a section of the sound as an array, and then convert the array back into a sound for analysis (or analyze the array directly if appropriate). Here's a simple example that grabs blocks of 1000 samples and performs very simple analysis (prints the ...
by steve
Wed Jan 24, 2018 10:07 pm
Forum: macOS
Topic: extremely low recording level when run through mixer
Replies: 4
Views: 318

Re: extremely low recording level when run through mixer

How high is the pre-fade level metering on the mixer? That should peak at around 0db. How high is the post-fade level on the mixer? That should peak at around -6 dB (OK to go a bit over, but keep it below 0 dB). How high is the meter level in Audacity? That should be about the same as the post-fade ...
by steve
Wed Jan 24, 2018 10:01 pm
Forum: Podcasting with Audacity
Topic: [How] remove all words with specify profile
Replies: 4
Views: 1201

Re: [How] remove all words with specify profile

t3kcit wrote:There is no python interface for writing plugins, is there?
Not yet, though it's a possibility.
by steve
Wed Jan 24, 2018 9:58 pm
Forum: Windows
Topic: U-Law Import is inverted
Replies: 13
Views: 2033

Re: U-Law Import is inverted

what is u-law in the context of Audacity's importer There's a description on Wikipedia here: https://en.wikipedia.org/wiki/G.711#%CE%BC-Law The implementation that Audacity uses is libsndfile . As you can see from the very different results of Audacity's μ-Law decoding, and the proper decoding of t...
by steve
Wed Jan 24, 2018 9:55 pm
Forum: Windows
Topic: Adding randomized silence (Windows 10, Audacity 2.1.3)
Replies: 86
Views: 7072

Re: Adding randomized silence (Windows 10, Audacity 2.1.3)

Hi PiTeRr, I wasn't quite sure what you were asking for, but having read through your posts again - Am I right in thinking that you want to be able to generate, with a Nyquist script, a stereo track with the "randomised" tones in one channel, and square pulses in the other, so that the pul...
by steve
Wed Jan 24, 2018 9:45 pm
Forum: Nyquist
Topic: Is there a Nyquist Workbench module download for v2.2.1
Replies: 1
Views: 942

Re: Is there a Nyquist Workbench module download for v2.2.1

Because "modules" are still quite experimental and evolving, there's a restriction that modules have to be built (from source code) on the same day as Audacity is built (to ensure that the versions match). There is currently no ready-built Nyquist Workbench, and it has unfortunately been a...
by steve
Wed Jan 24, 2018 7:38 pm
Forum: Windows
Topic: Theme Crashes Audacity
Replies: 3
Views: 434

Re: Theme Crashes Audacity

Themes are a new feature and still under active development. The developers are aware that making themes is currently harder than it should be, and we are likely to see incremental improvements with new Audacity releases. The documentation crew aim to keep the manual up to date with the current rele...