All Projects → juancarlospaco → pyvoicechanger

juancarlospaco / pyvoicechanger

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

Projects that are alternatives of or similar to pyvoicechanger

NotEnoughAV1Encodes-Qt
Linux GUI for AV1 Encoders
Stars: ✭ 27 (-88.56%)
Mutual labels:  qt5
qt-downloader
CLI to download Qt on headless systems
Stars: ✭ 39 (-83.47%)
Mutual labels:  qt5
QLogger
Multi-threading logger for Qt applications
Stars: ✭ 46 (-80.51%)
Mutual labels:  qt5
lambda-zero
A minimalist pure lazy functional programming language
Stars: ✭ 65 (-72.46%)
Mutual labels:  minimalist
macdeployqt
Implementation of macdeployqt utility for Qt5 which fixes problems with application deployment and distribution.
Stars: ✭ 25 (-89.41%)
Mutual labels:  qt5
binary viewer
A binary visualization tool to aid with reverse engineering and malware detection similar to Cantor.Dust
Stars: ✭ 55 (-76.69%)
Mutual labels:  qt5
qresExtract
Qt binary resource (qres) extractor
Stars: ✭ 26 (-88.98%)
Mutual labels:  qt5
SuperMario-Allegro-Cpp
Simple Super Mario in Allegro C++ & The Final Project of Course Advanced Programming
Stars: ✭ 21 (-91.1%)
Mutual labels:  qt5
dnscrypt-proxy-gui
Qt/KF5 GUI wrapper over dnscrypt-proxy
Stars: ✭ 25 (-89.41%)
Mutual labels:  qt5
EmojiRunner
Search for emojis in Krunner and copy/paste them
Stars: ✭ 33 (-86.02%)
Mutual labels:  qt5
JKQtExtras
a collection of different Qt4 & Qt5 widgets, I developed over the years
Stars: ✭ 34 (-85.59%)
Mutual labels:  qt5
elokab-terminal
Lightweight terminal emulator program that supports the Arabic language
Stars: ✭ 16 (-93.22%)
Mutual labels:  qt5
SiebenApp
Experimental dependency-aware goal manager
Stars: ✭ 13 (-94.49%)
Mutual labels:  qt5
bmod
bmod parses binaries for modification/patching and disassembles machine code sections.
Stars: ✭ 12 (-94.92%)
Mutual labels:  qt5
alias-wallet
Official Alias source code repository
Stars: ✭ 5 (-97.88%)
Mutual labels:  anonymity
NotepadNext
A cross-platform, reimplementation of Notepad++
Stars: ✭ 5,715 (+2321.61%)
Mutual labels:  qt5
PiHueEntertainment
An application that can handle the Hue Entertainment Areas on a Raspberry Pi
Stars: ✭ 28 (-88.14%)
Mutual labels:  qt5
osm
Open sound meter. FFT based application for tuning sound systems.
Stars: ✭ 122 (-48.31%)
Mutual labels:  qt5
qml-ar
Seamless Augmented Reality module for QML using UchiyaMarkers
Stars: ✭ 32 (-86.44%)
Mutual labels:  qt5
tomloprodModal
tomloprodModal is a configurable pure javascript library to create responsive and minimalist modal windows with no dependencies.
Stars: ✭ 17 (-92.8%)
Mutual labels:  minimalist

pyvoicechanger

  • I Moved to http://nim-lang.org

  • 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].