Dear-
During the sounding work, as soon as MSFT hit down to $50, there is some technical difficulty.
With the R command,
system("sndrec32 /embedding /play c:\\sound12.wav", wait=FALSE)
where sndrec32 is built-in under window 7 ,
PC-A sounds fine as expected. However other PC (PC-B) generate error message (and NO sound) as follows.
> system("sndrec32 /embedding /play c:\\sound12.wav", wait=FALSE)
Warning message:
running command 'sndrec32 /embedding /play c:\sound12.wav' had status 127
************************************************
What is the possible starting place of this problem?
During the sounding work, as soon as MSFT hit down to $50, there is some technical difficulty.
With the R command,
system("sndrec32 /embedding /play c:\\sound12.wav", wait=FALSE)
where sndrec32 is built-in under window 7 ,
PC-A sounds fine as expected. However other PC (PC-B) generate error message (and NO sound) as follows.
> system("sndrec32 /embedding /play c:\\sound12.wav", wait=FALSE)
Warning message:
running command 'sndrec32 /embedding /play c:\sound12.wav' had status 127
************************************************
What is the possible starting place of this problem?