Skip to content

Voice Recorder is a simple Python application built using Tkinter for GUI, allowing users to record audio for a specified duration and save it as a WAV file.

Notifications You must be signed in to change notification settings

Bhumi18/Voice-Recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Voice Recorder

Overview

Voice Recorder is a simple Python application built using Tkinter for GUI, allowing users to record audio for a specified duration and save it as a WAV file.

Features

  • Record audio for a specified duration (in seconds).
  • Save recordings as WAV files.
  • User-friendly GUI built with Tkinter.

Requirements

  • Python 3.x
  • tkinter (for GUI)
  • sounddevice (for audio recording)
  • scipy (for writing WAV files)
  • wavio (optional, for WAV file operations)

About

Voice Recorder is a simple Python application built using Tkinter for GUI, allowing users to record audio for a specified duration and save it as a WAV file.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages