playsoundsimple.py


Nameplaysoundsimple.py JSON
Version 0.7.0 PyPI version JSON
download
home_pagehttps://github.com/romanin-rf/playsoundsimple.py
SummaryA simple library for playing sound files
upload_time2023-05-20 15:45:44
maintainer
docs_urlNone
authorromanin-rf
requires_python
licenseMIT
keywords playsoundsimple
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # playsoundsimple.py
## Description
Library for working with sound files of the format: `MP3`, `WAV`, `OGG`, `MIDI`.

## Installation
```
pip install playsoundsimple.py
```

### About MIDI support
On Windows, the `MIDI` processing package is the default.
This means if you have a MacOS or Linux system you will need to manually install the [FluidSynth](https://github.com/FluidSynth/fluidsynth/wiki/Download) package.

## More
```python
import playsoundsimple as pss

s = pss.Sound("main.wav")

s.play(1)

s.wait()
```

## Author
- Roman Slabicky
    - [Vkontakte](https://vk.com/romanin2)
    - [GitHub](https://github.com/romanin-rf)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/romanin-rf/playsoundsimple.py",
    "name": "playsoundsimple.py",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "playsoundsimple",
    "author": "romanin-rf",
    "author_email": "semina054@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "# playsoundsimple.py\n## Description\nLibrary for working with sound files of the format: `MP3`, `WAV`, `OGG`, `MIDI`.\n\n## Installation\n```\npip install playsoundsimple.py\n```\n\n### About MIDI support\nOn Windows, the `MIDI` processing package is the default.\nThis means if you have a MacOS or Linux system you will need to manually install the [FluidSynth](https://github.com/FluidSynth/fluidsynth/wiki/Download) package.\n\n## More\n```python\nimport playsoundsimple as pss\n\ns = pss.Sound(\"main.wav\")\n\ns.play(1)\n\ns.wait()\n```\n\n## Author\n- Roman Slabicky\n    - [Vkontakte](https://vk.com/romanin2)\n    - [GitHub](https://github.com/romanin-rf)\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple library for playing sound files",
    "version": "0.7.0",
    "project_urls": {
        "Homepage": "https://github.com/romanin-rf/playsoundsimple.py"
    },
    "split_keywords": [
        "playsoundsimple"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8a6dff70c4c81e253b203a5d996c9289e451c0e408133754e6e76db07c4959f",
                "md5": "f72bd2cc3cbe463296b2f21b9f0a0e1e",
                "sha256": "96281887b6765d50b19a2428900183f97f30a52595e1adf913222c7867d1a14d"
            },
            "downloads": -1,
            "filename": "playsoundsimple.py-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f72bd2cc3cbe463296b2f21b9f0a0e1e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9410031,
            "upload_time": "2023-05-20T15:45:44",
            "upload_time_iso_8601": "2023-05-20T15:45:44.502307Z",
            "url": "https://files.pythonhosted.org/packages/b8/a6/dff70c4c81e253b203a5d996c9289e451c0e408133754e6e76db07c4959f/playsoundsimple.py-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-20 15:45:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "romanin-rf",
    "github_project": "playsoundsimple.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "playsoundsimple.py"
}
        
Elapsed time: 0.20127s