Search found 59476 matches
- Fri Aug 11, 2017 12:55 pm
- Forum: GNU/Linux
- Topic: upgrading Audacity
- Replies: 10
- Views: 1600
Re: upgrading Audacity
The text appearing is basically the same as the one I sent you the other day (alert from Mozilla Firefox). Where is that? I've an idea what the problem might be, but unless you tell us precisely what the error message says I can only guess. Please tell us what the exact error message is and then we...
- Fri Aug 11, 2017 8:38 am
- Forum: Adding Features to Audacity
- Topic: Allow volume to be used
- Replies: 18
- Views: 3623
Re: Allow normalizing and amplifying with amplitude
I think dB is bad. The worst places of dB that could be used is waveforms and spectrograms. Waveforms and spectrograms are much better with linear volume scale. and yet "ACX" specify that for audiobooks to be accepted for sale by Amazon, the peak level must be no more than -3 dBFS. I'm ve...
- Thu Aug 10, 2017 9:17 pm
- Forum: Windows
- Topic: Request for API key using Scripting Module
- Replies: 1
- Views: 290
Re: Request for API key using Scripting Module
Do you have any experience building C++ projects? The scripting interface is an optional module that is not built by default. The module needs to be compiled on the same day as Audacity for it to work. The module is called mod-script-pipe. I've not tried building it for quite a while, but as far as ...
- Thu Aug 10, 2017 8:12 pm
- Forum: Windows
- Topic: Playback Cue List
- Replies: 3
- Views: 406
Re: Playback Cue List
Audacity does not use cue lists, but it does have "labels" that can be used to mark regions.
Information about label tracks here: http://manual.audacityteam.org/man/label_tracks.html
Information about label tracks here: http://manual.audacityteam.org/man/label_tracks.html
- Thu Aug 10, 2017 6:32 pm
- Forum: GNU/Linux
- Topic: upgrading Audacity
- Replies: 10
- Views: 1600
Re: upgrading Audacity
The alert message appears to be specific to Mozilla Firefox. https://support.mozilla.org/en-US/kb/insecure-password-warning-firefox?as=u&ut No alert coming up when Audacity opens in Opera. Veerstryngh Thynner Are you talking about the Audacity website, or the Audacity program (audio editor)? Wh...
- Thu Aug 10, 2017 5:19 pm
- Forum: Nyquist
- Topic: Sort and Shuffle functions
- Replies: 0
- Views: 1429
Sort and Shuffle functions
This came up in another topic recently, and I thought that it could be of interest to others. Nyquist includes a function for sorting lists (http://www.audacity-forum.de/download/edgar/nyquist/nyquist-doc/xlisp/xlisp-ref/xlisp-ref-242.htm) For example, to sort a list of numbers in ascending order: (...
- Thu Aug 10, 2017 2:20 pm
- Forum: Adding Features to Audacity
- Topic: Allow volume to be used
- Replies: 18
- Views: 3623
Re: Allow normalizing and amplifying with amplitude
Personally I think it was a mistake for Audacity to use linear amplitude scales at all. Outside of Audacity, dB scale is used everywhere in audio, because in general, the dB scale is much better suited for audio than a linear scale. "dB" is not difficult once you get the idea that half or ...
- Thu Aug 10, 2017 2:12 pm
- Forum: Windows
- Topic: Only "Split Delete" Grayed Out
- Replies: 1
- Views: 301
Re: Only "Split Delete" Grayed Out
That's a bug. Split Delete should be available for labels and not just audio.stlucifer wrote:just the Split Delete is not enabled.
It's been fixed for the next release. In the mean time, use "Split Cut" instead.
- Thu Aug 10, 2017 2:05 pm
- Forum: New Plug-Ins
- Topic: Quick conversion calculator
- Replies: 9
- Views: 9693
Re: Quick conversion calculator
You can't copy results. That's a bug / limitation in Windows. Here's a workaround. This version copies the output text into the Nyquist debug window. (Click the "Debug" button rather than the "OK" button). A known limitation of this workaround version: Some of the formatting in ...
- Thu Aug 10, 2017 1:58 pm
- Forum: New Plug-Ins
- Topic: Quick conversion calculator
- Replies: 9
- Views: 9693
Re: Quick conversion calculator
That's a bug / limitation in Windows.Piotr Grochowski wrote:You can't copy results.