C #-Digital Audio WAV prompt ...........

Source: Internet
Author: User

Http://files.cnblogs.com/Fooo/Net-Digital speech wav.rar

 

Http://files.cnblogs.com/Fooo/wav.rar

 

 

///////////***************************

Using system. Media;

 

 

 

 

Soundplayer win;
Public form1 ()
{
Initializecomponent ();
}

 

Private void textbox1_keypress (Object sender, keypresseventargs E)
{
Win = NULL;
Int keyascii = (INT) E. keychar;
This. label1.text = keyascii. tostring ();
Switch (keyascii)
{
// Win = new soundplayer (application. startuppath + @ "\ 2.wav"); // relative path
Case 48:
Win = new soundplayer (properties. Resources. _ 0 );
Break;
Case 49:
Win = new soundplayer (properties. Resources. _ 1 );
Break;
Case 50:
Win = new soundplayer (properties. Resources. _ 2 );
Break;
Case 51:
Win = new soundplayer (properties. Resources. _ 3 );
Break;
Case 52:
Win = new soundplayer (properties. Resources. _ 4 );
Break;
Case 53:
Win = new soundplayer (properties. Resources. _ 5 );
Break;

Case 54:
Win = new soundplayer (properties. Resources. _ 6 );
Break;
Case 55:
Win = new soundplayer (properties. Resources. _ 7 );
Break;
Case 56:
Win = new soundplayer (properties. Resources. _ 8 );
Break;
Case 57:
Win = new soundplayer (properties. Resources. _ 9 );
Break;
Default:
Break;

}
If (win! = NULL)
Win. Play ();
}

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.