Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.31 KB

File metadata and controls

25 lines (18 loc) · 1.31 KB

RealTimeAudioRecorder - Readme


| _ ___ __ | | | ()_ __ ___
| / -) | | | | | | ' \/ -_) |_|_\___\__,_|_| |_|_|_|_|_|_\___| _ /_\ _ _ __| (_)___ | _ \___ __ ___ _ _ __| |___ _ _ / _ \ || / _ | / _ \ | / -) / _ \ '/ ` / -) '| // __,_,|___/ ||_____/| _,__|_|

Presentation

This tool records the computer's audio input and output and exports it buffer by buffer in .wav files in real time.
It uses the PyAudioWPatch 0.2.12.8 library which is a fork of the popular PyAudio library that allows you to use output devices in loopback mode.
Unfortunately, this library only works for Windows.

How to use

Execute the script RealTimeAudioRecorder.sh
It will install all the required libraries into a python virtual environment and execute the programm.

Why

Its aim is to be integrated in a vishing detection tool which analyses calls in real time.
It will be chained between an interface which will decide when to execute the tool and an AI vishing detection model which will analise the audio and give its result back to the interface.