Search found 59476 matches
- Thu May 24, 2018 1:10 pm
- Forum: Windows
- Topic: Nothing before Zero
- Replies: 4
- Views: 450
Re: Nothing before Zero
To edit audio that is behind zero, it must first be moved into the "valid" time range after zero. If a track also contains audio that is after zero, then you can move the audio from behind zero by: 1) Click on an empty part of the info panel on the left end of the track. This will select a...
- Thu May 24, 2018 10:38 am
- Forum: Windows
- Topic: How to quieten percussion on a track?
- Replies: 2
- Views: 191
Re: How to quieten percussion on a track?
A limiter or hard compression could be used to bring the other sounds relatively higher in the mix.
- Thu May 24, 2018 9:35 am
- Forum: Windows
- Topic: How to remove silences which are shorter than X seconds
- Replies: 11
- Views: 954
Re: How to remove silences which are shorter than X seconds
Use the "Truncate Silence" effect (see: https://manual.audacityteam.org/man/tru ... lence.html)Dashakol wrote:I want to remove silences which are smaller than 2 sec
Select "Truncate Detected Silence" as the "Action", and truncate to "0.0"
- Thu May 24, 2018 9:31 am
- Forum: New Plug-Ins
- Topic: Spectral Processor Normalisation - what am I doing wrong?
- Replies: 2
- Views: 606
Re: Spectral Processor Normalisation - what am I doing wrong
I often find it easiest to initially develop plug-ins for mono only, then once it is working, expand it to also work with stereo. Taking that approach, let's look at your "normalize" function: You have: (defun normalize (signal) (setf x (if (arrayp signal) (max (peak (aref signal 0) ny:all...
- Wed May 23, 2018 10:23 pm
- Forum: Windows
- Topic: Reward, recovery of wav file.
- Replies: 13
- Views: 481
Re: Reward, recovery of wav file.
I think you're right, if indeed it was ever a valid WAV file.RedMist wrote:I think the wav file is FUBAR
From the reviews of that software, I'm not surprised
- Wed May 23, 2018 9:56 pm
- Forum: Windows
- Topic: Reward, recovery of wav file.
- Replies: 13
- Views: 481
Re: Reward, recovery of wav file.
"File not found".RedMist wrote:I've loaded the wav file here....
http://www.powell.kiwi/temp/2017_05_19_09_44_45.wav
- Wed May 23, 2018 9:03 pm
- Forum: Compiling Audacity
- Topic: Any special build of Audacity with mod-script-pipe?
- Replies: 1
- Views: 969
Re: Any special build of Audacity with mod-script-pipe?
There are currently no released builds of Audacity for Mac with mod-script-pipe, but the Xcode project includes a target for mod-script-pipe.
- Wed May 23, 2018 3:13 pm
- Forum: Audio Processing
- Topic: Any suggestions, please?
- Replies: 0
- Views: 333
Re: Any suggestions, please?
Audacity 1.2.6 was the final version of the 1.x series, and has been obsolete for many years. The current version of Audacity is 2.2.2 and is available via the Audacity website: https://www.audacityteam.org/download/ It's very common for commercial CDs to be very loud due to the loudness war . The l...
- Wed May 23, 2018 3:06 pm
- Forum: GNU/Linux
- Topic: Running 32 bit LADSPA plugins on 64 bit Ubuntu
- Replies: 1
- Views: 395
Re: Running 32 bit LADSPA plugins on 64 bit Ubuntu
As far as I'm aware, 32-bit builds of Audacity require 32-bit plug-ins, and 64-bit builds of Audacity require 64-bit plug-ins. A desperation solution would be to install Virtualbox on your 64-bit machine, then install a 32-bit virtual machine, then install 32-bit Audacity in the virtual machine. Rec...
- Wed May 23, 2018 3:00 pm
- Forum: macOS
- Topic: File Merge?
- Replies: 6
- Views: 323
Re: File Merge?
Open the AUP file with Audacity.
This article explains: https://manual.audacityteam.org/man/aud ... jects.html
This article explains: https://manual.audacityteam.org/man/aud ... jects.html