{"id":28575047,"url":"https://github.com/audeering/audresample","last_synced_at":"2025-06-10T22:14:04.454Z","repository":{"id":37729965,"uuid":"339049195","full_name":"audeering/audresample","owner":"audeering","description":"Resample and remix audio signals","archived":false,"fork":false,"pushed_at":"2024-12-16T20:16:47.000Z","size":14756,"stargazers_count":3,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-28T23:47:08.303Z","etag":null,"topics":["audio","dsp","remix","resample"],"latest_commit_sha":null,"homepage":"https://audeering.github.io/audresample/","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":"2021-02-15T11:01:30.000Z","updated_at":"2025-03-18T23:59:20.000Z","dependencies_parsed_at":"2024-06-18T18:45:48.643Z","dependency_job_id":"daefaa3d-8363-4745-919f-0660286b1d74","html_url":"https://github.com/audeering/audresample","commit_stats":{"total_commits":46,"total_committers":5,"mean_commits":9.2,"dds":"0.19565217391304346","last_synced_commit":"3cd2bff35a2818698316c466a8d84dc6816014c3"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audeering%2Faudresample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audeering%2Faudresample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audeering%2Faudresample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audeering%2Faudresample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/audeering","download_url":"https://codeload.github.com/audeering/audresample/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audeering%2Faudresample/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","dsp","remix","resample"],"created_at":"2025-06-10T22:13:54.182Z","updated_at":"2025-06-10T22:14:04.433Z","avatar_url":"https://github.com/audeering.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"===========\naudresample\n===========\n\n|tests| |coverage| |docs| |python-versions| |license|\n\n**audresample** remixes or resamples your signals.\n\nResampling is supported\nfor signals in single precision floating-point format,\nand based on the `soxr`_ implementation\nas provided by `audresamplelib`_.\n\nHave a look at the installation_ and usage_ instructions.\n\n.. code-block:: python\n\n    \u003e\u003e\u003e import numpy as np\n    \u003e\u003e\u003e import audresample\n    \u003e\u003e\u003e signal = np.zeros((2, 8000), dtype='float32')\n    \u003e\u003e\u003e signal.shape\n    (2, 8000)\n    \u003e\u003e\u003e audresample.remix(signal, mixdown=True).shape\n    (1, 8000)\n    \u003e\u003e\u003e audresample.remix(signal, channels=[0, 0, 1, 1]).shape\n    (4, 8000)\n    \u003e\u003e\u003e audresample.resample(signal, 8000, 16000).shape\n    (2, 16000)\n\n.. _soxr: https://sourceforge.net/projects/soxr/\n.. _audresamplelib: https://github.com/audeering/audresamplelib\n.. _installation: https://audeering.github.io/audresample/install.html\n.. _usage: https://audeering.github.io/audresample/usage.html\n\n\n.. badges images and links:\n.. |tests| image:: https://github.com/audeering/audresample/workflows/Test/badge.svg\n    :target: https://github.com/audeering/audresample/actions?query=workflow%3ATest\n    :alt: Test status\n.. |coverage| image:: https://codecov.io/gh/audeering/audresample/branch/main/graph/badge.svg?token=NPQDJ5T7HI\n    :target: https://codecov.io/gh/audeering/audresample/\n    :alt: code coverage\n.. |docs| image:: https://img.shields.io/pypi/v/audresample?label=docs\n    :target: https://audeering.github.io/audresample/\n    :alt: audresample's documentation\n.. |license| image:: https://img.shields.io/badge/license-MIT-green.svg\n    :target: https://github.com/audeering/audresample/blob/main/LICENSE\n    :alt: audresample's MIT license\n.. |python-versions| image:: https://img.shields.io/pypi/pyversions/audresample.svg\n    :target: https://pypi.org/project/audresample/\n    :alt: audresamples's supported Python versions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudeering%2Faudresample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faudeering%2Faudresample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudeering%2Faudresample/lists"}