Search found 59476 matches
- Mon Nov 17, 2014 7:15 am
- Forum: Compiling Audacity
- Topic: can't build 2.0.6
- Replies: 5
- Views: 4478
Re: can't build 2.0.6
Do you know why the --disable-dynamic-loading option is necessary ? Dynamic loading requires that FFmpeg has all the right hooks for Audacity, but many distributions do not carry an appropriate version in their repositories. If you build shared libraries from the FFmpeg 2.2.2 source code, then it s...
- Mon Nov 17, 2014 12:47 am
- Forum: New Plug-Ins
- Topic: Silent Subliminals [solved?]
- Replies: 106
- Views: 87597
Re: Silent Subliminals [solved?]
the code for nyquist is not good , because the ( spoken words ) affirmations are reduced, decreased sound quality !!! The code is good. The sound quality is poor because for a sample rate of 44100 Hz and a carrier frequency of 17500 Hz, the audio bandwidth is less than 4500 Hz, which is not enough ...
- Sun Nov 16, 2014 10:52 pm
- Forum: Compiling Audacity
- Topic: can't build 2.0.6
- Replies: 5
- Views: 4478
Re: can't build 2.0.6
Try configuring with:
Code: Select all
./configure --disable-dynamic-loading- Sun Nov 16, 2014 6:05 pm
- Forum: Feature Request Archive
- Topic: reset Preferences CFG file
- Replies: 147
- Views: 24381
Re: reset Preferences CFG file
Nothing is foolproof. Fools are too inventive 
- Sun Nov 16, 2014 2:34 pm
- Forum: Nyquist
- Topic: Memory problems with code
- Replies: 3
- Views: 1546
Re: Memory problems with code
My thought is actually to run this on a whole lot of files; Audacity can run into other problems when batch processing "thousands" of files. I'm not sure what the actual limit is, but "hundreds" of files should be OK. Note that sref-inverse will generate an error if no inverse e...
- Sun Nov 16, 2014 1:39 pm
- Forum: Making Music with Audacity
- Topic: Audacity group on Soundcloud [CLOSED]
- Replies: 28
- Views: 10825
Re: Audacity group on Soundcloud
I make minus one music using audacity for my covers If you mean (by "minus one music") that you are removing the vocal from a commercial recording, then that will be covered by the copyright of the original recording, and to distribute it (legally) will require the explicit permission of ...
- Sun Nov 16, 2014 1:33 pm
- Forum: Making Music with Audacity
- Topic: Need help about EQUALIZER!
- Replies: 5
- Views: 1892
Re: Need help about EQUALIZER!
Audacity has an equalization effect (http://manual.audacityteam.org/o/man/equalization.html) and a reverb effect (http://manual.audacityteam.org/o/man/reverb.html). They are separate effects. You will get a slightly different overall effect depending on which you apply first - experiment to find the...
- Sun Nov 16, 2014 12:27 pm
- Forum: Compiling Audacity
- Topic: Bugzilla 458
- Replies: 2
- Views: 1260
Re: Bugzilla 458
Most Linux distributions are likely to be moving to wx3 in the near future (if they have not done so already), but Audacity still officially uses wx2.8.12 (though expected to move to wx3 soon). When we officially move to wx3, that will probably be a good time to remove that code, assuming that it is...
- Sun Nov 16, 2014 12:19 pm
- Forum: Feature Request Archive
- Topic: "Show Clipping" Options
- Replies: 110
- Views: 15622
Re: "Show Clipping" Options
For clarity, please not that my (lower case) "a and b" are not the same as Gale's (upper case) "Plan A, B and C".steve wrote:a) A huge number of preferences for meters.
b) Meters as plug-ins (with several meters to choose from and each meter plug-in handles its own preferences.
- Sun Nov 16, 2014 12:10 pm
- Forum: Feature Request Archive
- Topic: reset Preferences CFG file
- Replies: 147
- Views: 24381
Re: reset Preferences CFG file
Resetting Audacity 2.0.7 Preferences on Linux from a Terminal window (I thing this should work for all Linux distributions): rm ~/.audacity-data/audacity.cfg That could be made into a downloadable bash scipt, but it is arguably easier to just copy and paste that code than to download a file and run ...