Search found 59476 matches

by steve
Sun Aug 16, 2020 7:48 pm
Forum: GNU/Linux
Topic: Audacity 2.4.1, Debian, will not load libavformat.so.55
Replies: 13
Views: 631

Re: Audacity 2.4.1, Debian, will not load libavformat.so.55

Does audacity only need the libavformat.so library? If you install libavformat-dev then that should pull in all of the required parts of FFmpeg as dependencies. I launch audacity, and tell it where the new libs are. It should not be necessary to tell Audacity where the FFmpeg library is. If a compa...
by steve
Sun Aug 16, 2020 6:02 pm
Forum: Windows
Topic: Audacity 2.4.2 stops playing an MP3 import
Replies: 14
Views: 295

Re: Audacity 2.4.2 stops playing an MP3 import

Are you using a USB audio device? after I have successfully created new MP3 files for my clips, a newly imported MP3 file loads OK, but will not play when the Play button is clicked. Instead, the Play/Record Head button appears at the start of the track, at the same position as the Playback Start Po...
by steve
Sun Aug 16, 2020 5:29 pm
Forum: Maintaining / Improving this Forum
Topic: Account deletion
Replies: 1
Views: 615

Re: Account deletion

sfkrystal wrote:
Sun Aug 16, 2020 5:14 pm
Please delete my account.
Done.

sfkrystal wrote:
Sun Aug 16, 2020 5:14 pm
so users can do this themselves and not have to bug you about it
Thanks for your concern, but it's really no trouble.
by steve
Sun Aug 16, 2020 5:04 pm
Forum: Compiling Audacity
Topic: Building Audacity 2.4.2 on Debian 10 (with cmake 3.18)
Replies: 0
Views: 1869

Building Audacity 2.4.2 on Debian 10 (with cmake 3.18)

Audacity 2.4.2 requires cmake version 3.15 or later. At time of writing, the Debian 10 repository version of cmake is 3.13.4-1, which is too old, so the first task is to install a more recent version of cmake. Uninstall any version of cmake currently installed: sudo apt purge cmake Download cmake-3....
by steve
Sun Aug 16, 2020 4:47 pm
Forum: GNU/Linux
Topic: Audacity 2.4.1, Debian, will not load libavformat.so.55
Replies: 13
Views: 631

Re: Audacity 2.4.1, Debian, will not load libavformat.so.55

Second issue, the Audacity wiki instructions for installing cmake were wrong (now corrected).

After successfully installing cmake 3.18.1, I then precisely followed the instructions here: viewtopic.php?p=398471#p398471
Success.

libavformat-dev version 7.4.16-1
by steve
Sun Aug 16, 2020 4:00 pm
Forum: GNU/Linux
Topic: Audacity 2.4.1, Debian, will not load libavformat.so.55
Replies: 13
Views: 631

Re: Audacity 2.4.1, Debian, will not load libavformat.so.55

First issue building on Debian 10: Cmake is too old (repo version is 3.13.4 , required version is >3.15)
by steve
Sun Aug 16, 2020 3:34 pm
Forum: GNU/Linux
Topic: Audacity 2.4.1, Debian, will not load libavformat.so.55
Replies: 13
Views: 631

Re: Audacity 2.4.1, Debian, will not load libavformat.so.55

I'm updating an old Debian install and shall get back to you later...
by steve
Sun Aug 16, 2020 2:45 pm
Forum: GNU/Linux
Topic: Audacity 2.4.1, Debian, will not load libavformat.so.55
Replies: 13
Views: 631

Re: Audacity 2.4.1, Debian, will not load libavformat.so.55

The instructions in the build.txt were written by developers for developers.
The instructions here on the help forum were written by me, for end users, and are thus detailed step-by-step instructions for a standard "release build".
by steve
Sun Aug 16, 2020 1:31 pm
Forum: GNU/Linux
Topic: Audacity 2.4.1, Debian, will not load libavformat.so.55
Replies: 13
Views: 631

Re: Audacity 2.4.1, Debian, will not load libavformat.so.55

Did you use the -Daudacity_use_ffmpeg=loaded option as described here: viewtopic.php?p=398471#p398471
If not, then try that.
by steve
Sun Aug 16, 2020 1:25 pm
Forum: Windows
Topic: mute parts of audio automatically using seconds
Replies: 6
Views: 65

Re: mute parts of audio automatically using seconds

Actually, I've noticed a minor error in the code - it doesn't actually make any difference in practice, but as a matter of "correctness", the final line should be: (osc (hz-to-step (/ 6.0)) 1 *sq-table* phase)) So here's the corrected versions: ;version 4 (setf phase -90) (setf *sq-table* ...