{"id":16199916,"url":"https://github.com/agateau/sfxr-qt","last_synced_at":"2025-06-23T09:35:44.432Z","repository":{"id":29279958,"uuid":"117362175","full_name":"agateau/sfxr-qt","owner":"agateau","description":"Qt port of SFXR, a sound effect generator, to generate retro-gaming like sound effects.","archived":false,"fork":false,"pushed_at":"2024-06-23T21:21:00.000Z","size":1303,"stargazers_count":81,"open_issues_count":6,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-14T03:56:12.352Z","etag":null,"topics":["qt","retrogaming","sound-effects"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agateau.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"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":"agateau","ko_fi":"agateau","liberapay":"agateau","custom":"https://agateau.com/support/"}},"created_at":"2018-01-13T17:10:56.000Z","updated_at":"2025-04-11T16:23:02.000Z","dependencies_parsed_at":"2024-11-09T18:03:15.638Z","dependency_job_id":"2e3f9b0f-e59b-466a-8fd3-67000ee4fc9d","html_url":"https://github.com/agateau/sfxr-qt","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/agateau/sfxr-qt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fsfxr-qt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fsfxr-qt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fsfxr-qt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fsfxr-qt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agateau","download_url":"https://codeload.github.com/agateau/sfxr-qt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fsfxr-qt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261453316,"owners_count":23160491,"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":["qt","retrogaming","sound-effects"],"created_at":"2024-10-10T09:28:42.135Z","updated_at":"2025-06-23T09:35:39.418Z","avatar_url":"https://github.com/agateau.png","language":"C++","funding_links":["https://github.com/sponsors/agateau","https://ko-fi.com/agateau","https://liberapay.com/agateau","https://agateau.com/support/"],"categories":[],"sub_categories":[],"readme":"# SFXR Qt\n\n![Screenshot](screenshot.png)\n\nThis a QtQuick Controls 2 port of [SFXR][]. SFXR is a sound effect generator created by DrPetter to quickly produce retro-sounding sound effects for games.\n\nThis project has the same features as the original SFXR with a more modern user interface. This means DrPetter did all the hard work, I just refactored and plugged a new UI on top of it.\n\n## Usage\n\nStart the application and click on one of the generator buttons. Then play with the sliders to produce the sound you want. When you are happy with the result, use the \"Export as...\" button to create a wav file, or the \"Save as...\" button to save it in [SFXJ format][format], so that you can work on it later.\n\n[format]: docs/file-formats.md\n\nFor more details, you should read the original [SFXR readme.txt](readme-sfxr-sdl.txt).\n\n### Tips\n\nRight-clicking on a slider resets its value to 0.\n\nYou can use the mouse wheel to adjust the slider value. Hold-down Shift to make bigger changes.\n\n### Command-line usage\n\nYou can use the `--export` option to export your SFXR or SFXJ files to wav files from the command-line. Look at the output of `sfxr-qt --help` for details.\n\n## Precompiled binaries\n\nPrecompiled binaries for Linux are available in the [releases section][ghr].\n\n[ghr]: https://github.com/agateau/sfxr-qt/releases\n\n## Building\n\n### Step 1\n\nBuilding SFXR Qt requires installing the following tools:\n\n- A C++ 17 compiler\n- Qt 5.7\n- SDL 1.2\n- CMake 3.17 (You might be able to build with older versions if you adjust the minimum version in the `CMakeLists.txt` file, let me know if you do)\n\n### Step 2\n\nBuilding SFXR Qt also requires [qpropgen][], a tool to generate Qt properties.  For now qpropgen is bundled as a Git submodule, so first get the `qpropgen` Git submodule with:\n\n    git submodule update --init\n\nqpropgen is written in Python 3, so make sure you have Python 3 and pip installed, then run:\n\n    pip3 install -r 3rdparty/qpropgen/requirements.txt\n\n### Step 3\n\nYou can now build SFXR Qt:\n\n    mkdir build\n    cd build\n    cmake ..\n    make\n\nAnd install it with:\n\n    sudo make install\n\n## License\n\nMIT\n\n[SFXR]: http://www.drpetter.se/project_sfxr.html\n[qpropgen]: https://github.com/agateau/qpropgen\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagateau%2Fsfxr-qt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagateau%2Fsfxr-qt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagateau%2Fsfxr-qt/lists"}