`nspfile`: NSP Audio File Reader in Python
===================================================
|pypi| |status| |pyver| |license| |test_status|
.. |pypi| image:: https://img.shields.io/pypi/v/nspfile
:alt: PyPI
.. |status| image:: https://img.shields.io/pypi/status/nspfile
:alt: PyPI - Status
.. |pyver| image:: https://img.shields.io/pypi/pyversions/nspfile
:alt: PyPI - Python Version
.. |license| image:: https://img.shields.io/github/license/tikuma-lsuhsc/python-nspfile
:alt: GitHub
.. |test_status| image:: https://img.shields.io/github/workflow/status/tikuma-lsuhsc/python-nspfile/Run%20Tests
:alt: GitHub Workflow Status
NSP audio file format is primarily used for KayPENTAX Computerized Speech Lab (CSL).
Python `nspfile` package implements `scipy.io.wavfile` compatible functions for .nsp sound file format.
Install
-------
.. code-block:: bash
pip install nspfile
Use
---
.. code-block:: python
import nspfile
fs, x = nspfile.read('myvoice.nsp')
TODOs
-----
- Test multichannel read
- Add a writer function
Reference
---------
http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/CSL/CSL.html
Raw data
{
"_id": null,
"home_page": "https://github.com/tikuma-lsuhsc/python-nspfile",
"name": "nspfile",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "multimedia",
"author": "",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/8e/cb/efbe985fd5ac97854c70e961b71eeb8d69b66debd031ad66ab6a36c9b7a3/nspfile-0.1.4.tar.gz",
"platform": null,
"description": "`nspfile`: NSP Audio File Reader in Python\n===================================================\n\n|pypi| |status| |pyver| |license| |test_status|\n\n.. |pypi| image:: https://img.shields.io/pypi/v/nspfile\n :alt: PyPI\n.. |status| image:: https://img.shields.io/pypi/status/nspfile\n :alt: PyPI - Status\n.. |pyver| image:: https://img.shields.io/pypi/pyversions/nspfile\n :alt: PyPI - Python Version\n.. |license| image:: https://img.shields.io/github/license/tikuma-lsuhsc/python-nspfile\n :alt: GitHub\n.. |test_status| image:: https://img.shields.io/github/workflow/status/tikuma-lsuhsc/python-nspfile/Run%20Tests\n :alt: GitHub Workflow Status\n\nNSP audio file format is primarily used for KayPENTAX Computerized Speech Lab (CSL).\n\nPython `nspfile` package implements `scipy.io.wavfile` compatible functions for .nsp sound file format.\n\nInstall\n-------\n\n.. code-block:: bash\n\n pip install nspfile\n\nUse\n---\n\n.. code-block:: python\n\n import nspfile\n\n fs, x = nspfile.read('myvoice.nsp')\n\nTODOs\n-----\n\n- Test multichannel read\n- Add a writer function\n\nReference\n---------\n\nhttp://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/CSL/CSL.html\n",
"bugtrack_url": null,
"license": "GPL-2.0 License",
"summary": "KayPENTAX CSL NSP Audio File Format Reader",
"version": "0.1.4",
"split_keywords": [
"multimedia"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3c1c4631f971e91b845906e701e7ec547a656f194debfcc0011f5acb36c239d5",
"md5": "5ae40060c16ba399ba19f29d211f2c87",
"sha256": "242374bfe95c0a4d9dc65a33b20bb85e5cc8119a156a0383e1fd06c106006eec"
},
"downloads": -1,
"filename": "nspfile-0.1.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5ae40060c16ba399ba19f29d211f2c87",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 10793,
"upload_time": "2023-01-22T16:37:10",
"upload_time_iso_8601": "2023-01-22T16:37:10.170916Z",
"url": "https://files.pythonhosted.org/packages/3c/1c/4631f971e91b845906e701e7ec547a656f194debfcc0011f5acb36c239d5/nspfile-0.1.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8ecbefbe985fd5ac97854c70e961b71eeb8d69b66debd031ad66ab6a36c9b7a3",
"md5": "49ac3c55b33faf732749283b2b96dd4f",
"sha256": "afbe12bb29da212dd0fd0b1f734909bf32cc18c6b4c9cf3a35dba26e32a2d218"
},
"downloads": -1,
"filename": "nspfile-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "49ac3c55b33faf732749283b2b96dd4f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 10807,
"upload_time": "2023-01-22T16:37:11",
"upload_time_iso_8601": "2023-01-22T16:37:11.824432Z",
"url": "https://files.pythonhosted.org/packages/8e/cb/efbe985fd5ac97854c70e961b71eeb8d69b66debd031ad66ab6a36c9b7a3/nspfile-0.1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-22 16:37:11",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "tikuma-lsuhsc",
"github_project": "python-nspfile",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "nspfile"
}