powered by
Play one or more waveforms at the same time using audio::play
audio::play
playWave(wave, sample.rate = 44100, plot = FALSE)
Matrix or vector of waveforms. If a matrix, each column should be a waveform to be played simultaneously
Integer: Sample rate. Default = 44100
Logical: If TRUE: plot wave using mplot.
E.D. Gennatas
if (FALSE) { playWave(freq2wave(440)) }
Run the code above in your browser using DataLab