sound::setWavPlayer()
On 26.08.2008, at 17:59, Michael Kubovy wrote:
require(sound) s <- Sine(440,1) saveSample(s,"sine.wav") #but not: play(s)
What does return the command: WavPlayer() on your system? --Hans
require(sound) s <- Sine(440,1) saveSample(s,"sine.wav") #but not: play(s)
What does return the command: WavPlayer() on your system? --Hans