View source: R/recordings_calculated.R
recordings_calculated | R Documentation |
Calculates basic file data such as a sha256 hash, duration and channels.
recordings_calculated(
db,
source,
id,
file,
type,
duration,
tmp,
force = FALSE,
verbose = FALSE
)
db |
database connector |
source |
Source |
id |
id (unique within source) |
file |
url to file |
type |
MIME type |
duration |
audio duration |
tmp |
Location to download temp file |
force |
If TRUE recalculates all values |
verbose |
If TRUE outputs debugging information |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.