{"id":15533299,"url":"https://github.com/combatopera/minblepy","last_synced_at":"2025-04-23T14:11:08.205Z","repository":{"id":54873272,"uuid":"123510891","full_name":"combatopera/minBlepy","owner":"combatopera","description":"MinBLEPs library including fast naive waveform conversion","archived":false,"fork":false,"pushed_at":"2025-01-28T22:10:56.000Z","size":64,"stargazers_count":0,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"trunk","last_synced_at":"2025-04-15T05:35:24.192Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/combatopera.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-02T00:56:49.000Z","updated_at":"2025-01-28T22:10:57.000Z","dependencies_parsed_at":"2024-12-20T20:37:11.252Z","dependency_job_id":null,"html_url":"https://github.com/combatopera/minBlepy","commit_stats":{"total_commits":72,"total_committers":2,"mean_commits":36.0,"dds":0.01388888888888884,"last_synced_commit":"da5c5c0c5d9116deecd1bd59d3ce8391d4d315af"},"previous_names":["combatopera/mynblep"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/combatopera%2FminBlepy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/combatopera%2FminBlepy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/combatopera%2FminBlepy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/combatopera%2FminBlepy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/combatopera","download_url":"https://codeload.github.com/combatopera/minBlepy/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249337005,"owners_count":21253489,"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":[],"created_at":"2024-10-02T11:35:26.761Z","updated_at":"2025-04-17T11:31:55.621Z","avatar_url":"https://github.com/combatopera.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# minBlepy\nMinBLEPs library including fast naive waveform conversion.\n\n## Install\nThese are generic installation instructions.\n\n### To use, disposably\nInstall the current release from PyPI to a virtual environment:\n```\npython3 -m venv venvname\nvenvname/bin/pip install -U pip\nvenvname/bin/pip install minBlepy\n. venvname/bin/activate\n```\n\n### To use, permanently\n```\npip3 install --break-system-packages --user minBlepy\n```\nSee `~/.local/bin` for executables.\n\n### To develop\nFirst install venvpool to get the `motivate` command:\n```\npip3 install --break-system-packages --user venvpool\n```\nGet codebase and install executables:\n```\ngit clone git@github.com:combatopera/minBlepy.git\nmotivate minBlepy\n```\nRequirements will be satisfied just in time, using sibling projects with matching .egg-info if any.\n\n## API\n\n\u003ca id=\"minBlepy\"\u003e\u003c/a\u003e\n\n### minBlepy\n\n\u003ca id=\"minBlepy.floatdtype\"\u003e\u003c/a\u003e\n\n###### floatdtype\n\nCommon data type of naive values and digital audio sample points, effectively about 24 bits.\n\n\u003ca id=\"minBlepy.minblep\"\u003e\u003c/a\u003e\n\n### minBlepy.minblep\n\n\u003ca id=\"minBlepy.minblep.MinBleps\"\u003e\u003c/a\u003e\n\n#### MinBleps Objects\n\n```python\nclass MinBleps()\n```\n\n\u003ca id=\"minBlepy.minblep.MinBleps.paste\"\u003e\u003c/a\u003e\n\n###### paste\n\n```python\ndef paste(naivex, diffbuf, outbuf)\n```\n\nAdd minBLEPs to `outbuf` for the differentiated naive signal block in `diffbuf`.\nThe first element of `diffbuf` should be the first naive value in the current block minus the last naive value of the previous block.\nThe `naivex` is the index of the first naive value, modulo `naiverate`.\nThe `outbuf` must have enough space for overflow of the last possible minBLEP, and should be initialised to the overflow section of the previous `outbuf` and otherwise zero.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcombatopera%2Fminblepy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcombatopera%2Fminblepy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcombatopera%2Fminblepy/lists"}