PySoundSphere


NamePySoundSphere JSON
Version 0.0.7 PyPI version JSON
download
home_pageNone
SummaryPlay Audio Using Python
upload_time2024-10-09 17:43:21
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords audio playback sound
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PySoundSphere

PySoundSphere is a high level audio library written in python.

What you might be looking for:
- [Installing PySoundSphere](https://nmstr.github.io/PySoundSphere/)
- [Usage / Documentation](https://nmstr.github.io/PySoundSphere/usage/)

## Basic Installation

The default way to install PySoundSphere is using the `sounddevice` backend. To do this run the following:
```
pip install PySoundSphere[sounddevice-backend]
```
More detailed instructions are available [here](https://nmstr.github.io/PySoundSphere/). More informations about backends can be found [here](https://nmstr.github.io/PySoundSphere/backends/general/#what-are-playback-backends).

## License

This project is licensed under the GNU General Public License v3.0 (GPLv3)

See LICENSE.md for more information

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "PySoundSphere",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "audio, playback, sound",
    "author": null,
    "author_email": "\"Namester (Nmstr)\" <publicNamester@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/90/37/fb517fc1f93b6085934cfe2550e1befeee8d62b714af3d43b0ce1611cc77/pysoundsphere-0.0.7.tar.gz",
    "platform": null,
    "description": "# PySoundSphere\n\nPySoundSphere is a high level audio library written in python.\n\nWhat you might be looking for:\n- [Installing PySoundSphere](https://nmstr.github.io/PySoundSphere/)\n- [Usage / Documentation](https://nmstr.github.io/PySoundSphere/usage/)\n\n## Basic Installation\n\nThe default way to install PySoundSphere is using the `sounddevice` backend. To do this run the following:\n```\npip install PySoundSphere[sounddevice-backend]\n```\nMore detailed instructions are available [here](https://nmstr.github.io/PySoundSphere/). More informations about backends can be found [here](https://nmstr.github.io/PySoundSphere/backends/general/#what-are-playback-backends).\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0 (GPLv3)\n\nSee LICENSE.md for more information\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Play Audio Using Python",
    "version": "0.0.7",
    "project_urls": {
        "Documentation": "https://nmstr.github.io/PySoundSphere/",
        "Issues": "https://github.com/Nmstr/PySoundSphere/issues",
        "Source": "https://github.com/Nmstr/PySoundSphere"
    },
    "split_keywords": [
        "audio",
        " playback",
        " sound"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd0c4dc9c475928f275f4e3843c18ebe1cf5195072fdfb71399270a311724817",
                "md5": "3baf5bc2f04e89835ee5264645262f9a",
                "sha256": "841dddafbc69ac4b93f96a0e78db427ff2c3c35721645d33acfc7ef5b5e400cc"
            },
            "downloads": -1,
            "filename": "pysoundsphere-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3baf5bc2f04e89835ee5264645262f9a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 18373,
            "upload_time": "2024-10-09T17:43:19",
            "upload_time_iso_8601": "2024-10-09T17:43:19.510716Z",
            "url": "https://files.pythonhosted.org/packages/fd/0c/4dc9c475928f275f4e3843c18ebe1cf5195072fdfb71399270a311724817/pysoundsphere-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9037fb517fc1f93b6085934cfe2550e1befeee8d62b714af3d43b0ce1611cc77",
                "md5": "5fbaf18d39d48cfe729f6f7edfc34740",
                "sha256": "800de436d48e7595ff4dd49b0f2ecb46c674042088efed56ab25d756d4284801"
            },
            "downloads": -1,
            "filename": "pysoundsphere-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "5fbaf18d39d48cfe729f6f7edfc34740",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 97171,
            "upload_time": "2024-10-09T17:43:21",
            "upload_time_iso_8601": "2024-10-09T17:43:21.493596Z",
            "url": "https://files.pythonhosted.org/packages/90/37/fb517fc1f93b6085934cfe2550e1befeee8d62b714af3d43b0ce1611cc77/pysoundsphere-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-09 17:43:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Nmstr",
    "github_project": "PySoundSphere",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pysoundsphere"
}
        
Elapsed time: 8.68360s