lo48576 / pyvoicechanger

Real Time Microphone Voice Changer Python 3.6+ App. Works with On-Line Games and VideoConferences!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyvoicechanger

  • Real Time Microphone Voice Changer App. Works with On-Line Games and VideoConferences!

screenshot

screenshot screenshot

Install

Debian/Ubuntu: sudo apt-get install sox python3-pyqt5

Centos/RedHat: sudo yum install python3-qt5 sox

Arch: sudo pacman -S python-pyqt5 sox

sudo pip install pyvoicechanger

Run: pyvoicechanger.py

Requisites

  • Python 3.6+
  • PyQt 5.10+
  • Sox (Linux package).
  • Working Microphone, Speakers and Sound System.
  • Working Sound Loopback Kernel Module

Troubleshooting

If its not working

modprobe snd-aloop

This command MUST be successful, Sound Loopback Kernel Module MUST be up & running, if it fails you dont have Sound Loopback Kernel Module up & running, if it says modprobe: FATAL: Module aloop not found ... it failed, please check your Distro Documentation about Sound Loopback Kernel Module to fix it, sometimes you need to enable it, or recompile it, or reinstall it, or whatever (that is not my Bug, complain to your Distro).

Check your Python version executing python --version, it should say 3.6.0 or higher.

About

Real Time Microphone Voice Changer Python 3.6+ App. Works with On-Line Games and VideoConferences!


Languages

Language:Python 100.0%