{"id":23874087,"url":"https://github.com/numq/stretch","last_synced_at":"2026-06-13T08:30:17.568Z","repository":{"id":270760835,"uuid":"911381584","full_name":"numq/stretch","owner":"numq","description":"Library for time stretching audio without changing pitch","archived":false,"fork":false,"pushed_at":"2025-02-18T21:40:12.000Z","size":164,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-18T22:32:26.235Z","etag":null,"topics":["audio","jni","kotlin","stretch","stretching","time"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/numq.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":"2025-01-02T22:08:56.000Z","updated_at":"2025-02-18T21:38:46.000Z","dependencies_parsed_at":"2025-01-28T22:22:53.945Z","dependency_job_id":"fae6dff2-a73e-451e-a6cb-64ad3566109f","html_url":"https://github.com/numq/stretch","commit_stats":null,"previous_names":["numq/stretch"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numq%2Fstretch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numq%2Fstretch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numq%2Fstretch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numq%2Fstretch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/numq","download_url":"https://codeload.github.com/numq/stretch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240233786,"owners_count":19769251,"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","jni","kotlin","stretch","stretching","time"],"created_at":"2025-01-03T17:52:18.125Z","updated_at":"2026-06-13T08:30:17.507Z","avatar_url":"https://github.com/numq.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stretch\n\nAudio stretching library for JVM based on the C++\nlibrary [signalsmith-stretch](https://github.com/Signalsmith-Audio/signalsmith-stretch).\n\n## Features\n\n- Stretches PCM audio data\n- Supports any sampling rate and number of channels\n\n## Usage\n\n\u003e See the [example](example) module for implementation details\n\n1. Download latest [release](https://github.com/numq/stretch/releases)\n2. Add library dependency\n   ```kotlin\n   dependencies {\n       implementation(file(\"/path/to/jar\"))\n   }\n   ```\n3. Load binaries\n    ```kotlin\n    Stretch.Signalsmith.load(libstretch = \"/path/to/stretch-signalsmith\")\n    ```\n4. Instantiate a library\n    ```kotlin\n    Stretch.Signalsmith.create(sampleRate = sampleRate, channels = channels, playbackSpeedFactor = defaultPlaybackSpeedFactor)\n    ```\n\n## Requirements\n\n- JVM version 9 or higher.\n\n## License\n\nThis project is licensed under the [Apache License 2.0](LICENSE).\n\n## Acknowledgments\n\n- [signalsmith-stretch](https://github.com/Signalsmith-Audio/signalsmith-stretch)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumq%2Fstretch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnumq%2Fstretch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumq%2Fstretch/lists"}