Skip to content

Manjeedan11/voice-recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Recording Audio with Python

This Python script records audio from the microphone and saves it as a WAV file. The script uses the sounddevice and scipy.io.wavfile libraries to record and save the audio.

Prerequisites

  • Python 3.x
  • sounddevice library
  • scipy library

Usage

  • Run the script in a Python environment.
  • Enter the recording time in seconds when prompted.
  • The script will record audio for the specified duration and save it as a WAV file named “My Recording.wav” in the current directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages