Search found 59476 matches

by steve
Mon Mar 19, 2018 2:42 am
Forum: Compiling Audacity
Topic: MSSE Flag on ARM?
Replies: 15
Views: 3042

Re: MSSE Flag on ARM?

adaptiman wrote:Any suggestions for specifying the wx paths
Once you've built wxWidgets, you can tell Audacity where to find it with a configure option like:

Code: Select all

./configure WX_CONFIG=/home/user/dev/wxbuild/wx-config 
by steve
Mon Mar 19, 2018 2:37 am
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

Try importing as RAW, 24-bit, 44100 Hz sample rate.
Try each of the Endian settings.
Do you know how many channels it had (mono or stereo)?
by steve
Mon Mar 19, 2018 2:02 am
Forum: Compiling Audacity
Topic: MSSE Flag on ARM?
Replies: 15
Views: 3042

Re: MSSE Flag on ARM?

and 3.1.2 for Audacity There isn't a 3.1.2 version of Audacity. The current source code for mod-script-pipe is here, though I don't know if it will work with older versions of Audacity: https://github.com/audacity/audacity/tree/master/lib-src/mod-script-pipe Because mod-script-pipe is not yet shipp...
by steve
Mon Mar 19, 2018 1:49 am
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

If importing RAW just produces static, then it's probably not only the headers that are wrong. The first thing that you need to know in order to fix a WAV file, is what the format is. If you don't know what the format is, then you don't know what headers are required. Sometimes you may know what the...
by steve
Sun Mar 18, 2018 11:58 pm
Forum: Windows
Topic: Can help me please? Problem with recording
Replies: 2
Views: 480

Re: Can help me please? Problem with recording

in English is "timeline actions were disabled during the recording" The translation should say that Timeline actions are disabled during recording. "Timeline actions" are things like "Quick Play" and adjusting the selection. More information about Timeline actions here...
by steve
Sun Mar 18, 2018 11:52 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Normalize maximum amplitude [SOLVED]
Replies: 5
Views: 1861

Re: Normalize maximum amplitude

there are three ways to bring the peak up to 0 dB (+1.0 to -1.0 on the vertical scale). "Normalize the maximum amplitude" to -0.0 dB Yes, that's correct. "Full scale" is 0 dB, which is the range +1 to -1 on a linear scale. Before you complain, yes I know that it is confusing to ...
by steve
Sun Mar 18, 2018 9:18 pm
Forum: Windows
Topic: Audacity-win-2.2.2.exe checksum match problem
Replies: 4
Views: 361

Re: Audacity-win-2.2.2.exe checksum match problem

Direct link to the checker: https://md5file.com/calculator
Ensure that the option "SHA-256" is selected (click on picture below to expand):
screenshot.png
screenshot.png (77.43 KiB) Viewed 336 times
by steve
Sun Mar 18, 2018 9:14 pm
Forum: Compiling Audacity
Topic: MSSE Flag on ARM?
Replies: 15
Views: 3042

Re: MSSE Flag on ARM?

Which version of wxWidgets are you using, and did you build with gtk2 or gtk3? Audacity needs to be built with wxWidgets 3.0.x with gtk2 (preferably wxWidgets 3.0.2, built with gtk2). If wxWidgets 3.0.2 is not available in the raspbian repository, you can get it here: https://github.com/wxWidgets/wx...
by steve
Sun Mar 18, 2018 8:33 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Normalize maximum amplitude [SOLVED]
Replies: 5
Views: 1861

Re: Normalize maximum amplitude

The default setting for Normalize maximum amplitude in Audacity 2.2.1 is -1 dB. When I leave it at this I get a peak of -1 to +1 on the vertical scale. If you look closely, the maximum peaks will be a little less than 1 (about +/- 0.9) However the manual page talks about bringing the peak up to 0 d...
by steve
Sun Mar 18, 2018 8:23 pm
Forum: Windows
Topic: Automatic Gain Control AGC plug-in
Replies: 3
Views: 1213

Re: Automatic Gain Control AGC plug-in

Any ideas what could be causing the problem. I'm thinking there is probably some bad data in the project that is causing the problem. As you have conformed, the length of the project is not the problem. Which version of Audacity are you using? What happens if you try to apply the effect to one hour...