Search found 59476 matches

by steve
Mon Mar 19, 2018 11:28 pm
Forum: General Audio Programming
Topic: Build Audacity with mod-script-pipe on Raspberry Pi [SOLVED]
Replies: 34
Views: 9852

Re: mod-script-pipe.so won't load

and I presume that you are logged in as "pi"?
by steve
Mon Mar 19, 2018 8:53 pm
Forum: General Audio Programming
Topic: Build Audacity with mod-script-pipe on Raspberry Pi [SOLVED]
Replies: 34
Views: 9852

Re: mod-script-pipe.so won't load

You should not need to run Audacity as root. /usr/local/share/audacity/modules/mod-script-pipe.so should also work, but should not require running as root. Is your user account the owner of mod-script-pipe.so I've got it mod-script-pipe in: ~/.audacity-files/modules/mod-script-pipe.so and the permis...
by steve
Mon Mar 19, 2018 8:43 pm
Forum: Windows
Topic: hey guys
Replies: 3
Views: 287

Re: hey guys

You should upgrade to 2.2.2 as soon as possible as there's a nasty bug in 2.2.1 (fixed in 2.2.2).
https://www.audacityteam.org/download/

To record to a new track, "Shift + R" or "Shift + Record button".
by steve
Mon Mar 19, 2018 7:26 pm
Forum: General Audio Programming
Topic: Build Audacity with mod-script-pipe on Raspberry Pi [SOLVED]
Replies: 34
Views: 9852

Re: mod-script-pipe.so won't load

It should work in:

Code: Select all

~/.audacity-files/modules/mod-script-pipe.so
Note that after enabling it in Preferences, Audacity must be restarted.
by steve
Mon Mar 19, 2018 6:36 pm
Forum: Audio Processing
Topic: Fraunhoffer for Audacity?
Replies: 2
Views: 489

Re: Fraunhoffer for Audacity?

adaptiman wrote:Is there a way to use the Fraunhoffer encoder in Audacity?
Audacity is able to use command line encoders: http://manual.audacityteam.org/man/expo ... ogram.html
by steve
Mon Mar 19, 2018 4:02 pm
Forum: Audio Processing
Topic: Fraunhoffer for Audacity?
Replies: 2
Views: 489

Re: Fraunhoffer for Audacity?

No, it's not true. The Fraunhofer encoder was abandoned years ago. It think the "latest" version was around 2007. Lame is still under development and has made significant improvements over the past decade, particularly in VBR encoding.
by steve
Mon Mar 19, 2018 1:03 pm
Forum: Windows
Topic: Audacity Win 2.1.3: Fixing broken .wav files
Replies: 7
Views: 1613

Re: Audacity Win 2.1.3: Fixing broken .wav files

It's not looking very hopeful. Which settings give you "scrambled audio"?
by steve
Mon Mar 19, 2018 12:17 pm
Forum: macOS
Topic: Crash recovery
Replies: 5
Views: 486

Re: Crash recovery

sarahmacl wrote:on the updated version.
Which version is that? Look in "Audacity menu > About Audacity" for the version number.
by steve
Mon Mar 19, 2018 11:10 am
Forum: Audio Processing
Topic: Normalization - under the hood
Replies: 5
Views: 615

Re: Normalization - under the hood

was really trying to find out if Audacity is using ffmpeg behind the scenes to do the normalization No it doesn't. FFmpeg is purely optional for Audacity and used to extend the range of audio formats that can be imported / exported. The Normalize effect is one of the standard built-in effects. It m...
by steve
Mon Mar 19, 2018 3:06 am
Forum: Compiling Audacity
Topic: MSSE Flag on ARM?
Replies: 15
Views: 3042

Re: MSSE Flag on ARM?

Run ./configure (+ options) in the root directory of the Audacity source, then cd to the mod-script-file directory and run "make" (to build mod-script-pipe), then cd back to the root of the Audacity source and run "make" again (to build Audacity). If .configure completes without ...