lili161 / AudioRecorder

A Python voice Recorder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%