pt2_read_sample | R Documentation |
Functions to read and write ProTracker audio samples. Reading is supported for common types of WAV, IFF and AIFF files. Writing is supported for WAV and IFF files.
pt2_read_sample(file, ...)
pt2_write_sample(sample, file, ...)
file |
Filename of the file to read from or write to. For |
... |
Ignored |
sample |
An object of class |
pt2_read_sample()
returns a pt2samp
class object when successful.
pt_write_sample()
returns NULL
invisibly.
Pepijn de Vries
mod <- pt2_read_mod(pt2_demo())
my_sample <- pt2_sample(mod, 1L)
my_sample_file <- tempfile(fileext = ".iff")
pt2_write_sample(my_sample, my_sample_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.