Search found 59476 matches
- Mon Dec 26, 2016 11:59 am
- Forum: Windows
- Topic: Please ID unwanted noise & advise?
- Replies: 6
- Views: 341
Re: Please ID unwanted noise & advise?
The constant whine note can be reduced by applying these notch filters in Audacity's Nyquist Prompt ... (notch2 s 204 10) (notch2 s 285 5) (notch2 s 408 10) (notch2 s 420 15) (notch2 s 420 15) (notch2 s 914 15) (notch2 s 914 15) (notch2 s 942 5) Note that as written above, only the final notch filt...
- Mon Dec 26, 2016 11:14 am
- Forum: Compiling Audacity
- Topic: Building a Help project
- Replies: 12
- Views: 4465
Re: Building a Help project
This piece of document was written for the Audacity experts and not for the average Joe. Even if you are an expert in other forms of programming, you may still have problems in understanding it. I printed out the instructions and wrote a lot of notes on it. Now I become an expert to compile Audacit...
- Sun Dec 25, 2016 9:56 pm
- Forum: Windows
- Topic: Some Nyquist plugins are not reflected in the View-History.
- Replies: 8
- Views: 271
Some Nyquist plugins are not in the View-History.[CLOSED]
Thanks for confirming. I'll close this topic.
- Sun Dec 25, 2016 8:03 pm
- Forum: Windows
- Topic: Some Nyquist plugins are not reflected in the View-History.
- Replies: 8
- Views: 271
Re: Some Nyquist plugins are not reflected in the View-Histo
Audacity 2.1.3 alpha ?юра00 wrote:2.3.1-alpha-Dec 5 2016
What does that mean? Was it "user error" (not a bug)?юра00 wrote:I take issue off.
- Sun Dec 25, 2016 10:41 am
- Forum: macOS
- Topic: combining projects [SOLVED]
- Replies: 4
- Views: 365
Re: combining projects
You need to drag the clips left/right so that they play in the required order. Do that manually with the Time Shift tool or use "Tracks menu > Align Tracks > Align End to End" http://manual.audacityteam.org/man/trac ... html#align
- Sun Dec 25, 2016 10:35 am
- Forum: Windows
- Topic: Some Nyquist plugins are not reflected in the View-History.
- Replies: 8
- Views: 271
Re: Some Nyquist plugins are not reflected in the View-Histo
Where are the plug-ins?юра00 wrote:Equalization (one-band customizable), Band-stop filter, Comb filter, Stereo-widener
- Sat Dec 24, 2016 9:41 pm
- Forum: Windows
- Topic: How can I use the AppendImport plug-in [SOLVED]
- Replies: 2
- Views: 140
Re: How can I use the AppendImport plug-in
When installed, the AppendImport plug-in appears in the Generate menu.
- Sat Dec 24, 2016 3:30 pm
- Forum: Windows
- Topic: voice record only while listening to game [SOLVED]
- Replies: 5
- Views: 249
Re: voice record only
Sure it is. In a silent room, plug in a microphone, set Audacity to record from the mic and start recording.HolyRat wrote:i still want to know if it possible to record voice only
I'm guessing that for some reason that is not doing what you want, so tell us what the problem is and we may be able to help.
- Sat Dec 24, 2016 2:34 pm
- Forum: Compiling Audacity
- Topic: Creation of user defined Plugin in Audacity .
- Replies: 9
- Views: 3428
Re: Creation of user defined Plugin in Audacity .
As you have a C++ implementation, I'd suggest that it will probably be easiest to modify an existing effect. For example, try making a trivial but obvious change to ChangePitch.cpp such as changing line 57 from: Param( Percentage, double, XO("Percentage"), 0.0, -99.0, 3000.0, 1 ); to Param...
- Sat Dec 24, 2016 1:49 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: Has action of the "Mute" "Solo" buttons been changed ?
- Replies: 2
- Views: 1256
Re: Has action of the "Mute" "Solo" buttons been changed ?
It was possible to toggle between two tracks, (an A-B comparison thing), by repeatedly clicking on the same "Solo" button. You mean by setting one track to Mute, and then toggling the Solo button for that track? You can still do that, but the default setting has changed. Edit > Preference...