Skip to content

A simple Python script to record audio using the "sounddevice" library and save it as a wav file.

Notifications You must be signed in to change notification settings

anil-turan/Voice-Recorder-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This code is designed to record audio using a microphone connected to the computer. It prompts the user to input the duration for how long they want to record and the name they want to give to the recorded file. After the recording is complete, it saves the audio as a WAV file with the specified file name. The code uses two main libraries: "sounddevice" for recording the audio and "scipy" to save the recorded audio into a WAV file.

About

A simple Python script to record audio using the "sounddevice" library and save it as a wav file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages