Description Usage Arguments Examples
create a soundWav object
1 2 |
filename |
The name of the file |
channel |
Select the left or the right channel |
te_factor |
The factor to which the original sound was slowed down prior to recording |
max_length |
Maximum length of the recording to use in seconds. If the recording is longer, the last part is ignored. |
1 2 3 4 5 | wav <- sound_wav(
system.file("demo.wav", package = "soundcluster"),
te_factor = 10,
max_length = 0.1
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.