play sound
Record and Play Audio in VB.NET
Today in VB.NET, i will teach you how to create a program that records and plays audio (microphone) using VB.NET.
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.
2. Next, add three buttons named Button1 as record button for recording audio, Button2 as save and stop button, and Button3 for playing the recorded audio.
Play Beep Sound in Java
In this tutorial, i will teach you how to create a program that can play beep sound in java.
Now, let's start this tutorial!
1. Name your java program as beep.java.
2.