{"id":28061930,"url":"https://github.com/swesterfeld/pandaresampler","last_synced_at":"2025-09-10T07:36:56.288Z","repository":{"id":86600656,"uuid":"423480645","full_name":"swesterfeld/pandaresampler","owner":"swesterfeld","description":"Fast factor 2 resampler for audio signals","archived":false,"fork":false,"pushed_at":"2024-06-15T10:09:12.000Z","size":304,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-16T07:54:42.274Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/swesterfeld.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-11-01T13:44:49.000Z","updated_at":"2024-06-15T10:09:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"c62a2d13-cb61-4e8a-b905-43f7d3e85776","html_url":"https://github.com/swesterfeld/pandaresampler","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swesterfeld%2Fpandaresampler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swesterfeld%2Fpandaresampler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swesterfeld%2Fpandaresampler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swesterfeld%2Fpandaresampler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swesterfeld","download_url":"https://codeload.github.com/swesterfeld/pandaresampler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253719902,"owners_count":21952912,"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":"2025-05-12T10:31:16.875Z","updated_at":"2025-05-12T10:31:18.843Z","avatar_url":"https://github.com/swesterfeld.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PandaResampler\n\n## Description\n\nPandaResampler is a fast C++ (SSEified) factor 2 resampler for audio signals.\nIt is easy to integrate into projects since it supports header only mode.\n\nPandaResampler is currently *experimental* which means that right now there\nstill can be API changes that break backward compatibility. API documentation\nis available here:  https://space.twc.de/~stefan/pandaresampler/api-0.2.1\n\n## Using the Shared Library\n\nTo use PandaResampler as shared library, build it using\n\n    meson setup build                      # configure the build\n    meson compile -C build                 # compile PandaResampler\n    sudo meson install -C build            # install PandaResampler\n    # you may need to run 'sudo ldconfig' before you can use the library\n\nThen, you can use `pkg-config` to get the necessary compiler flags to use\nthe shared library:\n\n * `pkg-config --cflags pandaresampler` to get the flags for compiling\n * `pkg-config --libs pandaresampler` for linking\n\n## Header only C++ Library\n\nIf you do not want to link against any library, you can use\n\n * `pkg-config --cflags pandaresampler` and the define `-DPANDA_RESAMPLER_HEADER_ONLY`\n\nwhile compiling your code, this will not require any library to be present to\ncompile or run your compiled program.\n\nIf you prefer, you can simply copy everything from the `include/` directory of\nthe pandaresampler to your project to make it fully self-contained and avoid\nusing `pkg-config`.\n\n## License\n\nPandaResampler is released under\n[MPL-2.0](https://github.com/swesterfeld/pandaresampler/blob/master/MPL-2.0.txt),\nhowever it also contains code from hiir which is licensed under\n[WTFPL2](https://github.com/swesterfeld/pandaresampler/blob/master/include/pandaresampler/hiir/license.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswesterfeld%2Fpandaresampler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswesterfeld%2Fpandaresampler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswesterfeld%2Fpandaresampler/lists"}