Extract metadata
Extract metadata from Zero-Crossing files
Extract metadata from a Wave object
metadata(x, ...)# S3 method for character
metadata(x, file_type = c(file_type_guess(x), "wav", "zc"), ...)
# S3 method for blob_detection
metadata(x, ...)
# S3 method for threshold_detection
metadata(x, ...)
# S3 method for zc
metadata(x, ...)
# S3 method for Wave
metadata(x, ...)
an object for which metadata will be extracted
further arguments passed to or from other methods.
type of file to read metadata from. Wav and Zero-Crossing files are currently supported.