[R] sounds OK in one PC, but no sound in other PC

Discussion in 'Automated Trading' started by jk90029, Jan 11, 2016.

  1. 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?
     
  2. I doubt you'll get a reply to this. Certainly not from me.

    Most of the questions you put on ET would be better answered by consulting google, or posted on something like stackexchange (make sure you use the search function though. They're very hot on people not repeating questions).

    This is a trading community. Not a tech support helpline.

    GAT
     
    debitspread likes this.
  3. OK. I understand.

    May I erase this posting?
     
  4. Hi,

    Have you checked if sndrec32 is available on PC B?
     

  5. Of course, double-checked.