
در C #، من به شما آموزش خواهم داد که چگونه یک برنامه را ایجاد کنید که صدای ضبط شده را پخش کند (میکروفون) با استفاده از C #. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application and name your program as microphone. 2. Next, add three buttons named Button1 as record button for recording voice, Button2 as save and stop butto ...