convert_to_mp3 | R Documentation |
Needs lame installed
convert_to_mp3(wav_filename, verbose = FALSE)
wav_filename |
wav filename |
verbose |
logical if to print ffmpeg conversion console output; defaults to FALSE |
## Not run:
midifile <- system.file("extdata", "test_midi_file.mid", package = "pyramidi")
audiofile <- "test.wav"
synthesize_midi(midifile, audiofile)
convert_to_mp3(audiofile)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.