Skip to content

1.0.1

Latest

Choose a tag to compare

@cas8398 cas8398 released this 18 Jul 09:19

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:

  1. Install required dependencies:

    pip install sounddevice
  2. 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
  3. 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