simpleaudio-312compat


Namesimpleaudio-312compat JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/hamiltron/py-simple-audio
SummarySimple, asynchronous audio playback for Python 3.
upload_time2024-09-16 23:01:35
maintainerNone
docs_urlNone
authorJoe Hamilton
requires_pythonNone
licenseMIT
keywords audio wave media multimedia sound alsa coreaudio winmm music
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            NOTE: THIS PROJECT IS ARCHIVED
==============================

I no longer have the time to dedicate to maintaining Simpleaudio (which at this point is mostly keeping CI builds working). 
This project should be considered archived, meaning that there will be no further updates or builds. 
For anyone seriously interested in taking over the project, I would be willing to help in that process. 
I would also be willing to revisit maintaining the library should anyone wish to sponsor it. 

Simpleaudio Package
===================

The simplaudio package provides cross-platform, dependency-free audio playback
capability for Python 3 on OSX, Windows, and Linux.

MIT Licensed.

`Documentation at RTFD <http://simpleaudio.readthedocs.io/>`_
--------------------------------------------------------------

Installation
------------

Installation (make sure the ``pip`` command is the right one for
your platform and Python version)::

   pip install simpleaudio

See documentation for additional installation information.

Quick Function Check
--------------------

.. code-block:: python

   import simpleaudio.functionchecks as fc

   fc.LeftRightCheck.run()

See documentation for more on function checks.

Simple Example
--------------

.. code-block:: python

   import simpleaudio as sa

   wave_obj = sa.WaveObject.from_wave_file("path/to/file.wav")
   play_obj = wave_obj.play()
   play_obj.wait_done()

Support
-------

For usage and how-to questions, first checkout the tutorial in the
documentation. If you're still stuck, post a question on
`StackOverflow <http://stackoverflow.com/>`_
and **tag it 'pysimpleaudio'**.

For bug reports, please create an
`issue on Github <https://github.com/hamiltron/py-simple-audio/issues>`_
.

Big Thanks To ...
-----------------

Jonas Kalderstam

Christophe Gohlke

Tom Christie

Many others for their contributions, documentation, examples, and more.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hamiltron/py-simple-audio",
    "name": "simpleaudio-312compat",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "audio, wave, media, multimedia, sound, alsa, coreaudio, winmm, music",
    "author": "Joe Hamilton",
    "author_email": "jhamilton10@georgefox.edu",
    "download_url": "https://files.pythonhosted.org/packages/3a/5e/41b705b454d464a10a642fafa443e5eac372d64f09ed96c1b22f36c2c53f/simpleaudio_312compat-1.0.4.tar.gz",
    "platform": null,
    "description": "NOTE: THIS PROJECT IS ARCHIVED\n==============================\n\nI no longer have the time to dedicate to maintaining Simpleaudio (which at this point is mostly keeping CI builds working). \nThis project should be considered archived, meaning that there will be no further updates or builds. \nFor anyone seriously interested in taking over the project, I would be willing to help in that process. \nI would also be willing to revisit maintaining the library should anyone wish to sponsor it. \n\nSimpleaudio Package\n===================\n\nThe simplaudio package provides cross-platform, dependency-free audio playback\ncapability for Python 3 on OSX, Windows, and Linux.\n\nMIT Licensed.\n\n`Documentation at RTFD <http://simpleaudio.readthedocs.io/>`_\n--------------------------------------------------------------\n\nInstallation\n------------\n\nInstallation (make sure the ``pip`` command is the right one for\nyour platform and Python version)::\n\n   pip install simpleaudio\n\nSee documentation for additional installation information.\n\nQuick Function Check\n--------------------\n\n.. code-block:: python\n\n   import simpleaudio.functionchecks as fc\n\n   fc.LeftRightCheck.run()\n\nSee documentation for more on function checks.\n\nSimple Example\n--------------\n\n.. code-block:: python\n\n   import simpleaudio as sa\n\n   wave_obj = sa.WaveObject.from_wave_file(\"path/to/file.wav\")\n   play_obj = wave_obj.play()\n   play_obj.wait_done()\n\nSupport\n-------\n\nFor usage and how-to questions, first checkout the tutorial in the\ndocumentation. If you're still stuck, post a question on\n`StackOverflow <http://stackoverflow.com/>`_\nand **tag it 'pysimpleaudio'**.\n\nFor bug reports, please create an\n`issue on Github <https://github.com/hamiltron/py-simple-audio/issues>`_\n.\n\nBig Thanks To ...\n-----------------\n\nJonas Kalderstam\n\nChristophe Gohlke\n\nTom Christie\n\nMany others for their contributions, documentation, examples, and more.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple, asynchronous audio playback for Python 3.",
    "version": "1.0.4",
    "project_urls": {
        "Homepage": "https://github.com/hamiltron/py-simple-audio"
    },
    "split_keywords": [
        "audio",
        " wave",
        " media",
        " multimedia",
        " sound",
        " alsa",
        " coreaudio",
        " winmm",
        " music"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a5e41b705b454d464a10a642fafa443e5eac372d64f09ed96c1b22f36c2c53f",
                "md5": "b92c52c3d504eb937cdf4fdb2487b022",
                "sha256": "2d59ab1822f205cc084ad8a4ab779e4f0079ba0e86250c0cfce7e7b121a2cddc"
            },
            "downloads": -1,
            "filename": "simpleaudio_312compat-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "b92c52c3d504eb937cdf4fdb2487b022",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2043326,
            "upload_time": "2024-09-16T23:01:35",
            "upload_time_iso_8601": "2024-09-16T23:01:35.824786Z",
            "url": "https://files.pythonhosted.org/packages/3a/5e/41b705b454d464a10a642fafa443e5eac372d64f09ed96c1b22f36c2c53f/simpleaudio_312compat-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-16 23:01:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hamiltron",
    "github_project": "py-simple-audio",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "appveyor": true,
    "lcname": "simpleaudio-312compat"
}
        
Elapsed time: 1.11746s