Search found 59476 matches
- Sat Aug 27, 2016 12:29 pm
- Forum: macOS
- Topic: Overloading Input Meters
- Replies: 42
- Views: 2837
Re: Overloading Input Meters
Heck, do I even need 24 bit recordings??! If you are careful when setting recording levels (maximum peak at about -6 dB), then 16-bit will be fine. 24-bit can be very useful when recording live audio where the dynamic range can be extreme - in particular, amateur players can be highly inconsistent ...
- Sat Aug 27, 2016 12:23 pm
- Forum: Windows
- Topic: Exporting file reduced
- Replies: 6
- Views: 209
Re: Exporting file reduced
The default MP3 settings in Audacity 1.2.6 were "128 kbps Constant". Audacity 2.1.2 uses higher quality (larger file size) settings by default. To use the old default settings, select "Constant" and "128 kbps" in the Export dialog screen: See: http://manual.audacityteam...
- Sat Aug 27, 2016 9:35 am
- Forum: Windows
- Topic: Creating Stereo From Mono
- Replies: 10
- Views: 646
Re: Creating Stereo From Mono
The Pseudo Stereo plug-in (Trebor's post) has good mono compatibility. This effect would be my first choice.DVDdoug wrote:Note that most simulated stereo gets messed-up if you play it on a mono system (like a cell phone speaker).
- Sat Aug 27, 2016 9:26 am
- Forum: GNU/Linux
- Topic: input volume bar
- Replies: 1
- Views: 405
Re: input volume bar
Adjust the recording level using "PulseAudio Volume Control".
If you don't already have that installed, it's available in the Ubuntu repository and is called "pavucontrol".
If you don't already have that installed, it's available in the Ubuntu repository and is called "pavucontrol".
- Sat Aug 27, 2016 9:23 am
- Forum: Nyquist
- Topic: Plugin to create labeled selection
- Replies: 2
- Views: 1237
Re: Plugin to create labeled selection
Yes. You just need to use two numeric values instead of one.afrantisak71 wrote:Is there a way to create labeled selections?
See: http://wiki.audacityteam.org/wiki/Nyqui ... urn_Values
Example:
Code: Select all
(list (list 1.0 2.5 "first label") (list 4 5 "second label"))- Sat Aug 27, 2016 9:05 am
- Forum: GNU/Linux
- Topic: Monitor multiple tracks at once
- Replies: 3
- Views: 588
Re: Monitor multiple tracks at once
Audacity can only monitor up to two separate channels at a time. As you are on Linux, if you use Jack Audio System you could add meters to any number of channels using "Meterbridge" and QJackCtl. Here's a screenshot showing this type of setup with 4 channel recording and independent meteri...
- Sat Aug 27, 2016 8:36 am
- Forum: Windows
- Topic: Problem with Nyquist Plugins
- Replies: 5
- Views: 219
Re: Problem with Nyquist Plugins
So at the moment you are saying there is no way to place text anywhere in the plugin window. Other than the control labels, that is correct. Each of the controls can have text (usually the name of the control) before the control, and text after the control (intended for adding the units, such as &q...
- Sat Aug 27, 2016 8:16 am
- Forum: Windows
- Topic: Bat file to search local Audacity Manual
- Replies: 22
- Views: 1875
Re: Bat file to search local Audacity Manual
Puggle creates a database on first use. From first launch of Puggle, setting the search directory, waiting for it to create the database, to getting my first search result, took perhaps 30 seconds. After that, search results are virtually instant. It has "extractors" for "documents&qu...
- Fri Aug 26, 2016 8:37 pm
- Forum: Windows
- Topic: Problem with Nyquist Plugins
- Replies: 5
- Views: 219
Re: Problem with Nyquist Plugins
It is not possible to display the ;info text without modify the Audacity source code. The change was part of a broad overhaul of Audacity effects. The interface for Nyquist plug-ins is created by Audacity rather than by the plug-in itself. The ";info" command in the script (previously) tol...
- Fri Aug 26, 2016 5:51 pm
- Forum: Windows
- Topic: Bat file to search local Audacity Manual
- Replies: 22
- Views: 1875
Re: Bat file to search local Audacity Manual
I don't use Windows, but there are several search applications available for all platforms. One that I tried recently is a Java application that works on Windows, OS X and Linux (requires JAVA to be installed), called Puggle . It's a bit old (2010), but I found that it works very well and when set u...