{"id":17865706,"url":"https://github.com/r9y9/pysptk","last_synced_at":"2025-05-16T02:10:01.252Z","repository":{"id":1224326,"uuid":"41618046","full_name":"r9y9/pysptk","owner":"r9y9","description":"A python wrapper for Speech Signal Processing Toolkit (SPTK).","archived":false,"fork":false,"pushed_at":"2024-07-16T11:33:16.000Z","size":16093,"stargazers_count":441,"open_issues_count":7,"forks_count":78,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-05-10T11:16:08.238Z","etag":null,"topics":["digital-signal-processing","dsp","python","python-wrapper","speech","speech-processing","speech-synthesis","sptk"],"latest_commit_sha":null,"homepage":"http://pysptk.readthedocs.io/en/latest/","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/r9y9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2015-08-30T05:40:22.000Z","updated_at":"2025-02-19T01:32:21.000Z","dependencies_parsed_at":"2023-09-28T07:17:40.615Z","dependency_job_id":"80855135-1423-4b11-9c72-05d57ed7a02b","html_url":"https://github.com/r9y9/pysptk","commit_stats":{"total_commits":309,"total_committers":5,"mean_commits":61.8,"dds":0.02588996763754048,"last_synced_commit":"d24be591bbd56c04599538520c8e901061c4b232"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r9y9%2Fpysptk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r9y9%2Fpysptk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r9y9%2Fpysptk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r9y9%2Fpysptk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r9y9","download_url":"https://codeload.github.com/r9y9/pysptk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254453667,"owners_count":22073618,"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":["digital-signal-processing","dsp","python","python-wrapper","speech","speech-processing","speech-synthesis","sptk"],"created_at":"2024-10-28T09:24:38.220Z","updated_at":"2025-05-16T02:10:01.210Z","avatar_url":"https://github.com/r9y9.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pysptk\n\n[![PyPI](https://img.shields.io/pypi/v/pysptk.svg)](https://pypi.python.org/pypi/pysptk)\n[![Python package](https://github.com/r9y9/pysptk/actions/workflows/ci.yaml/badge.svg)](https://github.com/r9y9/pysptk/actions/workflows/ci.yaml)\n[![Build Status](https://app.travis-ci.com/r9y9/pysptk.svg?branch=master)](https://app.travis-ci.com/r9y9/pysptk)\n[![Coverage Status](https://coveralls.io/repos/r9y9/pysptk/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/r9y9/pysptk?branch=master)\n[![Documentation Status](https://readthedocs.org/projects/pysptk/badge/?version=latest)](https://readthedocs.org/projects/pysptk/?badge=latest)\n[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)\n[![][docs-stable-img]][docs-stable-url]\n[![][docs-latest-img]][docs-latest-url]\n[![DOI](https://zenodo.org/badge/41618046.svg)](https://zenodo.org/badge/latestdoi/41618046)\n\nA python wrapper for [Speech Signal Processing Toolkit (SPTK)](http://sp-tk.sourceforge.net/).\n\n**NOTE**: pysptk is based on a modified version of SPTK ([r9y9/SPTK](https://github.com/r9y9/SPTK)).\n\n## Documentation\n\n- [**STABLE**][docs-stable-url] \u0026mdash; **most recently tagged version of the documentation.**\n- [**LATEST**][docs-latest-url] \u0026mdash; *in-development version of the documentation.*\n\n## Demonstration notebook\n\n- [Introduction notebook](https://nbviewer.org/github/r9y9/pysptk/blob/master/examples/pysptk%20introduction.ipynb): a brief introduction to pysptk\n- [Speech analysis and re-synthesis](https://nbviewer.org/github/r9y9/pysptk/blob/master/examples/Speech%20analysis%20and%20re-synthesis.ipynb): a demonstration notebook for speech analysis and re-synthesis. Synthesized audio examples (English) are available on the notebook.\n\n## Installation\n\nThe latest release is availabe on pypi and you can install it by:\n\n```bash\npip install pysptk\n```\n\nIf yout want the latest master, run\n\n```bash\npip install git+https://github.com/r9y9/pysptk\n```\n\nor clone the repository and then build it yourself.\n\n[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg\n[docs-latest-url]: https://pysptk.readthedocs.io/en/latest/\n\n[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg\n[docs-stable-url]: https://pysptk.readthedocs.io/en/stable/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr9y9%2Fpysptk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr9y9%2Fpysptk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr9y9%2Fpysptk/lists"}