{"id":28575057,"url":"https://github.com/audeering/auglib","last_synced_at":"2025-06-10T22:14:07.586Z","repository":{"id":219110774,"uuid":"744414396","full_name":"audeering/auglib","owner":"audeering","description":"Data augmentation for audio","archived":false,"fork":false,"pushed_at":"2024-12-16T20:19:07.000Z","size":27817,"stargazers_count":10,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-30T01:43:11.754Z","etag":null,"topics":["audio","augmentation","machine-learning"],"latest_commit_sha":null,"homepage":"https://audeering.github.io/auglib/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/audeering.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","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":"2024-01-17T08:53:42.000Z","updated_at":"2025-01-02T01:46:35.000Z","dependencies_parsed_at":"2024-01-29T14:51:46.564Z","dependency_job_id":"445632b1-812e-49cf-b675-c017b3950d43","html_url":"https://github.com/audeering/auglib","commit_stats":null,"previous_names":["audeering/auglib"],"tags_count":56,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audeering%2Fauglib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audeering%2Fauglib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audeering%2Fauglib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audeering%2Fauglib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/audeering","download_url":"https://codeload.github.com/audeering/auglib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audeering%2Fauglib/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259160062,"owners_count":22814513,"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","augmentation","machine-learning"],"created_at":"2025-06-10T22:13:55.728Z","updated_at":"2025-06-10T22:14:07.512Z","avatar_url":"https://github.com/audeering.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"======\nauglib\n======\n\n|tests| |coverage| |docs| |python-versions| |license|\n\n**auglib** is an augmentation library,\nwhich provides transforms_\nto modify audio signals_ and files_.\n\n.. code-block:: python\n\n    import auglib\n\n    transform = auglib.transform.PinkNoise()\n    augment = auglib.Augment(transform)\n    augment(signal, sampling_rate)\n\n**auglib** can further augment whole datasets_\nwhile caching the results.\nIt can be easily extended\nwith external_ or `user defined`_ augmentations.\n\nHave a look at the installation_ instructions\nand listen to examples_.\n\n\n.. _datasets: https://audeering.github.io/auglib/usage.html#augment-a-dataset-to-disk\n.. _examples: https://audeering.github.io/auglib/examples.html\n.. _external: https://audeering.github.io/auglib/external.html\n.. _files: https://audeering.github.io/auglib/usage.html#augment-files-in-memory\n.. _installation: https://audeering.github.io/auglib/install.html\n.. _signals: https://audeering.github.io/auglib/usage.html#augment-a-signal\n.. _transforms: https://audeering.github.io/auglib/api/auglib.transform.html\n.. _usage: https://audeering.github.io/auglib/usage.html\n.. _user defined: https://audeering.github.io/auglib/api/auglib.transform.Function.html\n\n\n.. badges images and links:\n.. |tests| image:: https://github.com/audeering/auglib/workflows/Test/badge.svg\n    :target: https://github.com/audeering/auglib/actions?query=workflow%3ATest\n    :alt: Test status\n.. |coverage| image:: https://codecov.io/gh/audeering/auglib/branch/main/graph/badge.svg?token=3J0sF7GQhA\n    :target: https://codecov.io/gh/audeering/auglib/\n    :alt: code coverage\n.. |docs| image:: https://img.shields.io/pypi/v/auglib?label=docs\n    :target: https://audeering.github.io/auglib/\n    :alt: auglib's documentation\n.. |license| image:: https://img.shields.io/badge/license-MIT-green.svg\n    :target: https://github.com/audeering/auglib/blob/main/LICENSE\n    :alt: auglib's MIT license\n.. |python-versions| image:: https://img.shields.io/pypi/pyversions/auglib.svg\n    :target: https://pypi.org/project/auglib/\n    :alt: auglib's supported Python versions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudeering%2Fauglib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faudeering%2Fauglib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudeering%2Fauglib/lists"}