Description Usage Arguments Examples
View source: R/soxspectrogram.R
This function uses SoX to generate a spectrogram of desired length from a wav file.
1 2 3 4 5 6 7 |
file.path |
A string of the file path to the wav file you want to generate a spectrogram for. |
out.path |
A string of the folder path to save the spectrogram file. Defaults to create a Spectrogram folder in your working directory. |
size |
A list for the x and y size in px of the spectrogram. Default is x = 2000 and y = 1000 which should work for most instances. |
duration |
A list for the start and end time of the spectrogram in seconds. Default is start = 0 and end = 180 for a 3 min clip. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.