sound-machine


Namesound-machine JSON
Version 1.1.0 PyPI version JSON
download
home_page
SummarySound and music synthesis library in pure python
upload_time2023-12-06 19:43:46
maintainer
docs_urlNone
author
requires_python>=3.6
licenseThe MIT License (MIT) Copyright (c) 2023 Audrey Dutcher Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords sound synthesis pure
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sound-machine

This is a library to do audio synthesis and music composition.
Its goal is to make the interface as simple as possible to use with as short a learning curve as possible.

It is written in pure python, and supports both python 2 and 3.

## Installation

```bash
$ pip install sound-machine
```

You _probably_ want to use the PyPy interpreter, expecially if you expect to do any sort of real-time synthesis.
Here are some instructions on setting up a virtual environment with pypy.

First, install pypy and the pypy-dev package (or equivilant) from your OS's package manager.
Then, make sure you have `virtualenvwrapper` installed.
Finally:

```bash
mkvirtualenv --python=`which pypy` sound
pip install sound-machine
```

At time of writing, the python package index is suffering some pretty nasty technical difficulties, so if the above install commands don't work for you, the `pip install sound-machine` line can be replaced with `pip install git+https://github.com/rhelmot/sound-machine.git`.

## Usage

This is a python module.
To use it, launch a python shell, then type `import sound`.
It would be a good idea to do this in the IPython shell so you can use tab-autocomplete to browse the module contents.

## Documentation

Read it [here](https://cs.ucsb.edu/~dutcher/sound-machine/)!

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "sound-machine",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "sound,synthesis,pure",
    "author": "",
    "author_email": "Audrey Dutcher <audrey@rhelmot.io>",
    "download_url": "https://files.pythonhosted.org/packages/0f/2a/2b5dc55401cf087a1fe55eba5ebb8ff45038a81f5f69d795f92bd48476bf/sound-machine-1.1.0.tar.gz",
    "platform": null,
    "description": "# sound-machine\n\nThis is a library to do audio synthesis and music composition.\nIts goal is to make the interface as simple as possible to use with as short a learning curve as possible.\n\nIt is written in pure python, and supports both python 2 and 3.\n\n## Installation\n\n```bash\n$ pip install sound-machine\n```\n\nYou _probably_ want to use the PyPy interpreter, expecially if you expect to do any sort of real-time synthesis.\nHere are some instructions on setting up a virtual environment with pypy.\n\nFirst, install pypy and the pypy-dev package (or equivilant) from your OS's package manager.\nThen, make sure you have `virtualenvwrapper` installed.\nFinally:\n\n```bash\nmkvirtualenv --python=`which pypy` sound\npip install sound-machine\n```\n\nAt time of writing, the python package index is suffering some pretty nasty technical difficulties, so if the above install commands don't work for you, the `pip install sound-machine` line can be replaced with `pip install git+https://github.com/rhelmot/sound-machine.git`.\n\n## Usage\n\nThis is a python module.\nTo use it, launch a python shell, then type `import sound`.\nIt would be a good idea to do this in the IPython shell so you can use tab-autocomplete to browse the module contents.\n\n## Documentation\n\nRead it [here](https://cs.ucsb.edu/~dutcher/sound-machine/)!\n",
    "bugtrack_url": null,
    "license": "The MIT License (MIT)  Copyright (c) 2023 Audrey Dutcher  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Sound and music synthesis library in pure python",
    "version": "1.1.0",
    "project_urls": {
        "documentation": "https://sound-machine.readthedocs.io/",
        "repository": "https://github.com/rhelmot/sound-machine"
    },
    "split_keywords": [
        "sound",
        "synthesis",
        "pure"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8a0eacdea190c8f02613c2d1c5ec61a72e631368a35933c446237866ac3bc98",
                "md5": "247f901d0aa1bb4ac424ad631c3abfc4",
                "sha256": "81924e7209d0f0c985a2c81824e29c2e2816c9ceb4c193377e0a5ce4ff163f9f"
            },
            "downloads": -1,
            "filename": "sound_machine-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "247f901d0aa1bb4ac424ad631c3abfc4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 30867,
            "upload_time": "2023-12-06T19:43:44",
            "upload_time_iso_8601": "2023-12-06T19:43:44.392631Z",
            "url": "https://files.pythonhosted.org/packages/d8/a0/eacdea190c8f02613c2d1c5ec61a72e631368a35933c446237866ac3bc98/sound_machine-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f2a2b5dc55401cf087a1fe55eba5ebb8ff45038a81f5f69d795f92bd48476bf",
                "md5": "44bff4b2837f0d3dcbfc785aac720199",
                "sha256": "34e0cab320fed25880e99ab0063da90336e54e265bb7041d02e318396814ab47"
            },
            "downloads": -1,
            "filename": "sound-machine-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "44bff4b2837f0d3dcbfc785aac720199",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 28263,
            "upload_time": "2023-12-06T19:43:46",
            "upload_time_iso_8601": "2023-12-06T19:43:46.303566Z",
            "url": "https://files.pythonhosted.org/packages/0f/2a/2b5dc55401cf087a1fe55eba5ebb8ff45038a81f5f69d795f92bd48476bf/sound-machine-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-06 19:43:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rhelmot",
    "github_project": "sound-machine",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sound-machine"
}
        
Elapsed time: 0.19157s