ProjectBabble icon indicating copy to clipboard operation
ProjectBabble copied to clipboard

An open-source mouth tracking method for VR

Results 18 ProjectBabble issues
Sort by recently updated
recently updated
newest added

Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 10.2.0. Release notes Sourced from pillow's releases. 10.2.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.2.0.html Changes Add keep_rgb option when saving JPEG to prevent conversion of RGB colorspace #7553 [@​bgilbert] Trim...

dependencies

Finished the calibration tab and now it no longer crashes when attempting to convert the input string to a float when a non float string is present. As for the...

The Python app immediately crashes in the render method when values like "." or "-" are entered. This ensures that any non-float values immediately revert to "0.0" in the UI.

This PR adds locale support to the Project Babble app. I've yet to test it for extended periods of time but so far it looks good. Comes with 3 languages:...

During my efforts to get the Linux installer working, I observed some odd behavior coming from `misc_utils.py`. The culprit block of code is at its start: ```python 9 from pygrabber.dshow_graph...

The following PR adds a Linux installer script for Project Babble. At a very high level: 1. This clones the Project Babble repo to the user's computer. 2. Creates a...

![Image](https://github.com/user-attachments/assets/a20ab0f5-5c22-4f5b-81aa-ca0c5353bae6) In a situation where settings are invalid, the app should attempt to go to backup settings "babble_settings.backup". This doesn't happen in normal operation, however, and should be fixed.

bug
question

System information, first and foremost: OS: Windows 11 Pro 23H2 build 22631.5039 Babble Version: 2.0.7 Web Camera: NexiGo N60 1080p30 Description of the error: Using Direct means of capturing a...

documentation

When running the Linux installer, it ran through mostly successfully, but ended up creating an invalid symlink: `~/.local/bin/babble-app` -> `~/.local/share/project-babble/babbleapp-installer-tagged.sh` It should have gone to `babbleapp.sh` I think. --- Secondary...

bug
documentation