From 753651a2c21b5e7fc6725560ffdd5d4c01732359 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 25 Feb 2025 22:48:04 -0500 Subject: switch back to SDL for audio capture --- README.md | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ac96955..58057e5 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,14 @@ It features - Full selection of resolutions available from camera - Remembers settings across program launches -# Debugging +# Usage -If you find a bug, please create an issue on GitHub; it will be helpful to have -your settings and log file, located in `~/.config/camlet`. - -You can try deleting/renaming your settings file as a temporary solution, to reset camlet to its default settings. +- F1 - show this help text +- F2 - show debug info +- Space - take a picture or start/stop recording video +- Escape - open/close settings +- Ctrl+f - open picture directory +- Tab - switch between picture and video # Building from source @@ -30,3 +32,14 @@ You can build the debug version of camlet with `make` (outputs `camlet.debug`), version with `make release` (outputs `release/camlet`), and install it with `make install`, or e.g. `INSTALL_PREFIX=~/.local make install` to customize the installation directory (default: `/usr/local`). You can also build the .deb installer with `make camlet.deb`. + +# Debugging + +- Known issue: pulseaudio audio capturing is broken on some versions of SDL2 + https://github.com/libsdl-org/SDL/issues/9706. This bug has been fixed now, so hopefully + it will make it to your computer soon. + +If you find a bug, please create an issue on GitHub; it will be helpful to have +your settings and log file, located in `~/.config/camlet`. + +You can try deleting/renaming your settings file as a temporary solution, to reset camlet to its default settings. -- cgit v1.2.3