Description Usage Arguments Value Examples
function that do equalization for audio.
1 | eq(song, from, to, rate = 44100)
|
song |
song file loaded |
from |
frequency that you want to start |
to |
frequency that you want to end |
rate |
sampling rate of audio |
wave file with frequency you want to change
1 2 3 4 5 6 7 8 9 10 | ## Not run:
ifonly <- sound::loadSample("data/ifonly.wav")
ifonly_eq <- eq(
song = ifonly,
from = 400,
to = 800,
rate = 44100
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.