{"id":13910509,"url":"https://github.com/descriptinc/audiotools","last_synced_at":"2025-05-15T09:04:30.257Z","repository":{"id":174812098,"uuid":"345828447","full_name":"descriptinc/audiotools","owner":"descriptinc","description":"Object-oriented handling of audio data, with GPU-powered augmentations, and more.","archived":false,"fork":false,"pushed_at":"2025-04-01T21:34:10.000Z","size":13438,"stargazers_count":269,"open_issues_count":20,"forks_count":51,"subscribers_count":28,"default_branch":"master","last_synced_at":"2025-04-14T12:53:23.015Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://descriptinc.github.io/audiotools/","language":"Python","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/descriptinc.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":"2021-03-08T23:52:57.000Z","updated_at":"2025-04-11T13:00:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"bf4b0b2f-333d-43fb-af3a-b3dd40276600","html_url":"https://github.com/descriptinc/audiotools","commit_stats":null,"previous_names":["descriptinc/audiotools"],"tags_count":65,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/descriptinc%2Faudiotools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/descriptinc%2Faudiotools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/descriptinc%2Faudiotools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/descriptinc%2Faudiotools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/descriptinc","download_url":"https://codeload.github.com/descriptinc/audiotools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249666804,"owners_count":21308154,"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-08-07T00:01:30.309Z","updated_at":"2025-04-19T09:44:21.101Z","avatar_url":"https://github.com/descriptinc.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# AudioTools\n\nObject-oriented handling of audio signals, with fast augmentation routines, batching, padding, and more.\n\n## Installation\n```\npip install git+https://github.com/descriptinc/audiotools\n```\nOR\n```bash\ngit clone https://github.com/descriptinc/audiotools\ncd audiotools\npip install .\n```\n\n## Documentation\n\nFor documentation, see [the docs](https://descriptinc.github.io/audiotools/).\n\n### Deploying documentation\n\nTo build the documentation, do:\n\n```bash\ncd docs/\nmake html\nopen _build/html/index.html\n```\n\nOnce you're satisfied with your docs, push them to the gh-pages branch via\n\n```bash\ncd docs\nbash publish_docs.sh\n```\n\n## Quickstart\n\n```python\nimport audiotools\nfrom audiotools import AudioSignal\n\nsignal = AudioSignal(\"tests/audio/spk/f10_script4_produced.wav\", offset=5, duration=5)\nsignal.play() # Play back the signal in your terminal using ffplay\n\nsignal.low_pass(8000) # Low-pass the signal\nsignal.play() # Play back the low-passed version of the signal\n```\n\nFor more, see the [documentation](##Documentation).\n\n### Install hooks\n\nFirst install the pre-commit util:\n\nhttps://pre-commit.com/#install\n\n    pip install pre-commit  # with pip\n    brew install pre-commit  # on Mac\n\nThen install the git hooks\n\n    pre-commit install\n    # check .pre-commit-config.yaml for details of hooks\n\nUpon `git commit`, the pre-commit hooks will be run automatically on the stage files (i.e. added by `git add`)\n\n**N.B. By default, pre-commit checks only run on staged files**\n\nIf you need to run it on all files:\n\n    pre-commit run --all-files\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdescriptinc%2Faudiotools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdescriptinc%2Faudiotools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdescriptinc%2Faudiotools/lists"}