0
How to insert audio at Microsoft Visual Studio using C#
i have a assignment about Korea dictionary using C# at Microsoft Visual Studio 2010, so the project like google translate, how can i input the audio like google translate? example : Coding, the audio will say Coding. How can i do it with Korea language? sorry my english not to good..
1 Antwort
+ 3
you need to have the audio files and to import them to the assets folder in your project. You can access and play the files using System.Media.SoundPlayer class https://msdn.microsoft.com/en-us/library/system.media.soundplayer(v=vs.110).aspx