Skip to content

🎤 Voice Recorder in Python: Records audio for a specified duration using the sounddevice library and saves it as a WAV file. #Python #AudioRecording #Programming

Notifications You must be signed in to change notification settings

Mayur-Kyatham/voice_recording_using_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Voice Recorder in Python

The Voice Recorder in Python is a simple script that leverages the sounddevice library to record audio for a specified duration and saves it as a WAV file using the scipy.io.wavfile module.

Getting Started

  1. Install Dependencies: Before running the script, make sure you have the necessary libraries installed. You can install them using the following command:

    pip install sounddevice scipy

About

🎤 Voice Recorder in Python: Records audio for a specified duration using the sounddevice library and saves it as a WAV file. #Python #AudioRecording #Programming

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages