Skip to content

Interface to generate linear/exponential frequency sine sweeps (chirps)

Notifications You must be signed in to change notification settings

jahndan/chirp-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chirp-generator

Command line interface (about as straightforward as it gets--see below or run the binary with -h to print help)

Interface to generate linear/exponential frequency sine sweeps (chirps)

Usage: chirp-generator [OPTIONS] <--seconds <SECONDS>|--samples <SAMPLES>>

Options:
  -s, --seconds <SECONDS>        Length (in seconds) of the sweep -- conflicts with samples
  -n, --samples <SAMPLES>        Length (in samples) of the sweep -- conflicts with seconds
  -b, --begin <BEGIN>            Starting frequency of the sweep [default: 0]
  -e, --end <END>                Ending frequency of the sweep [default: 22050]
  -r, --samplerate <SAMPLERATE>  Samplerate of the output file [default: 44100]
  -x, --exponential              Exponential sweep (defaults to linear otherwise)
  -o, --output <OUTPUT>          Output file path
  -h, --help                     Print help
  -V, --version                  Print version

About

Interface to generate linear/exponential frequency sine sweeps (chirps)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages