Search found 1730 matches
- Tue Jun 25, 2013 4:16 am
- Forum: Windows
- Topic: Silent Subliminals without background
- Replies: 21
- Views: 6476
Re: Silent Subliminals without background
What's with all the subliminal messages posts lately?! :roll: Wonder if they are trying to tell us something... Damien The German Forum is even more floated with this kind of questions. There can also some plug-ins and snippets be found. Maybe we could incorporate the trend and replace dithering wi...
- Sun Jun 23, 2013 9:48 pm
- Forum: Audio Processing
- Topic: Audacity Plot Spectrum
- Replies: 2
- Views: 1563
Re: Audacity Plot Spectrum
The plot shows the correct frequency range. Low frequencies are poorly represented in FFT's of only 128 samples. Divide the sample rate by half the size and you know how much the "bins" are apart: 8000/64 = 120 Hz. The lowest bin is at DC (= positive or negative offset of the waveform). Th...
- Sun Jun 23, 2013 4:45 am
- Forum: New Plug-Ins
- Topic: Append Import
- Replies: 57
- Views: 39391
Re: Append Import
You could also try my Plug-in: http://forum.audacityteam.org/viewtopic.php?p=190928#p190928 You import the files via the import menu. Select all tracks and start the plug-in. For a pause of 300 ms just enter 0.3 in the gap control. Once the tracks are arranged, you can mix them down or simply export...
- Wed Jun 19, 2013 4:27 am
- Forum: Windows
- Topic: plugin for podcasting/radio show sound effects?
- Replies: 12
- Views: 2910
Re: plugin for podcasting/radio show sound effects?
I recall that the RamonNoodle (Audacity2Podcast - where Chris' Dynamic processor is hosted) has made a comparison of such sound effect players. If I am not mistaken, Pod Producer is one of those. The podcast is a little bit older (~2011) and I guess that there has been some development and some new ...
- Tue Jun 18, 2013 10:34 am
- Forum: Windows
- Topic: Decrease volume by x% (with Amplify)?
- Replies: 8
- Views: 5610
Re: Decrease volume by x% (with Amplify)?
You can use the Nyquist prompt. and multiply the sound with a constant.
1 is equal to the momentary value or 100%. So, if you want to reduce by 10%, you can set the constant to 90 / 100 = 0.9.
1 is equal to the momentary value or 100%. So, if you want to reduce by 10%, you can set the constant to 90 / 100 = 0.9.
Code: Select all
(mult 0.9 s)- Sun Jun 16, 2013 2:33 pm
- Forum: Audio Processing
- Topic: Submit your EQ Curves
- Replies: 170
- Views: 148055
Re: Submit your EQ Curves
Thanks a lot.
Nice compilation. Took me a while to activate the new curves. The management is somewhat strange - especially if you do not change your curves regularly. However, they are now present and I'll see if they are useful to me.
Nice compilation. Took me a while to activate the new curves. The management is somewhat strange - especially if you do not change your curves regularly. However, they are now present and I'll see if they are useful to me.
- Sun Jun 16, 2013 2:44 am
- Forum: Windows
- Topic: Adding random silence to multiple mp3 files?
- Replies: 8
- Views: 3806
Re: Adding random silence to multiple mp3 files?
For partial seconds you can also write:
Code: Select all
(setq silence-duration (real-random 10.0 50.0))- Fri Jun 14, 2013 7:32 pm
- Forum: Audio Processing
- Topic: Center-panned vocal isolation
- Replies: 16
- Views: 11826
Re: Center-panned vocal isolation
Pretty complicated the whole Fourier stuff. I'm impressed :grin: I was wondering why we had not heard much from you for a while. I'm looking forward to seeing your code. The subject is quite absorbing. Hundreds of pages to read in order to aquire another little bit of useless knowledge - in the sen...
- Fri Jun 14, 2013 11:58 am
- Forum: Audio Processing
- Topic: Center-panned vocal isolation
- Replies: 16
- Views: 11826
Re: Center-panned vocal isolation
Fantastic Robert. As you say, the results for centre removal don't sound much different to the simple invert and add method, but it's terrific that you got this working. There may be a slight problem with your windowing function - I can hear a slight clicking, which on close inspection is every 409...
- Fri Jun 14, 2013 11:46 am
- Forum: Windows
- Topic: Isolating speech from movie
- Replies: 5
- Views: 751
Re: Isolating speech from movie
My tool is currently under development. It should be available during the next week. However, as I've mentioned, just making the audio mono gives a fairly good result. I've recorded the video stream directly within Audacity. Make sure that the Audio is recorded (or downloaded) in stereo. Normalize o...