Search found 59476 matches

by steve
Mon Nov 25, 2019 10:36 am
Forum: Audacity 2.x Feedback and Reviews
Topic: normalisation
Replies: 4
Views: 447

Re: normalisation

Why has the normalize function on track loading been removed? In response to complaints about it. It was known that removing an established feature (even one that was switched off by default) would be unpopular with some users, but the Audacity team have to take the decision whether to uphold the c...
by steve
Mon Nov 25, 2019 12:25 am
Forum: GNU/Linux
Topic: Crashes when closing project
Replies: 15
Views: 1538

Re: Crashes when closing project

What is your response when Audacity prompts you to save the project?
by steve
Sun Nov 24, 2019 9:53 pm
Forum: Windows
Topic: Possible bug with timeshift?
Replies: 2
Views: 138

Re: Possible bug with timeshift?

Try pressing the "F1" key, or select the "Selection tool" from the "Tools toolbar" (see: https://manual.audacityteam.org/man/tools_toolbar.html)
by steve
Sun Nov 24, 2019 9:50 pm
Forum: GNU/Linux
Topic: Crashes when closing project
Replies: 15
Views: 1538

Re: Crashes when closing project

In pixman_region32_init_rect: Invalid rectangle passed I'm guessing that we're sending negative 1 as one or more dimensions of a rectangle, which is OK to do with wxgtk2.x but is an error in wxgtk3.0. I've just checked and Ubuntu 19.10 builds Audacity with wxgtk3.0. However, I don't know if that is...
by steve
Sun Nov 24, 2019 3:00 pm
Forum: Nyquist
Topic: Request: Bit-depth Interpolation
Replies: 7
Views: 1068

Re: Request: Bit-depth Interpolation

You're welcome to play with this code - it basically does what you originally requested and interpolates between sample values whenever the value changes. Note that this code will only work on short , mono selections. The code may be run in the "Nyquist Prompt" effect (https://manual.audac...
by steve
Sun Nov 24, 2019 2:55 pm
Forum: Windows
Topic: Missing plugin, even though it says Enabled
Replies: 22
Views: 1845

Re: Missing plugin, even though it says Enabled

etnevels wrote:
Sun Nov 24, 2019 1:14 pm
So apparently Nyquist was moved from Effect to Tools.
Ah ha, you mean the "Nyquist Prompt" effect. Yes, that's moved, as described in the manual https://manual.audacityteam.org/man/nyquist_prompt.html
by steve
Sun Nov 24, 2019 2:40 pm
Forum: Audio Processing
Topic: Getting voltage data for postprocessing in Audacity
Replies: 13
Views: 1004

Re: Getting voltage data for postprocessing in Audacity

When I open my Audacity, the default option was 32 bits float. May I know where can we check the bit integer numbers being used? Normally you should keep Audacity set to 32-bit float. This will convert all incoming audio streams to 32-bit float data. Audacity can then work with the data without any...
by steve
Sun Nov 24, 2019 1:54 pm
Forum: Adding Features to Audacity
Topic: Audacity 2.3.3 Allow interoperability of Filter Curve and Graphic EQ
Replies: 1
Views: 612

Re: Audacity 2.3.3 Allow interoperability of Filter Curve and Graphic EQ

In Audacity 2.3.2, and earlier, you were able to switch between the Draw and Graphic Equalizer views and modify in either. That's true, but doing so was not without issues. If you had a "curve" with just a few points and switched to "Graphic" mode, the original curve would have ...
by steve
Sun Nov 24, 2019 1:40 pm
Forum: Windows
Topic: Separate process per window
Replies: 5
Views: 304

Re: Separate process per window

What's the technical reason for this? There's multiple reasons. Among the Audacity QA folk, multi-project support has a reputation of a giant can of worms. One clear example is that on Windows and Linux, Audacity allows you to bypass software mixing when accessing the audio capture device (in Windo...
by steve
Sun Nov 24, 2019 11:35 am
Forum: Audio Processing
Topic: Getting voltage data for postprocessing in Audacity
Replies: 13
Views: 1004

Re: Getting voltage data for postprocessing in Audacity

I am not quite sure the 32bit integer reference number for 0db? If Audacity supported 32-bit integer format (it doesn't, but if it did), then zero dB would be the maximum / minimum possible 32-bit integer value: 2,147,483,647 or -2,147,483,648 Audacity would represent the values internally in 32-bi...