Skip to content

AnthonyKwon/discord-linux-audio-share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CURRENTLY NOT TESTED IN OTHER ENVIRONMENTS!

Requirements

pipewire-pulse, pipewire-jack (if using pipewire)

Installation

  • Initialize venv: python -m venv venv
  • Install dependencies: venv/bin/pip install -r requirements.txt
  • Test if PyAudio is working correctly: venv/bin/python -m scripts.pyaudio_test
  • Copy example configuration file and add your bot token

Usage

Launch command is venv/bin/python main.py.
Script will remove virtual devices when exited gracefully.
If not, you will have to remove generated virtual devices manually.

Releases

No releases published

Packages

No packages published

Languages