Description Usage Arguments Value
View source: R/samp2sec_helpers.R
Convert Librosa MFCC sample number into seconds
1 | samp2sec_libmfcc(sample_number, sample_rate, hop_length = 512)
|
sample_number |
An integer vector of sample numbers to convert |
sample_rate |
Sample rate of original audio |
hop_length |
Hop length used when extracting MFCC features (default: 512) |
A numeric vector of time in seconds corresponding to the sample numbers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.