{"id":14978051,"url":"https://github.com/pibooth/pibooth-sound-effects","last_synced_at":"2025-07-25T01:08:19.237Z","repository":{"id":52424279,"uuid":"271983560","full_name":"pibooth/pibooth-sound-effects","owner":"pibooth","description":"Pibooth plugin to add sound effects","archived":false,"fork":false,"pushed_at":"2024-01-29T22:28:44.000Z","size":1562,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-01T12:44:13.516Z","etag":null,"topics":["photo-booth","photobooth","plugin","raspberry-pi","raspberrypi","sound-effects"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pibooth.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"pibooth"}},"created_at":"2020-06-13T10:03:20.000Z","updated_at":"2022-04-28T18:08:23.000Z","dependencies_parsed_at":"2024-09-18T23:02:55.139Z","dependency_job_id":null,"html_url":"https://github.com/pibooth/pibooth-sound-effects","commit_stats":{"total_commits":34,"total_committers":3,"mean_commits":"11.333333333333334","dds":0.2941176470588235,"last_synced_commit":"29f9f68a8e77df3615f176eb778dc4d1e2dffe1f"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pibooth%2Fpibooth-sound-effects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pibooth%2Fpibooth-sound-effects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pibooth%2Fpibooth-sound-effects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pibooth%2Fpibooth-sound-effects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pibooth","download_url":"https://codeload.github.com/pibooth/pibooth-sound-effects/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238614441,"owners_count":19501458,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["photo-booth","photobooth","plugin","raspberry-pi","raspberrypi","sound-effects"],"created_at":"2024-09-24T13:56:47.153Z","updated_at":"2025-02-13T07:30:59.736Z","avatar_url":"https://github.com/pibooth.png","language":"Python","funding_links":["https://github.com/sponsors/pibooth"],"categories":[],"sub_categories":[],"readme":"\n=====================\npibooth-sound-effects\n=====================\n\n|PythonVersions| |PypiPackage| |Downloads|\n\n``pibooth-sound-effects`` is a plugin for the `pibooth \u003chttps://github.com/pibooth/pibooth\u003e`_\napplication.\n\nIt adds sound effects to the application:\n\n- When pressing on the first menu --\u003e click\n- When selecting a layout --\u003e click\n- During the countdown --\u003e countdown\n- When entering the \"thank you\" menu --\u003e applause\n\nSounds can be customized (see below).\n\nInstall\n-------\n\n::\n\n    $ pip3 install pibooth-sound-effects\n\nConfiguration\n-------------\n\nHere below the new configuration options available in the `pibooth`_ configuration.\n**The keys and their default values are automatically added to your configuration\nafter first** `pibooth`_ **restart.**\n\n.. code-block:: ini\n\n    [SOUNDS]\n\n    # Path to the sounds folder\n    sounds_path = ~/.config/pibooth/sounds\n\n.. note:: Edit the configuration by running the command ``pibooth --config``.\n\nCustomize sounds\n----------------\n\nSound files shall be ``.wav`` and have the name of the state in which it shall be played (e.g. {state}.wav).\nIf you want to play the sound in loop, just add \"_loop\" in the name (e.g. {state}_loop.wav).\n\nFor example at the ``print`` level:\n- if it exists, the sound named ``print.wav`` will be played once, when entering the state\n- if it exists, the sound named ``print_loop.wav`` will be played in loop until the state is left.\n\nCustom sounds can be added by adding or replacing existing sound files of the sounds folder\n(by default ``~/.config/pibooth/sounds``) with custom ones.\n\nSpecific features\n^^^^^^^^^^^^^^^^^\nIn addition to the standard ``{state}.wav`` and ``{state_loop}.wav`` states, other sound files are accepted in ``preview`` state:\n\n- if you have a preview sound (``preview.wav`` file), then it will play when entering the state,\n- if you want to play the same sound for each time of the countdown, name it as ``preview_countdown.wav``,\n- if you want to play different sounds for each time of the countdown, simply add corresponding files in the sound folder (e.g.: ``3.wav``, ``2.wav``, ``1.wav``)\n\n  .. note::  These specific sounds are cut to be 1 second long, and if some are missing, it will be replaced either by ``preview_countdown.wav`` (if it exists) or one second of silence.\n\n.. |PythonVersions| image:: https://img.shields.io/badge/python-3.6+-red.svg\n   :target: https://www.python.org/downloads\n   :alt: Python 3.6+\n\n.. |PypiPackage| image:: https://badge.fury.io/py/pibooth-sound-effects.svg\n   :target: https://pypi.org/project/pibooth-sound-effects\n   :alt: PyPi package\n\n.. |Downloads| image:: https://img.shields.io/pypi/dm/pibooth-sound-effects?color=purple\n   :target: https://pypi.org/project/pibooth-sound-effects\n   :alt: PyPi downloads\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpibooth%2Fpibooth-sound-effects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpibooth%2Fpibooth-sound-effects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpibooth%2Fpibooth-sound-effects/lists"}