simpleaudio-patched


Namesimpleaudio-patched JSON
Version 1.0.5 PyPI version JSON
download
home_pageNone
SummarySimple, asynchronous audio playback for Python 3.
upload_time2024-05-19 09:15:04
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
license/* Copyright (C) 2015, Joe Hamilton 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 audio wave media multimedia sound alsa coreaudio winmm music
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            This project is forked from https://github.com/cexen/py-simple-audio   which forked it from the original project at  https://github.com/hamiltron/py-simple-audio .
Cexen applied a patch to make the library also work with python3.12. This
repository is mainly used to build wheels for the patched simpleaudio so that we can easily
install it for all python versions on all platforms. This project uses github
actions workflow to build the wheels, and published them under the name
"simpleaudio-patched" on pypi.


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": null,
    "name": "simpleaudio-patched",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "audio, wave, media, multimedia, sound, alsa, coreaudio, winmm, music",
    "author": null,
    "author_email": "Joe Hamilton <jhamilton10@georgefox.edu>, Harco Kuppens <h.kuppens@cs.ru.nl>",
    "download_url": null,
    "platform": null,
    "description": "This project is forked from https://github.com/cexen/py-simple-audio   which forked it from the original project at  https://github.com/hamiltron/py-simple-audio .\nCexen applied a patch to make the library also work with python3.12. This\nrepository is mainly used to build wheels for the patched simpleaudio so that we can easily\ninstall it for all python versions on all platforms. This project uses github\nactions workflow to build the wheels, and published them under the name\n\"simpleaudio-patched\" on pypi.\n\n\nNOTE: 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": "/*  Copyright (C) 2015, Joe Hamilton  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": "Simple, asynchronous audio playback for Python 3.",
    "version": "1.0.5",
    "project_urls": {
        "Homepage": "https://github.com/harcokuppens/py-simple-audio"
    },
    "split_keywords": [
        "audio",
        " wave",
        " media",
        " multimedia",
        " sound",
        " alsa",
        " coreaudio",
        " winmm",
        " music"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5dbf458282fc17f20b5acee0f1f80b0c29425a0649b9f5e86e03bfeec9c91b50",
                "md5": "02774c4fd42a42b9d9f79d54ae127fac",
                "sha256": "92ae3a2ef425d57befe72724094656d44d24297445fc4e48bd9c5a11622ab0ca"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "02774c4fd42a42b9d9f79d54ae127fac",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 2038043,
            "upload_time": "2024-05-19T09:15:04",
            "upload_time_iso_8601": "2024-05-19T09:15:04.820857Z",
            "url": "https://files.pythonhosted.org/packages/5d/bf/458282fc17f20b5acee0f1f80b0c29425a0649b9f5e86e03bfeec9c91b50/simpleaudio_patched-1.0.5-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fb3de6dbee73f6887b78e5a8d9d0219f8368e14ab6c43f0048015301074cd6c",
                "md5": "89c5f02b1f0f43a289aa43e8bc9282d0",
                "sha256": "f47091b1d3b97682888e87670881de2252220dfa3dbdbbb8ffba7dd9f39b85cb"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "89c5f02b1f0f43a289aa43e8bc9282d0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 2038411,
            "upload_time": "2024-05-19T09:15:25",
            "upload_time_iso_8601": "2024-05-19T09:15:25.216058Z",
            "url": "https://files.pythonhosted.org/packages/8f/b3/de6dbee73f6887b78e5a8d9d0219f8368e14ab6c43f0048015301074cd6c/simpleaudio_patched-1.0.5-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c166a69c65c6fc4ad72ac28fbce3df020b7309560197820bc362a2a5ae2546f3",
                "md5": "8b5ae211873203187b7c0454fb335e90",
                "sha256": "cfbc59566f9c168bba0ea27457c1bbee3204b85ae7de184af3a2a5261befd462"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "8b5ae211873203187b7c0454fb335e90",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 2039791,
            "upload_time": "2024-05-19T09:15:27",
            "upload_time_iso_8601": "2024-05-19T09:15:27.534924Z",
            "url": "https://files.pythonhosted.org/packages/c1/66/a69c65c6fc4ad72ac28fbce3df020b7309560197820bc362a2a5ae2546f3/simpleaudio_patched-1.0.5-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81600b16cda218a092d5dc7a7fc327df4682d212366feb3d89a4654696852575",
                "md5": "bebb14941ace9c829a3083e1991cb2df",
                "sha256": "29c7c19897d71810b070e2357b6a40a81cbdf83ca332172054d2ca5dfccca70c"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bebb14941ace9c829a3083e1991cb2df",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 2040348,
            "upload_time": "2024-05-19T09:15:29",
            "upload_time_iso_8601": "2024-05-19T09:15:29.161769Z",
            "url": "https://files.pythonhosted.org/packages/81/60/0b16cda218a092d5dc7a7fc327df4682d212366feb3d89a4654696852575/simpleaudio_patched-1.0.5-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d76ef017f61497eb7d8202fe2ab2c664fffc90dc82bce6e2b9b0d4266081a44",
                "md5": "6fffafdb09979728b138b8337eac2b8e",
                "sha256": "e815f691da53d01ab611c4d79aa8da99130e816d523786aa5d7933240ed9d427"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6fffafdb09979728b138b8337eac2b8e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 2038044,
            "upload_time": "2024-05-19T09:15:30",
            "upload_time_iso_8601": "2024-05-19T09:15:30.973602Z",
            "url": "https://files.pythonhosted.org/packages/5d/76/ef017f61497eb7d8202fe2ab2c664fffc90dc82bce6e2b9b0d4266081a44/simpleaudio_patched-1.0.5-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72902edfd061d761d629489ebb63c578698486e4d4c90d81eb8c9457bc0eba39",
                "md5": "46b2a67b6200ce868d3bdd210487e36e",
                "sha256": "61f029936f3ef423e06aab56317f4af8099f43a6dcc974d92588c3a590123999"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "46b2a67b6200ce868d3bdd210487e36e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 2038413,
            "upload_time": "2024-05-19T09:15:32",
            "upload_time_iso_8601": "2024-05-19T09:15:32.960687Z",
            "url": "https://files.pythonhosted.org/packages/72/90/2edfd061d761d629489ebb63c578698486e4d4c90d81eb8c9457bc0eba39/simpleaudio_patched-1.0.5-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd63feedb2caa320a6207d0d08e58254fcc25abfa6b6bf7ba981ea3550ad2818",
                "md5": "4ecedc6c865fa8908bef94e95a2b94d2",
                "sha256": "0b4e2449e686a33050f5594fcca55ba1e71fb006260e7aea6ea2dc3939c9b4f7"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "4ecedc6c865fa8908bef94e95a2b94d2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 2039788,
            "upload_time": "2024-05-19T09:15:34",
            "upload_time_iso_8601": "2024-05-19T09:15:34.328864Z",
            "url": "https://files.pythonhosted.org/packages/bd/63/feedb2caa320a6207d0d08e58254fcc25abfa6b6bf7ba981ea3550ad2818/simpleaudio_patched-1.0.5-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3914bb3a0ebf6caafb32c08ce07e2db59573cdd0106f3b3e1611eee27db4334",
                "md5": "0edee59f3f39ee9f4be82707400d69d4",
                "sha256": "8950b130f8c51bda7bbebb11fdbb248f36d9d2d976a344bf849d1d0b135277b2"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0edee59f3f39ee9f4be82707400d69d4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 2040342,
            "upload_time": "2024-05-19T09:15:36",
            "upload_time_iso_8601": "2024-05-19T09:15:36.437045Z",
            "url": "https://files.pythonhosted.org/packages/c3/91/4bb3a0ebf6caafb32c08ce07e2db59573cdd0106f3b3e1611eee27db4334/simpleaudio_patched-1.0.5-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "319c6ea128b9516d49e00ab271ec502d581e691fb8d634078b33d66ac77f5dfc",
                "md5": "ea8ee5b76ed5d55840fe4ea625d04ac3",
                "sha256": "ccb9cbca11bf2ee10e1617579463dad0f8b28075d060026c794a80bedf9fd388"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ea8ee5b76ed5d55840fe4ea625d04ac3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 2038057,
            "upload_time": "2024-05-19T09:15:40",
            "upload_time_iso_8601": "2024-05-19T09:15:40.272115Z",
            "url": "https://files.pythonhosted.org/packages/31/9c/6ea128b9516d49e00ab271ec502d581e691fb8d634078b33d66ac77f5dfc/simpleaudio_patched-1.0.5-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "562c4dae5acbcfb5a8debdb9b3b8e8579673444dc5dac25844be538b0a7ec118",
                "md5": "48944a503929a4fc405f1256e101d23c",
                "sha256": "8597c316ea69a4f36e6eb18a100925c08d36fe2e8e10044f7083db3502374fa7"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "48944a503929a4fc405f1256e101d23c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 2038452,
            "upload_time": "2024-05-19T09:15:42",
            "upload_time_iso_8601": "2024-05-19T09:15:42.208585Z",
            "url": "https://files.pythonhosted.org/packages/56/2c/4dae5acbcfb5a8debdb9b3b8e8579673444dc5dac25844be538b0a7ec118/simpleaudio_patched-1.0.5-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8fe096c64ce5a444aa24dc38a7d53bf7988f92479f2301562e1ab4399dfe7c5",
                "md5": "af922c58889d14eaa268486641b0a11d",
                "sha256": "6de2c6a150e56ed3fce74b992d673ba2eb065abf8b3a4d419a8ef213fb990847"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "af922c58889d14eaa268486641b0a11d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 2039793,
            "upload_time": "2024-05-19T09:15:43",
            "upload_time_iso_8601": "2024-05-19T09:15:43.587794Z",
            "url": "https://files.pythonhosted.org/packages/f8/fe/096c64ce5a444aa24dc38a7d53bf7988f92479f2301562e1ab4399dfe7c5/simpleaudio_patched-1.0.5-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "acdf00d4897e1d3d4c6349a6675cb9495a48e894c0b1f39d547e56c4a18900b8",
                "md5": "2a7d58069f989c9442d5b74913324277",
                "sha256": "d64053e1c8e4088449f0e6913209fc0cb799a6e77e23a45088f21da16fdb0ed8"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2a7d58069f989c9442d5b74913324277",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 2040339,
            "upload_time": "2024-05-19T09:15:45",
            "upload_time_iso_8601": "2024-05-19T09:15:45.107118Z",
            "url": "https://files.pythonhosted.org/packages/ac/df/00d4897e1d3d4c6349a6675cb9495a48e894c0b1f39d547e56c4a18900b8/simpleaudio_patched-1.0.5-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "768d27d02e8959b21d114189dc22f0e660af788f38da0d5bf39437a0be22815c",
                "md5": "c4247bce1a5c88766333376eb996c3e6",
                "sha256": "c45f3400aa84c428ddf1363a5de194b57ab5c6c990bcbebf85039fa6de70b230"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c4247bce1a5c88766333376eb996c3e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 2038042,
            "upload_time": "2024-05-19T09:15:46",
            "upload_time_iso_8601": "2024-05-19T09:15:46.450745Z",
            "url": "https://files.pythonhosted.org/packages/76/8d/27d02e8959b21d114189dc22f0e660af788f38da0d5bf39437a0be22815c/simpleaudio_patched-1.0.5-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69c880281a33ca6520effa3353180ca969ed2fd28adba5905a04ae0f2541508a",
                "md5": "def60a8206ede0eb8832867c374ac9a8",
                "sha256": "310a2c1674648588f6d073c7c3f6dd136fcf916d0c3b22fddcaab27a54b0715b"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "def60a8206ede0eb8832867c374ac9a8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 2038412,
            "upload_time": "2024-05-19T09:15:48",
            "upload_time_iso_8601": "2024-05-19T09:15:48.455746Z",
            "url": "https://files.pythonhosted.org/packages/69/c8/80281a33ca6520effa3353180ca969ed2fd28adba5905a04ae0f2541508a/simpleaudio_patched-1.0.5-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fad3efa513abf0ded2067357deed1fa70ca9310422f3dd9cb3b1b95d0b9e4d09",
                "md5": "30e285ef124a9171f0e1a41824b1d52b",
                "sha256": "f82383945e748c2eb758612eb52fd358cab356736b2e5f8ed4ae464b9f8f28e7"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "30e285ef124a9171f0e1a41824b1d52b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 2039800,
            "upload_time": "2024-05-19T09:15:50",
            "upload_time_iso_8601": "2024-05-19T09:15:50.808688Z",
            "url": "https://files.pythonhosted.org/packages/fa/d3/efa513abf0ded2067357deed1fa70ca9310422f3dd9cb3b1b95d0b9e4d09/simpleaudio_patched-1.0.5-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d23847fbb881c2bdf5d090fc277c2a6e4540118ab34d5a51e19a406c711471f4",
                "md5": "7bf32610b7e592cc09068045b84b99da",
                "sha256": "6a3ea3f5f19e27c65d11484a7140e2785f2f100d8861d316d155e23b1f91e87f"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7bf32610b7e592cc09068045b84b99da",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 2040367,
            "upload_time": "2024-05-19T09:15:52",
            "upload_time_iso_8601": "2024-05-19T09:15:52.193208Z",
            "url": "https://files.pythonhosted.org/packages/d2/38/47fbb881c2bdf5d090fc277c2a6e4540118ab34d5a51e19a406c711471f4/simpleaudio_patched-1.0.5-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0804823c6c3e1edcb3430fce94648d1c716c2825376e1370fe224f69989d28ee",
                "md5": "cca8da667a7438cf56f7f2150471fc01",
                "sha256": "05b280805cd96cb25945c6190780c947759a6f4c3642dfe8ef7fc5d8e452cc5e"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cca8da667a7438cf56f7f2150471fc01",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 2038042,
            "upload_time": "2024-05-19T09:15:54",
            "upload_time_iso_8601": "2024-05-19T09:15:54.160846Z",
            "url": "https://files.pythonhosted.org/packages/08/04/823c6c3e1edcb3430fce94648d1c716c2825376e1370fe224f69989d28ee/simpleaudio_patched-1.0.5-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "600833319527380ddc42b4721412b4155a8364e337033b491c2a38b78923ef0b",
                "md5": "cb4fa69962197a735ad54151ee9b7290",
                "sha256": "b404d81801ab27bfd6e95aff4a630380f1403f6a729379f7c1c424eb35ce4d27"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "cb4fa69962197a735ad54151ee9b7290",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 2038405,
            "upload_time": "2024-05-19T09:15:56",
            "upload_time_iso_8601": "2024-05-19T09:15:56.208847Z",
            "url": "https://files.pythonhosted.org/packages/60/08/33319527380ddc42b4721412b4155a8364e337033b491c2a38b78923ef0b/simpleaudio_patched-1.0.5-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ab193ea5c0601699c684bce857701a71a36b7506a0dad319550180d7c2f53ba",
                "md5": "34b34ae68d81588b0dd8a78cb7c01efd",
                "sha256": "6d20a5b1b217c324cbdd611976debcba3de913cde09e04473d1845e80f620621"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "34b34ae68d81588b0dd8a78cb7c01efd",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 2039802,
            "upload_time": "2024-05-19T09:15:57",
            "upload_time_iso_8601": "2024-05-19T09:15:57.508088Z",
            "url": "https://files.pythonhosted.org/packages/6a/b1/93ea5c0601699c684bce857701a71a36b7506a0dad319550180d7c2f53ba/simpleaudio_patched-1.0.5-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce4ff061d2479866f63b73fd173c343aa55a98b296ac6c5c6985d9c6aa551e2d",
                "md5": "acbb0f01a0455e232646d85c74344393",
                "sha256": "3e7952a36d6b9defd97251213a0adf684fc998f32621eb2c27863cc451564e37"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "acbb0f01a0455e232646d85c74344393",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 2040371,
            "upload_time": "2024-05-19T09:15:58",
            "upload_time_iso_8601": "2024-05-19T09:15:58.911422Z",
            "url": "https://files.pythonhosted.org/packages/ce/4f/f061d2479866f63b73fd173c343aa55a98b296ac6c5c6985d9c6aa551e2d/simpleaudio_patched-1.0.5-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d55ef6bdc94ec02e3b1a91fd4df37cbf06394bd236ca15b6cc376971b8f51663",
                "md5": "662ba3c2ae5dab6182bebcb572368487",
                "sha256": "3a75f0e3ad6ad5693bcf54bfe8cb9fd50fd0d58b438b477761588084dc848fd4"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "662ba3c2ae5dab6182bebcb572368487",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 2037681,
            "upload_time": "2024-05-19T09:16:00",
            "upload_time_iso_8601": "2024-05-19T09:16:00.483063Z",
            "url": "https://files.pythonhosted.org/packages/d5/5e/f6bdc94ec02e3b1a91fd4df37cbf06394bd236ca15b6cc376971b8f51663/simpleaudio_patched-1.0.5-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7fbe3ee07dc6c4af9954f768d3939bae962cf0b7a611439fee72a3d2addc4146",
                "md5": "cb35c92b0d0062561721e7b67e5889ce",
                "sha256": "6443491fc299743ca5d99127e994d84323c9fc97566ce762b850ae7a94c105e8"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "cb35c92b0d0062561721e7b67e5889ce",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 2037991,
            "upload_time": "2024-05-19T09:16:02",
            "upload_time_iso_8601": "2024-05-19T09:16:02.086070Z",
            "url": "https://files.pythonhosted.org/packages/7f/be/3ee07dc6c4af9954f768d3939bae962cf0b7a611439fee72a3d2addc4146/simpleaudio_patched-1.0.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9b44072da0b6e8522931ee7ad2113dd34725dcf30c85112d8a26f276058c446",
                "md5": "1efe5ee696a9a87324537d6c8bcde8bc",
                "sha256": "6d65632f3d6f7e465ed8828bf4b2865042501d494aae4a1632c0092aa13215a7"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1efe5ee696a9a87324537d6c8bcde8bc",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 2040573,
            "upload_time": "2024-05-19T09:16:04",
            "upload_time_iso_8601": "2024-05-19T09:16:04.228523Z",
            "url": "https://files.pythonhosted.org/packages/f9/b4/4072da0b6e8522931ee7ad2113dd34725dcf30c85112d8a26f276058c446/simpleaudio_patched-1.0.5-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55eeb83acefffd4b081e9ad44756bfdfc58f5a763383baac89ae4e0625ce9934",
                "md5": "2b929b1a8d95a0aa6a5e0ca22d3951e3",
                "sha256": "5759fe969eb88434446adc5c5a463eab1c6c64c3ffe2ecf8083bcead22565c86"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2b929b1a8d95a0aa6a5e0ca22d3951e3",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": null,
            "size": 2037674,
            "upload_time": "2024-05-19T09:16:05",
            "upload_time_iso_8601": "2024-05-19T09:16:05.644719Z",
            "url": "https://files.pythonhosted.org/packages/55/ee/b83acefffd4b081e9ad44756bfdfc58f5a763383baac89ae4e0625ce9934/simpleaudio_patched-1.0.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9058dd92b539c05857cb155e22e424e88ee1cd8e02240d4f53bdd46153c69440",
                "md5": "76994fe7f7a502a5a641827d324caebc",
                "sha256": "df93f294a4664f9fcd6537d3bfc2bacaa8b5b916b99df8c4604e4e664720d5fa"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-pp37-pypy37_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "76994fe7f7a502a5a641827d324caebc",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": null,
            "size": 2040563,
            "upload_time": "2024-05-19T09:16:07",
            "upload_time_iso_8601": "2024-05-19T09:16:07.301947Z",
            "url": "https://files.pythonhosted.org/packages/90/58/dd92b539c05857cb155e22e424e88ee1cd8e02240d4f53bdd46153c69440/simpleaudio_patched-1.0.5-pp37-pypy37_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c75a55a6665e407c850091d3fb4aec7674a3749cf5a3522df79f725a7516ce6c",
                "md5": "00a1f19c3ad21a5006c5b985e6d477a2",
                "sha256": "4b7a793eaa24c5b0d33a3dc696307ed297f2d797b93aff1f591487a7cfe9ea2e"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "00a1f19c3ad21a5006c5b985e6d477a2",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 2037676,
            "upload_time": "2024-05-19T09:16:09",
            "upload_time_iso_8601": "2024-05-19T09:16:09.344286Z",
            "url": "https://files.pythonhosted.org/packages/c7/5a/55a6665e407c850091d3fb4aec7674a3749cf5a3522df79f725a7516ce6c/simpleaudio_patched-1.0.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f231b1f2c38caf74cea1431d66b9da72c0c3bbbbb4019883b88b9c50de4e5434",
                "md5": "77558e02fe785937cf8cd23214f95d0e",
                "sha256": "18310d22a8d4d8fc732f8c553911c9d8fe98aef465775d39442feff21ab05cc4"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "77558e02fe785937cf8cd23214f95d0e",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 2037987,
            "upload_time": "2024-05-19T09:16:10",
            "upload_time_iso_8601": "2024-05-19T09:16:10.840656Z",
            "url": "https://files.pythonhosted.org/packages/f2/31/b1f2c38caf74cea1431d66b9da72c0c3bbbbb4019883b88b9c50de4e5434/simpleaudio_patched-1.0.5-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e695b4957e9f91952202e952a5092848a5a21cab19632db770a4ad4dada3390",
                "md5": "1ce4a1cf8dd51364795233c0ca34aa36",
                "sha256": "9fe7088f2d2433dee3a0ae8bcd789f1d8ef0adc10dac14e0b71172a9bb44681f"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1ce4a1cf8dd51364795233c0ca34aa36",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 2040561,
            "upload_time": "2024-05-19T09:16:13",
            "upload_time_iso_8601": "2024-05-19T09:16:13.276059Z",
            "url": "https://files.pythonhosted.org/packages/7e/69/5b4957e9f91952202e952a5092848a5a21cab19632db770a4ad4dada3390/simpleaudio_patched-1.0.5-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b1264c5d80523f4a4e24e196469854e5a71ea95ef4a9b6ee7ea032ebfc1c86a",
                "md5": "4532582ca1b64bb1ba8493d994fba6a6",
                "sha256": "7a4aab817df11e514d1c13a5a06b8edbfe3c2dedde077f4065bc9c9c819bbd35"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4532582ca1b64bb1ba8493d994fba6a6",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 2037676,
            "upload_time": "2024-05-19T09:16:14",
            "upload_time_iso_8601": "2024-05-19T09:16:14.658902Z",
            "url": "https://files.pythonhosted.org/packages/9b/12/64c5d80523f4a4e24e196469854e5a71ea95ef4a9b6ee7ea032ebfc1c86a/simpleaudio_patched-1.0.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b2ca0701adc634e3d55bd1186590692446d95698b3e65bf19751f4a117af490",
                "md5": "e2022766fd56fb547699c69ee14b4018",
                "sha256": "1ed3fac6005c68e2524278907bc8c0be27710e42b1392ea8160a7f2e85d38800"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e2022766fd56fb547699c69ee14b4018",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 2037988,
            "upload_time": "2024-05-19T09:16:16",
            "upload_time_iso_8601": "2024-05-19T09:16:16.276962Z",
            "url": "https://files.pythonhosted.org/packages/2b/2c/a0701adc634e3d55bd1186590692446d95698b3e65bf19751f4a117af490/simpleaudio_patched-1.0.5-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27277a4592bdab30e5425df87174ce6ccdf763ca221be532e1f7604da3f32088",
                "md5": "ca4ae452a6a4fe74e9671a25cc8bfb1c",
                "sha256": "feedb60aa45f41b5608718a8b57a57932d2372ad6615add0bc3994cafa56be5a"
            },
            "downloads": -1,
            "filename": "simpleaudio_patched-1.0.5-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ca4ae452a6a4fe74e9671a25cc8bfb1c",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 2040568,
            "upload_time": "2024-05-19T09:16:18",
            "upload_time_iso_8601": "2024-05-19T09:16:18.417704Z",
            "url": "https://files.pythonhosted.org/packages/27/27/7a4592bdab30e5425df87174ce6ccdf763ca221be532e1f7604da3f32088/simpleaudio_patched-1.0.5-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-19 09:15:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "harcokuppens",
    "github_project": "py-simple-audio",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "appveyor": true,
    "lcname": "simpleaudio-patched"
}
        
Elapsed time: 0.25318s