{"id":13520612,"url":"https://github.com/wolf-plugins/wolf-spectrum","last_synced_at":"2025-03-31T18:31:11.413Z","repository":{"id":48538914,"uuid":"132282080","full_name":"wolf-plugins/wolf-spectrum","owner":"wolf-plugins","description":"Real-time 2D spectrogram plugin (LV2, VST and Jack)","archived":false,"fork":false,"pushed_at":"2025-01-03T23:13:36.000Z","size":972,"stargazers_count":125,"open_issues_count":29,"forks_count":4,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-01-04T00:19:26.259Z","etag":null,"topics":["audio","audio-plugin","dpf","jack","linux","lv2","plugin","spectrogram","vst","windows"],"latest_commit_sha":null,"homepage":"","language":"C++","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/wolf-plugins.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2018-05-05T20:28:13.000Z","updated_at":"2025-01-03T23:13:40.000Z","dependencies_parsed_at":"2024-11-02T04:32:11.426Z","dependency_job_id":"ac6be515-6ccd-4536-869d-66c8568c2836","html_url":"https://github.com/wolf-plugins/wolf-spectrum","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolf-plugins%2Fwolf-spectrum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolf-plugins%2Fwolf-spectrum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolf-plugins%2Fwolf-spectrum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolf-plugins%2Fwolf-spectrum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wolf-plugins","download_url":"https://codeload.github.com/wolf-plugins/wolf-spectrum/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246517743,"owners_count":20790479,"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":["audio","audio-plugin","dpf","jack","linux","lv2","plugin","spectrogram","vst","windows"],"created_at":"2024-08-01T06:00:18.866Z","updated_at":"2025-03-31T18:31:10.656Z","avatar_url":"https://github.com/wolf-plugins.png","language":"C++","funding_links":[],"categories":["Currently not in use, but it works well","Software"],"sub_categories":["Video \u0026 Movie Production","Audio utilities - Meters \u0026 Analysis"],"readme":"\u003c!--\nSPDX-FileCopyrightText: © 2023 Patrick Desaulniers\nSPDX-License-Identifier: CC-BY-SA-4.0\n--\u003e\n\n# Wolf Spectrum [![Build Status](https://img.shields.io/github/actions/workflow/status/wolf-plugins/wolf-spectrum/dpf-makefile-action.yml?branch=master)](https://github.com/wolf-plugins/wolf-spectrum/actions/workflows/dpf-makefile-action.yml)\n\n![Wolf Spectrum](https://raw.githubusercontent.com/wolf-plugins/wolf-spectrum/master/src/Screenshot.png)\n\nWolf Spectrum is a spectrogram plugin. It can be built as an LV2 or VST plugin and as a standalone Jack application.\n\n#### Features:\n\n* Supports both log and linear frequency scaling\n* Resizable UI\n\n## Install\n\nYou can find some precompiled plugin binaries in the [Releases](https://github.com/wolf-plugins/wolf-spectrum/releases) tab. Some packages are also available for Ubuntu and Arch Linux:\n\n### Ubuntu\n\nDownload the plugin from the [pdesaulniers/wolf PPA](https://launchpad.net/~pdesaulniers/+archive/ubuntu/wolf):\n\n```\nsudo apt-add-repository -y ppa:pdesaulniers/wolf\nsudo apt-get update\nsudo apt-get install wolf-spectrum\n```\n\n### Arch Linux\n\nTo install the latest release:\n\n```\nsudo pacman -S wolf-spectrum\n```\n\nA git package is also available [in the AUR](https://aur.archlinux.org/packages/wolf-spectrum-git/). \n\n## Build manually\n\nFirst, clone the repo (note the \"--recursive\" argument):\n\n```\ngit clone --recursive https://github.com/wolf-plugins/wolf-spectrum.git\ncd wolf-spectrum\n```\n\nThen:\n\n```\nBUILD_VST2=true BUILD_LV2=true BUILD_JACK=true make\n```\n\nPrepend WIN32=true or MACOS=true to the command if applicable.\n\nAll plugin builds will then be placed in the bin folder. Copy them to their appropriate place so that your plugin host can find them, and you're done :)\n\n## Updating\n\nThis project uses git submodules. Thus, to update your local copy of the repo, you need to run the following commands:\n\n```\ngit pull\ngit submodule update --init --recursive\n```\n\nYou should then be able to build the plugin with the most recent changes.\n\n## License\n\nWolf Spectrum is licensed under GPL-3.0-or-later.\n\nSome files in this repository are licensed under different terms:\n\n- Some code borrowed from DPF and DISTRHO plugins is licensed under ISC.\n- Some configuration files are licensed under CC0-1.0.\n- This README is licensed under CC-BY-SA-4.0.\n\nSee the individual files for their copyright status.\n\nThis program also makes use of the following third-party code:\n\n- [DPF](https://github.com/DISTRHO/DPF)\n- [KISS FFT](https://github.com/mborgerding/kissfft)\n- [readerwriterqueue](https://github.com/cameron314/readerwriterqueue)\n\nPlease refer to each individual project for their copyright status.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolf-plugins%2Fwolf-spectrum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwolf-plugins%2Fwolf-spectrum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolf-plugins%2Fwolf-spectrum/lists"}