Search found 59476 matches

by steve
Thu Sep 05, 2019 8:57 am
Forum: Windows
Topic: Playback Meter Versus Audacity Mixer Board
Replies: 9
Views: 330

Re: Playback Meter Versus Audacity Mixer Board

There's a "knurled" vertical bar just to the left of the speaker icon on the left end of the playback meter. That is a "drag bar". If you click on that bar, you can drag the meter out of its docked position so that it is floating. To "re-dock" the meter toolbar, drag it...
by steve
Thu Sep 05, 2019 8:52 am
Forum: Windows
Topic: Cant launch audacity
Replies: 6
Views: 360

Re: Cant launch audacity

Try the vc_redist.x86.exe version from here: https://support.microsoft.com/en-us/hel ... -downloads
by steve
Thu Sep 05, 2019 8:47 am
Forum: Macros and Scripting
Topic: Select Track Macro Troubles
Replies: 4
Views: 1355

Re: Select Track Macro Troubles

Your script does not make a time selection before the "Normalize:" command. "SelectTracks:" only selects the track numbers, not the time region selected. If you manually select a time region before running the script, "Normalize:" and "Limiter" will be applied...
by steve
Wed Sep 04, 2019 7:59 pm
Forum: Windows
Topic: Audacity crashing when making a macro involving Equalization
Replies: 3
Views: 332

Re: Audacity crashing when making a macro involving Equalization

This problem was discovered after Audacity 2.3.2 was released. The workaround is to set a preset in the Equaliztion effect manually, before opening the Macro manager. This has been fixed in the next version of Audacity by replacing the effect with a new effect. Unfortunately the downside is that any...
by steve
Wed Sep 04, 2019 7:49 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Updated link for manual
Replies: 2
Views: 434

Re: Updated link for manual

Thanks for the feedback.
We are not able to change it for Audacity 2.3.2, but hopefully still time to change it for Audacity 2.3.3.
by steve
Wed Sep 04, 2019 7:46 pm
Forum: Windows
Topic: Sales or renewal of current Audacity products
Replies: 1
Views: 104

Re: Sales or renewal of current Audacity products

Audacity is free software. The license is here: https://www.gnu.org/licenses/old-licens ... .0.en.html
by steve
Wed Sep 04, 2019 4:20 pm
Forum: Windows
Topic: Loopback recording with noice
Replies: 3
Views: 243

Re: Loopback recording with noice

merdolini wrote:
Wed Sep 04, 2019 3:42 pm
The only slight problem i have now is that the recorded audio is nearly clipping all the time.
Try turning down the playback volume in the Windows mixer.
by steve
Wed Sep 04, 2019 3:24 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Mac thinks 2.3.2 is 32-bit
Replies: 1
Views: 351

Re: Mac thinks 2.3.2 is 32-bit

Audacity 2.3.2 is a 64-bit application.
Probably what is happening is that the report is only looking at the launcher script rather than the actual application. The launcher script is just a plain text file, not an application.
by steve
Wed Sep 04, 2019 2:20 pm
Forum: Windows
Topic: Did you guys authorize this dealer to sell your product?
Replies: 1
Views: 144

Re: Did you guys authorize this dealer to sell your product?

We don't authorise anyone to sell Audacity. Our intention is that Audacity is available free of charge. The GPL v2 license "allows" the application to be sold, subject to the license terms specified here: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html though selling Audacity goe...
by steve
Wed Sep 04, 2019 2:14 pm
Forum: Nyquist
Topic: Nyquist and SAL
Replies: 2
Views: 543

Re: Nyquist and SAL

I can't help much with SAL, though looking at the Lisp code for pl-doppler: (defun pl-doppler (snd r) (let* ( (v (mult -1 (slope r))) (ratio (recip (sum 1 (mult v (recip 344.31))))) (map (integrate ratio)) ) (sound-warp map snd) )) the "slope" function requires a signal (sound or control s...