Search found 24069 matches

by Gale Andrews
Fri Mar 15, 2013 9:00 am
Forum: GNU/Linux
Topic: Equalization preset curves dissapear
Replies: 13
Views: 20543

Re: Equalization preset curves dissapear

I downloaded Chris Compressor from "audacity to podcast blog" and put it in the /usr/share/audacity/plug-ins folder. I'm not sure how a self-compiled version is finding Chris' plug-in there. With a default ./configure, self-compiled Audacity should not be looking in /usr/share/audacity/pl...
by Gale Andrews
Fri Mar 15, 2013 8:12 am
Forum: Windows
Topic: help getting rid of buzzing on audio
Replies: 29
Views: 6846

Re: help getting rid of buzzing on audio

Can you export a WAV file a few seconds long containing some noise on its own followed by noise with some signal (audio you want to keep). See http://forum.audacityteam.org/viewtopic ... 49&t=64936 for how to attach files.


Gale
by Gale Andrews
Fri Mar 15, 2013 6:56 am
Forum: macOS
Topic: Audacity keeps crashing when I try to open it
Replies: 3
Views: 1857

Re: Audacity keeps crashing when I try to open it

Audacity isn't compatible with Waves Audio Unit plug-ins, as noted in the Release Notes . You can either edit the audacity.cfg settings file to disable all Audio Unit plug-in support in Audacity, or you can move the Waves plug-ins where Audacity cannot find them (but this may stop other applications...
by Gale Andrews
Thu Mar 14, 2013 10:33 pm
Forum: Windows
Topic: Direct Recording with Audacity?
Replies: 2
Views: 542

Re: Direct Recording with Audacity?

Also note that in some Vaio laptops, the "stereo mix" choice is not actually for recording computer playback, but changes the single input from mono microphone to stereo line-in. In that case any input your sound device has for recording computer playback will be called something other tha...
by Gale Andrews
Thu Mar 14, 2013 10:23 pm
Forum: macOS
Topic: Audacity crashes opening files
Replies: 1
Views: 643

Re: Audacity crashes opening files

This doesn't sound like the problem where Audacity doesn't open due to plug-ins or due to security restrictions, so I started a new topic. Please try just double-clicking the Audacity icon from /Applications. If Audacity crashes, please send us a crash report for that problem. If Audacity opens, try...
by Gale Andrews
Thu Mar 14, 2013 1:36 am
Forum: Compiling Audacity
Topic: Can not build audacity 2.0.3 with wxWidgets 2.8.12
Replies: 12
Views: 7612

Re: Can not build audacity 2.0.3 with wxWidgets 2.8.12

How? 1 - Add a #define NOMINMAX at the very beginning of Audacity.h 2 - Add a #define PLATFORM_MAX_PATH 260 in the SimpleBlockFile.cpp 3 - Add a #include "wx/msw/winundef.h" in app.h These are the only modifications I made in the code in order to eliminate compiling errors. But those chan...
by Gale Andrews
Wed Mar 13, 2013 9:30 pm
Forum: Windows
Topic: Possible to batch split wav files by silence/gaps?
Replies: 2
Views: 2040

Re: Possible to batch split wav files by silence/gaps?

Until Audacity's batch processing feature called "Chains" supports Export Multiple, I don't think there is any automated way to do what you want in Audacity. I would recommend using SoX then write a batch script that runs a command to split at silences on mulitple files. Here is an example...
by Gale Andrews
Wed Mar 13, 2013 8:28 pm
Forum: Compiling Audacity
Topic: Can not build audacity 2.0.3 with wxWidgets 2.8.12
Replies: 12
Views: 7612

Re: Can not build audacity 2.0.3 with wxWidgets 2.8.12

I got rid of these few inclusion conflicts How? I would like very much to have Audacity running with Asio but I couldn't even compile without it. Did your original errors before you modified the Audacity source occur when you were linking to the ASIO SDK? Or before you linked to the ASIO SDK? To co...
by Gale Andrews
Wed Mar 13, 2013 8:06 pm
Forum: macOS
Topic: Audacity crash on startup on OS 10.6
Replies: 6
Views: 1296

Re: Audacity crash on startup on OS 10.6

I reverted from 2.03 to 2.02 which is not crashing on startup. Hello, Was 2.0.3 crashing on startup when you just double-clicked the Audacity icon, or not? If it was so crashing, then it would be helpful to get 2.0.3 again, Audacity > Quit Audacity in 2.0.2, then double-click the Audacity icon for ...
by Gale Andrews
Wed Mar 13, 2013 7:27 pm
Forum: Compiling Audacity
Topic: Can not build audacity 2.0.3 with wxWidgets 2.8.12
Replies: 12
Views: 7612

Re: Can not build audacity 2.0.3 with wxWidgets 2.8.12

You should not be getting those errors - I compile every day with the same environment and Windows SDK as you. In Visual Studio at Project >Audacity_Properties >Configuration_Properties >C/C++ > Precompiled_Headers do you see Precompiled Header File .$(ConfigurationName)/audacity.pch ? Have you chan...