This is a simple voice recorder application built using Tkinter in Python. It allows users to start and stop audio recording, save the recorded audio as a WAV file, and displays the recording duration in real-time.
Install the required Python packages using pip:
pip install sounddevice soundfile