View source: R/audio_filesize.R
audio_filesize | R Documentation |
Calculates the raw size of audio date at set sample rate, bit depth and duration.
audio_filesize(
samp.rate = 44100,
bit.depth = 16,
channels = 1,
duration = 1,
duration.unit = "seconds",
output.unit = "bits"
)
samp.rate |
Sample rate |
bit.depth |
Bit depth |
channels |
The number of audio channels |
duration |
Duration of recording |
duration.unit |
One of seconds, minutes, hours, days |
output.unit |
"bits" or "bytes" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.