Skip to content

lili161/AudioRecorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

AudioRecorder

A Python voice Recorder

This is a Python recorder

Usage:

Before you use this tool you should make sure you are install these package:

import pyaudio as au;
import wave;
import keyboard;
import time;
import sys;

Then you can use it in terminal like: python3 TakeAudio.py

if you want to get high quality wave file,you can use : python3 TakeAudio.py -h

and then you should press [R] and hold on it to record your voice,and when you want to stop it you can release [R],then you don't forget press [Esc] to save you file, file will saved in the same dir with this file.

have a good day : )

About

A Python voice Recorder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages