Skip to content

Python script for recording audio from avaliable system audio devices. You are able to pick the audio device you want to record from

Notifications You must be signed in to change notification settings

MrKhay/System-Audio-Recorder-Python-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

How to Setup

Setup Instructions

This guide explains how to set up and use this script to record system audio on your computer using a virtual audio device. This solution is cross-platform and works on macOS, Windows, and Linux, using commonly available virtual audio devices.

1. Create environment

python3 -m venv myenv

2. Activate Environment

  • On windows
myenv\Scripts\activate 
  • On mac
source myenv/bin/

3. Install Libraries

pip install sounddevice numpy

4. Running script

python audio_recorder.py

About

Python script for recording audio from avaliable system audio devices. You are able to pick the audio device you want to record from

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages