GDSC-RCCIIT / General-Purpose-Scripts

A repository containing several general purpose Python scripts to automate daily and common tasks.
GNU General Public License v3.0
49 stars 116 forks source link

Audio Recorder #363

Closed CodeReaper-10 closed 3 years ago

CodeReaper-10 commented 3 years ago

Description

A script which records audio from the system's audio input device for n seconds (as mentioned by the user) and stores it in the same folder as the script.

Has This Been Tested?

Checklist:

CodeReaper-10 commented 3 years ago

@OBITORASU Please check if this is good to go.