Release Notes - v1.0.1
What's New
- Enhanced customization options
- Improved desktop integration
- Better documentation for manual setup
Installation & Setup
Easy Customization
For better and easier customization, please refer to the desktop/ folder which contains:
- Configuration files
- Desktop-specific optimizations
Manual Python Setup
If you prefer to run the Python code manually:
-
Install required dependencies:
pip install sounddevice
-
Additional packages may be required based on your distribution:
- Ubuntu/Debian:
sudo apt install python3-sounddevice portaudio19-dev - Fedora/RHEL:
sudo dnf install python3-sounddevice portaudio-devel - Arch Linux:
sudo pacman -S python-sounddevice portaudio
- Ubuntu/Debian:
-
Run the application:
python main.py
Compatibility
Tested on:
- Android 10 and 13
- Debian 12
Dependencies
- Python 3.7+
- sounddevice
Notes
- For desktop users, check the
desktop/folder for enhanced customization options - Distribution-specific packages may be required for audio functionality
- See documentation for platform-specific installation instructions