We use Audacity. An Open Source and comprehensive audio editor. If you are not you should be - and to be ever helpful you can donload and install it now.. Most documentation is found at the Wiki site and most of what is there is pretty good. But Audacity is a deceptively simple program that does a lot of stuff. These notes are designed either to augment exiting documentation or pull it out of some hard to find places.
While Audacity has a strong GUI interface many of the functions are implemented in the nyquist audio manipulation language. For full details about nyquist commands use the on-line manual.
Notes in no particular order:
Frequency Removal with Nyquist Prompt: When working with a mono channel the format is trivial:
notch2 s frequency parameter # examples notch2 s 1400 20 # - parameter needs experimentation # the lower the value the deeper (higher db reduction) and narrower the frequency cut # the higher the value the fatter (wider frequency) and shallower (lower db) # so in the above example a narrow (5 Khz) range centered on 1400 is removed # to a depth of approximately 10 db
When working with stereo (or multi) channels the format is more complex:
(vector (notch2 (aref s track) frequency parameter) (notch2 (aref s track) frequency parameter)) (vector (notch2 (aref s track) frequency parameter) [(notch2 (aref s track) frequency parameter)] [...] ) # - any number of tracks may be referenced so if tehr are # five tracks there will be 5 notch2 expressions # - the brackets are vital!! # - examples - stereo equivalent of mono example (vector (notch2 (aref s 0) 1400 20) (notch2 (aref s 1) 1400 20)) # - parameter - see notes above
Audacity supports the nyquist programming language for audio manipulation. For full details about nyquist commands use the on-line manual.
Problems, comments, suggestions, corrections (including broken links) or something to add? Please take the time from a busy life to 'mail us' (at top of screen), the webmaster (below) or info-support at zytrax. You will have a warm inner glow for the rest of the day.
Tech Stuff
If you are happy it's OK - but your browser is giving a less than optimal experience on our site. You could, at no charge, upgrade to a W3C standards compliant browser such as Firefox
Search
Share
Page
Software
Theory Stuff
Filters, FFT and more
Signal Processing
Audio glossary
Numeric Algorithms
UNSW Acoustics Info
UNSW - Dreaded Decibel
Acoustic Explanations
FFT Primer and Book
FFT Output
FFTW
Interesting Stuff
MP3/OGG Stuff
Instrument Samples
Our Stuff
Intro and Overview
A/V Formats
Audio Frequencies
Sound Primer
Digital Sound
Equalization, Meters, FFT
Acoustic Calculator
Audio Meta Data
Win7 Audio Problems
Audio Glossary
Site
Copyright © 1994 - 2024 ZyTrax, Inc. All rights reserved. Legal and Privacy |
site by zytrax hosted by javapipe.com |
web-master at zytrax Page modified: January 20 2022. |