Advertisement
Guest User

Untitled

a guest
Mar 24th, 2015
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. Chain creation:
  2.  
  3. Open audacity
  4.  
  5. File > Edit Chains
  6.  
  7. Add new chain, name it what you like. I use "radio voice (highpass8 s 500)" because reasons.
  8.  
  9. On the chain edit window, you see just one line that says -END-. Insert a new action into the chain.
  10.  
  11. A dialogue window saying "Select Command" pops up. Don't select anything, just hit OK. This creates an action that applies whatever Nyquist Prompt command was last used in Audacity. This will be important later.
  12.  
  13. The following actions are less complicated to add. In the order from top to bottom, they should be:
  14.  
  15. Leveller dB=-70dB Passes=2 (default options)
  16. Normalize ApplyGain=yes RemoveDcOffset=yes Level=0.000000 (default options)
  17. StereoToMono
  18. ExportWav
  19. -END-
  20.  
  21. Chain usage:
  22.  
  23. Drag any file to audacity, or just create a new track with some tone or static on it. It doesn't really matter, as this is just a step to initialize the Nyquist Prompt so that the chain applies the correct command as well.
  24.  
  25. select Effect -> Nyquist Prompt
  26.  
  27. run the following command:
  28. (highpass8 s 500)
  29.  
  30. ...and that's it.
  31.  
  32. What this does is apply a high pass filter with quality 8 (highpass8), applied to a stereo track (s), blocking frequencies below 500 Hz. The other stuff in the chain is for clarity and normalization purposes, obviously.
  33.  
  34. Once you've applied Nyquist prompt once, you can Apply Chain to either any individual file (apply to current project) or a bunch of files like batch processing (apply to files).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement