RecordMessageActivity: PlayBeep property doesn't play a beep

Answered RecordMessageActivity: PlayBeep property doesn't play a beep

  • Saturday, November 22, 2008 5:28 AM
     
     
    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?

All Replies

  • Saturday, November 22, 2008 6:52 AM
     
     
    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
  • Saturday, November 22, 2008 4:32 PM
     
     Answered
    Do you have bargein enabled?

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