RecordMessageActivity: PlayBeep property doesn't play a beep

Answered RecordMessageActivity: PlayBeep property doesn't play a beep

  • 2008年11月22日 5:28
     
     
    I have tried this with both RecordAudioActivity and RecordMessageActivity. Setting the PlayBeep property to True doesn't play the beep after the prompt. Is there something I am missing?

全部回复

  • 2008年11月22日 6:52
     
     
    Found this post that solves the problem: http://gotspeech.net/forums/post/6083.aspx

    However, now the Action prompts play to the end. I guess a sequence activity can solve this by having one activity to record the audio and following that a MenuActivity or QuestionAnswerActivity can ask the user to choose an action. The latter activity can have CanBargeIn = true.

    Regards,

    Ahmad
  • 2008年11月22日 16:32
     
     已答复
    Do you have bargein enabled?

    As specified in the post that you linked, if bargein is enabled, the beep will not play.
  • 2008年11月23日 3:41
     
     
    Yes. CanBargeIn was enabled. I disabled it and it works.