{"id":47007750,"url":"https://github.com/radiocicletta/vlevel","last_synced_at":"2026-03-11T20:29:14.699Z","repository":{"id":16949851,"uuid":"19712017","full_name":"radiocicletta/vlevel","owner":"radiocicletta","description":"Automatic Gain Control for JACK, LADSPA, Winamp, and many more— github port from sourceforge","archived":false,"fork":false,"pushed_at":"2023-10-28T08:52:47.000Z","size":83,"stargazers_count":22,"open_issues_count":1,"forks_count":9,"subscribers_count":13,"default_branch":"master","last_synced_at":"2026-02-13T08:17:54.843Z","etag":null,"topics":["audio-processing","dsp","gain","jack","jack-client","volume"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/radiocicletta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-12T19:22:26.000Z","updated_at":"2025-07-07T14:38:41.000Z","dependencies_parsed_at":"2022-09-19T01:21:28.061Z","dependency_job_id":null,"html_url":"https://github.com/radiocicletta/vlevel","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/radiocicletta/vlevel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radiocicletta%2Fvlevel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radiocicletta%2Fvlevel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radiocicletta%2Fvlevel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radiocicletta%2Fvlevel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/radiocicletta","download_url":"https://codeload.github.com/radiocicletta/vlevel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radiocicletta%2Fvlevel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30399174,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T18:46:22.935Z","status":"ssl_error","status_checked_at":"2026-03-11T18:46:17.045Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-processing","dsp","gain","jack","jack-client","volume"],"created_at":"2026-03-11T20:29:14.219Z","updated_at":"2026-03-11T20:29:14.694Z","avatar_url":"https://github.com/radiocicletta.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VLevel\n\n## What is VLevel?\n\nVLevel is a tool to amplify the soft parts of music so you don't\nhave to fiddle with the volume control.  It looks ahead a few\nseconds, so it can change the volume gradually without ever\nclipping. Because the volume is changed gradually, \"dynamic\ncontrast\" is preserved.\n\n**This repository is a fork of the original vlevel code** since the\nlast release of the [original source](http://vlevel.sourceforge.net/)\nis from 2004.  Although this, the code is robust and it works pretty\nmuch unmodified nowadays. We imported from the\n[old CVS repository](http://vlevel.cvs.sourceforge.net/viewvc/vlevel/vlevel/)\nand added a new module in order to use it as a JACK client. After\nseveral months of test in a working production (a 24/7 broadcasting\nenvironment) we can confirm that the software is reliable.\n\n## What are the supported platforms?\n\nWe know VLevel to work in Linux and OSX environments. At this moment\nwe cannot test it on other platforms, but we encourage you to\ncollaborate.\n\n## How do I install VLevel?\n  \nSee the file [INSTALL](INSTALL).  For the impatient: `sudo make install`\n\n## How do I use VLevel?\n\nOriginal VLevel is a filter, meaning you pipe raw CDDA\n([Compact Disc Digital Audio](https://en.wikipedia.org/wiki/Compact_Disc_Digital_Audio))\ndata to it, and it outputs the leveled data.\n\nExample:\n\n    vlevel-bin \u003c in.cdda \u003e out.cdda\n\nThere are options to control the length of the look-ahead buffer,\nthe strength of the effect, and the maximum amplification, as well\nas the format of the raw data.  Type `vlevel-bin --help` for\ndetails.\n\nVLevel works also as a\n[JACK Audio Connection Kit](http://jackaudio.org/) client.\n\nFor example\n\n    vlevel-jack --length 22050 --max-multiplier 20 --strength 0.8\n\nwill create 2 capture ports and 2 playback ports on the JACK graph\nthat can be used in combination with any other JACK client.\n\nVLevel also works as a LADSPA plugin. See the\n[Linux Audio Developer's Simple Plugin API website](http://www.ladspa.org/)\nfor a lists of hosts that VLevel can plug into.\n\n## What other features are planed?\n\na Lv2 Plugin and a GUI (especially for vlevel-jack)\n\n## Can I distribute VLevel?\n\nPlease do.  VLevel is licenced under the GNU Lesser General Public\nLicense (LGPL), for more information, see the [COPYING](COPYING) file.\n\n## Where can I get more info?\n\nThere is documentation in the [docs](docs/) directory. Documentation,\nhelp, and more are also available from the\n[original project's website](http://vlevel.sourceforge.net/).\n\nAlso support http://www.radiocicletta.it/, our beloved webradio :3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradiocicletta%2Fvlevel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradiocicletta%2Fvlevel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradiocicletta%2Fvlevel/lists"}