RecordMessageActivity: PlayBeep property doesn't play a beep

Answered RecordMessageActivity: PlayBeep property doesn't play a beep

  • 22 noiembrie 2008 05: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?

Toate mesajele

  • 22 noiembrie 2008 06: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
  • 22 noiembrie 2008 16:32
     
     Răspuns
    Do you have bargein enabled?

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