Search found 59476 matches
- Sat Mar 05, 2016 11:59 am
- Forum: GNU/Linux
- Topic: Normalizing files in batch mode
- Replies: 6
- Views: 2139
Re: Normalizing files in batch mode
Which is the part that you are frustrated by? Achieving the same loudness or exporting as M4A?
- Fri Mar 04, 2016 9:46 pm
- Forum: GNU/Linux
- Topic: Normalizing files in batch mode
- Replies: 6
- Views: 2139
Re: Normalizing files in batch mode
Normalize can be used in a Chain to make the peak amplitude the same in all files. (As koz mentioned, just because audio files have the same peak (maximum) amplitude does not necessarily mean they will sound the same "loudness"). Exporting M4A is not supported in Chains, but if you export ...
- Fri Mar 04, 2016 9:16 pm
- Forum: macOS
- Topic: Pluck Generator [SOLVED]
- Replies: 9
- Views: 543
Re: Pluck Generator
Here you go. If you open this in a plain text editor you will see what I've changed. Basically just changing the midi note control so that it has a frequency range, then removing the "step-to-hz" command so that the generator uses frequency (in Hz) rather than "steps" (MIDI note ...
- Fri Mar 04, 2016 5:48 pm
- Forum: macOS
- Topic: 2.1.2 weirdness with spectral selection
- Replies: 134
- Views: 7790
Re: 2.1.2 weirdness with spectral selection
The more I think about this, the more I arrive at the thought that the Spectral Selection Toolbar is not really such a good idea. It was a quick and easy way to add VI accessibility, but the concept has some serious flaws that I don't see solutions to. The primary problem is with multiple tracks. Sa...
- Fri Mar 04, 2016 3:00 pm
- Forum: Windows
- Topic: Windows 7 & Audacity 2.1.2
- Replies: 30
- Views: 2281
Re: Windows 7 & Audacity 2.1.2
PATH = 'C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Broadcom\Broadcom 802.11 Network Adapter\Driver;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Pr...
- Fri Mar 04, 2016 2:48 pm
- Forum: Nyquist
- Topic: A bit overwhelmed with the amount of reading material
- Replies: 1
- Views: 610
Re: A bit overwhelmed with the amount of reading material
You've not picked an easy project for a first project. One way to accomplish the task is with the function "snd-compose" http://www.cs.cmu.edu/~rbd/doc/nyquist/part8.html#index687 An example of using snd-compose can be found in "turntablewarp-ms". Unfortunately this is a very old...
- Fri Mar 04, 2016 11:47 am
- Forum: Windows
- Topic: Why does RMS change for Mix and Render when only one track?
- Replies: 10
- Views: 678
Re: Why does RMS change for Mix and Render when only one tra
I'm not able to reproduce the issue. Is it repeatable for you? If so, could you make a ZIP archive of the project (including the AUP file and its _data folder) and upload it somewhere, then post a link to it. There's some suggestions of free file sharing sites near the bottom of this post: http://fo...
- Fri Mar 04, 2016 11:39 am
- Forum: GNU/Linux
- Topic: Audacity 2.1 crashes
- Replies: 22
- Views: 1989
Re: Audacity 2.1 crashes
There is no version "2.1". Look in "Help > About Audacity" for the full version number.
Where did you obtain this version of Audacity?
Where did you obtain this version of Audacity?
- Fri Mar 04, 2016 9:28 am
- Forum: Nyquist
- Topic: Nyquist voice inversion script
- Replies: 6
- Views: 2570
Re: Nyquist voice inversion script
So, Isn't there a way to do a frequency inversion in Audacity? Yes, you would do it with Nyquist, but it's not an easy project. Below is a link to the "Nyquist FFT and Inverse FFT Tutorial" from the Nyquist documentation. To do frequency inversion, take the FFT of the sound. For each FFT ...
- Fri Mar 04, 2016 1:47 am
- Forum: Nyquist
- Topic: Nyquist voice inversion script
- Replies: 6
- Views: 2570
Re: Nyquist voice inversion script
It's not easy to do in Nyquist. That script is only using Python to tell SoX what to do. SoX is an advance command line audio editor and processor - a bit like a command line version of Audacity. Nyquist in Audacity is not able to access external libraries, so it can't use SoX, which means that to a...