spaudio


Namespaudio JSON
Version 0.7.17 PyPI version JSON
download
home_pagehttps://www-ie.meijo-u.ac.jp/labs/rj001/spLibs/python/spAudio/en/index.html
SummaryspAudio audio I/O library
upload_time2024-06-13 14:29:43
maintainerNone
docs_urlNone
authorHideki Banno
requires_pythonNone
licenseMIT
keywords audio sound play record i/o file capture wav aiff caf ogg mp3 flac alac python library
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Introduction
============

This package is the Python version of `spAudio library <https://www-ie.meijo-u.ac.jp/labs/rj001/spLibs/index.html>`_ 
providing `spaudio module <https://www-ie.meijo-u.ac.jp/labs/rj001/spLibs/python/spAudio/en/spaudio.html>`_ 
which enables fullduplex audio device I/O and
`spplugin module <https://www-ie.meijo-u.ac.jp/labs/rj001/spLibs/python/spAudio/en/spplugin.html>`_ 
which enables plugin-based file I/O supporting many sound formats
including WAV, AIFF, MP3, Ogg Vorbis, FLAC, ALAC, raw, and more.
The spplugin module also supports 24/32-bit sample size used in high-resolution audio files, so
you can easily load data with 24/32-bit sample size into `NumPy <http://www.numpy.org/>`_'s ndarray.


Installation
============

You can use ``pip`` command to install the binary package::
  
  pip install spaudio

If you use `Anaconda <https://www.anaconda.com/distribution/>`_
or `Miniconda <https://docs.conda.io/en/latest/miniconda.html>`_ ,
``conda`` command with "bannohideki" channel can be used::

  conda install -c bannohideki spaudio
  
`NumPy <http://www.numpy.org/>`_ package is needed only if you want to
use NumPy arrays. If you don't use NumPy arrays, no external package is required.
Note that this package doesn't support Python 2.

The linux version also requires `spPlugin <https://www-ie.meijo-u.ac.jp/labs/rj001/spLibs/index.html>`_
installation (audio device I/O requires the pulsesimple plugin 
based on `PulseAudio <https://www.freedesktop.org/wiki/Software/PulseAudio/>`_ ).
You can install it by using ``dpkg`` (Ubuntu) or ``rpm`` (RHEL) command with one of the following
packages. The files for RHEL were tested on CentOS 7 (RHEL 7) and AlmaLinux 8/9 (RHEL 8/9).
Note that ``--enablerepo=powertools`` option and ``--enablerepo=crb`` option for yum command to install spPlugin
may be required on RHEL 8 and RHEL 9, respectively.

* Ubuntu 24
  
  * amd64: https://www-ie.meijo-u.ac.jp/labs/rj001/archive/deb/ubuntu24/spplugin_0.8.6-3_amd64.deb
    
* Ubuntu 22
  
  * amd64: https://www-ie.meijo-u.ac.jp/labs/rj001/archive/deb/ubuntu22/spplugin_0.8.6-3_amd64.deb
    
* Ubuntu 20
  
  * amd64: https://www-ie.meijo-u.ac.jp/labs/rj001/archive/deb/ubuntu20/spplugin_0.8.6-3_amd64.deb
    
* Ubuntu 18
  
  * amd64: https://www-ie.meijo-u.ac.jp/labs/rj001/archive/deb/ubuntu18/spplugin_0.8.6-3_amd64.deb
  * i386: https://www-ie.meijo-u.ac.jp/labs/rj001/archive/deb/ubuntu18/spplugin_0.8.6-3_i386.deb
    
* Ubuntu 16

  * amd64: https://www-ie.meijo-u.ac.jp/labs/rj001/archive/deb/ubuntu16/spplugin_0.8.6-3_amd64.deb
  * i386: https://www-ie.meijo-u.ac.jp/labs/rj001/archive/deb/ubuntu16/spplugin_0.8.6-3_i386.deb
  
* RHEL 9
  
  * https://www-ie.meijo-u.ac.jp/labs/rj001/archive/rpm/el9/x86_64/spPlugin-0.8.6-3.x86_64.rpm

* RHEL 8

  * https://www-ie.meijo-u.ac.jp/labs/rj001/archive/rpm/el8/x86_64/spPlugin-0.8.6-3.x86_64.rpm

* RHEL 7

  * https://www-ie.meijo-u.ac.jp/labs/rj001/archive/rpm/el7/x86_64/spPlugin-0.8.6-3.x86_64.rpm

If you want to use ``apt`` (Ubuntu) or ``yum`` (RHEL),
see `this page (for Ubuntu) <https://www-ie.meijo-u.ac.jp/labs/rj001/spLibs/linux_download.html#apt_dpkg>`_
or `this page (for RHEL) <https://www-ie.meijo-u.ac.jp/labs/rj001/spLibs/linux_download.html#yum>`_ .


Change Log
==========

- Version 0.7.17

  * Rebuilt binaries.
  * Updated documents.
  * Fixed some bugs of plugins for spplugin module.
  
- Version 0.7.16

  * Added high-level functions of audioread and audiowrite to spplugin module.
  * Added functions of readframes/readrawframes and writeframes/writerawframes
    to spaudio module and spplugin module.
  * Changed some specification of spplugin.

- Version 0.7.15

  * Added spaudio.open function to spaudio module.
  * Added support for open call of spaudio module with keyword arguments.

- Version 0.7.14

  * Added spplugin module which enables plugin-based audio file I/O.

- Version 0.7.13

  * Initial public release.


Build
=====
To build this package, the following are required.

* `SWIG <http://www.swig.org/>`_
* `spBase and spAudio <https://www-ie.meijo-u.ac.jp/labs/rj001/spLibs/index.html>`_


Official Site
=============
The official web site is: https://www-ie.meijo-u.ac.jp/labs/rj001/spLibs/python/spAudio/en/index.html

Japanese web site is also available: https://www-ie.meijo-u.ac.jp/labs/rj001/spLibs/python/spAudio/ja/index.html



            

Raw data

            {
    "_id": null,
    "home_page": "https://www-ie.meijo-u.ac.jp/labs/rj001/spLibs/python/spAudio/en/index.html",
    "name": "spaudio",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "audio, sound, play, record, I/O, file, capture, wav, aiff, caf, ogg, mp3, flac, alac, python, library",
    "author": "Hideki Banno",
    "author_email": "banno@meijo-u.ac.jp",
    "download_url": "https://files.pythonhosted.org/packages/b8/08/50c49f0f5571360921e18dc8a277d583d6449058f330335ed5548a39762e/spaudio-0.7.17.tar.gz",
    "platform": "posix",
    "description": "Introduction\n============\n\nThis package is the Python version of `spAudio library <https://www-ie.meijo-u.ac.jp/labs/rj001/spLibs/index.html>`_ \nproviding `spaudio module <https://www-ie.meijo-u.ac.jp/labs/rj001/spLibs/python/spAudio/en/spaudio.html>`_ \nwhich enables fullduplex audio device I/O and\n`spplugin module <https://www-ie.meijo-u.ac.jp/labs/rj001/spLibs/python/spAudio/en/spplugin.html>`_ \nwhich enables plugin-based file I/O supporting many sound formats\nincluding WAV, AIFF, MP3, Ogg Vorbis, FLAC, ALAC, raw, and more.\nThe spplugin module also supports 24/32-bit sample size used in high-resolution audio files, so\nyou can easily load data with 24/32-bit sample size into `NumPy <http://www.numpy.org/>`_'s ndarray.\n\n\nInstallation\n============\n\nYou can use ``pip`` command to install the binary package::\n  \n  pip install spaudio\n\nIf you use `Anaconda <https://www.anaconda.com/distribution/>`_\nor `Miniconda <https://docs.conda.io/en/latest/miniconda.html>`_ ,\n``conda`` command with \"bannohideki\" channel can be used::\n\n  conda install -c bannohideki spaudio\n  \n`NumPy <http://www.numpy.org/>`_ package is needed only if you want to\nuse NumPy arrays. If you don't use NumPy arrays, no external package is required.\nNote that this package doesn't support Python 2.\n\nThe linux version also requires `spPlugin <https://www-ie.meijo-u.ac.jp/labs/rj001/spLibs/index.html>`_\ninstallation (audio device I/O requires the pulsesimple plugin \nbased on `PulseAudio <https://www.freedesktop.org/wiki/Software/PulseAudio/>`_ ).\nYou can install it by using ``dpkg`` (Ubuntu) or ``rpm`` (RHEL) command with one of the following\npackages. The files for RHEL were tested on CentOS 7 (RHEL 7) and AlmaLinux 8/9 (RHEL 8/9).\nNote that ``--enablerepo=powertools`` option and ``--enablerepo=crb`` option for yum command to install spPlugin\nmay be required on RHEL 8 and RHEL 9, respectively.\n\n* Ubuntu 24\n  \n  * amd64: https://www-ie.meijo-u.ac.jp/labs/rj001/archive/deb/ubuntu24/spplugin_0.8.6-3_amd64.deb\n    \n* Ubuntu 22\n  \n  * amd64: https://www-ie.meijo-u.ac.jp/labs/rj001/archive/deb/ubuntu22/spplugin_0.8.6-3_amd64.deb\n    \n* Ubuntu 20\n  \n  * amd64: https://www-ie.meijo-u.ac.jp/labs/rj001/archive/deb/ubuntu20/spplugin_0.8.6-3_amd64.deb\n    \n* Ubuntu 18\n  \n  * amd64: https://www-ie.meijo-u.ac.jp/labs/rj001/archive/deb/ubuntu18/spplugin_0.8.6-3_amd64.deb\n  * i386: https://www-ie.meijo-u.ac.jp/labs/rj001/archive/deb/ubuntu18/spplugin_0.8.6-3_i386.deb\n    \n* Ubuntu 16\n\n  * amd64: https://www-ie.meijo-u.ac.jp/labs/rj001/archive/deb/ubuntu16/spplugin_0.8.6-3_amd64.deb\n  * i386: https://www-ie.meijo-u.ac.jp/labs/rj001/archive/deb/ubuntu16/spplugin_0.8.6-3_i386.deb\n  \n* RHEL 9\n  \n  * https://www-ie.meijo-u.ac.jp/labs/rj001/archive/rpm/el9/x86_64/spPlugin-0.8.6-3.x86_64.rpm\n\n* RHEL 8\n\n  * https://www-ie.meijo-u.ac.jp/labs/rj001/archive/rpm/el8/x86_64/spPlugin-0.8.6-3.x86_64.rpm\n\n* RHEL 7\n\n  * https://www-ie.meijo-u.ac.jp/labs/rj001/archive/rpm/el7/x86_64/spPlugin-0.8.6-3.x86_64.rpm\n\nIf you want to use ``apt`` (Ubuntu) or ``yum`` (RHEL),\nsee `this page (for Ubuntu) <https://www-ie.meijo-u.ac.jp/labs/rj001/spLibs/linux_download.html#apt_dpkg>`_\nor `this page (for RHEL) <https://www-ie.meijo-u.ac.jp/labs/rj001/spLibs/linux_download.html#yum>`_ .\n\n\nChange Log\n==========\n\n- Version 0.7.17\n\n  * Rebuilt binaries.\n  * Updated documents.\n  * Fixed some bugs of plugins for spplugin module.\n  \n- Version 0.7.16\n\n  * Added high-level functions of audioread and audiowrite to spplugin module.\n  * Added functions of readframes/readrawframes and writeframes/writerawframes\n    to spaudio module and spplugin module.\n  * Changed some specification of spplugin.\n\n- Version 0.7.15\n\n  * Added spaudio.open function to spaudio module.\n  * Added support for open call of spaudio module with keyword arguments.\n\n- Version 0.7.14\n\n  * Added spplugin module which enables plugin-based audio file I/O.\n\n- Version 0.7.13\n\n  * Initial public release.\n\n\nBuild\n=====\nTo build this package, the following are required.\n\n* `SWIG <http://www.swig.org/>`_\n* `spBase and spAudio <https://www-ie.meijo-u.ac.jp/labs/rj001/spLibs/index.html>`_\n\n\nOfficial Site\n=============\nThe official web site is: https://www-ie.meijo-u.ac.jp/labs/rj001/spLibs/python/spAudio/en/index.html\n\nJapanese web site is also available: https://www-ie.meijo-u.ac.jp/labs/rj001/spLibs/python/spAudio/ja/index.html\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "spAudio audio I/O library",
    "version": "0.7.17",
    "project_urls": {
        "Homepage": "https://www-ie.meijo-u.ac.jp/labs/rj001/spLibs/python/spAudio/en/index.html"
    },
    "split_keywords": [
        "audio",
        " sound",
        " play",
        " record",
        " i/o",
        " file",
        " capture",
        " wav",
        " aiff",
        " caf",
        " ogg",
        " mp3",
        " flac",
        " alac",
        " python",
        " library"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1653c61141bf652c9a1e17821e7abbdc1cecfbbd03ca31ea973fbffc4a7e8aaa",
                "md5": "30dc3b24abc60732d05285d2ed4d3b59",
                "sha256": "c5085412ba37a005882ab6c9b10e4ccfd19b7d38172cdae104f0ec94ccef1805"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "30dc3b24abc60732d05285d2ed4d3b59",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 6645561,
            "upload_time": "2024-06-13T14:26:28",
            "upload_time_iso_8601": "2024-06-13T14:26:28.754521Z",
            "url": "https://files.pythonhosted.org/packages/16/53/c61141bf652c9a1e17821e7abbdc1cecfbbd03ca31ea973fbffc4a7e8aaa/spaudio-0.7.17-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9043fd24f77d0e0b45a890ea3ffa2dbd8b5044aeff89b347fe22ddad2c76362",
                "md5": "ede3170ac4799fb59352666a221babbf",
                "sha256": "2c8ccab6173b4fffa1a788ee7731f34b6c525fd777d9bf12dd3e4fcc5877b639"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ede3170ac4799fb59352666a221babbf",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 6637827,
            "upload_time": "2024-06-13T14:26:46",
            "upload_time_iso_8601": "2024-06-13T14:26:46.551874Z",
            "url": "https://files.pythonhosted.org/packages/e9/04/3fd24f77d0e0b45a890ea3ffa2dbd8b5044aeff89b347fe22ddad2c76362/spaudio-0.7.17-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fea7bbae95734797e8088b2c1f079f1866bb317da9b649166a65c6c88ba2ff58",
                "md5": "65680486d45dfbf54a61a6cbacfd11e8",
                "sha256": "0d90e6cfaa2031e169772131ad91a49f4fd597d69e027e5b967bbc9cb7a18729"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "65680486d45dfbf54a61a6cbacfd11e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 807734,
            "upload_time": "2024-06-13T14:29:17",
            "upload_time_iso_8601": "2024-06-13T14:29:17.619461Z",
            "url": "https://files.pythonhosted.org/packages/fe/a7/bbae95734797e8088b2c1f079f1866bb317da9b649166a65c6c88ba2ff58/spaudio-0.7.17-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56c87bd79658f80e0278cf9eb506fa310ebc152a79e00368e9366f8639d080d8",
                "md5": "bddc14419fcac0883e1657a77a0d0394",
                "sha256": "c48d91064e732ef28fd4452fe60ffc91a1297229963d60b2128827e5c676475b"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bddc14419fcac0883e1657a77a0d0394",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 833882,
            "upload_time": "2024-06-13T14:29:19",
            "upload_time_iso_8601": "2024-06-13T14:29:19.163332Z",
            "url": "https://files.pythonhosted.org/packages/56/c8/7bd79658f80e0278cf9eb506fa310ebc152a79e00368e9366f8639d080d8/spaudio-0.7.17-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff3abe70478633b93fca70edb8f6bbad44e6700ec08175af15599d89aa27d5a1",
                "md5": "31648023f123d3a7222b5efb9089cd2c",
                "sha256": "46eccaf7f797359b919867774ba34e80904e7069749aadf6d8f514d4c2cce82c"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "31648023f123d3a7222b5efb9089cd2c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 2180693,
            "upload_time": "2024-06-13T14:24:52",
            "upload_time_iso_8601": "2024-06-13T14:24:52.591723Z",
            "url": "https://files.pythonhosted.org/packages/ff/3a/be70478633b93fca70edb8f6bbad44e6700ec08175af15599d89aa27d5a1/spaudio-0.7.17-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d5b7be59c1c9ca964b46693451e287863f13868985bb9c635d5e8dd611de3c00",
                "md5": "9c2dad338cdf4810e7c01e8a03d5ba4e",
                "sha256": "bd08eb462a6e48f5ff7b3db9a6d4adc39994192b32038e7397c092feee89b165"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9c2dad338cdf4810e7c01e8a03d5ba4e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 2424758,
            "upload_time": "2024-06-13T14:25:27",
            "upload_time_iso_8601": "2024-06-13T14:25:27.296994Z",
            "url": "https://files.pythonhosted.org/packages/d5/b7/be59c1c9ca964b46693451e287863f13868985bb9c635d5e8dd611de3c00/spaudio-0.7.17-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a8848050cc7b09c6de8dff8ceb7ff6c009546bb78d57b6d0828e9643f2689f7",
                "md5": "1acd5b8c8a6b8da9961bde9e9f30a143",
                "sha256": "0f957d5de8c9246d5db1decdaec7919106769c4fca7af857350a220df0be4605"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1acd5b8c8a6b8da9961bde9e9f30a143",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 6645557,
            "upload_time": "2024-06-13T14:27:04",
            "upload_time_iso_8601": "2024-06-13T14:27:04.112341Z",
            "url": "https://files.pythonhosted.org/packages/2a/88/48050cc7b09c6de8dff8ceb7ff6c009546bb78d57b6d0828e9643f2689f7/spaudio-0.7.17-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3e9ab411c31f81166a9dd0bff028ffbe1b1ccfe8fca4a0f1c117f14ac15f4fa",
                "md5": "a7de961800d9f7f3b1b2a5af3647f32f",
                "sha256": "80127b504940ff646c23ae77f536882d97af985025e97b85ba3e60fcab4e0c65"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a7de961800d9f7f3b1b2a5af3647f32f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 6637830,
            "upload_time": "2024-06-13T14:27:22",
            "upload_time_iso_8601": "2024-06-13T14:27:22.611201Z",
            "url": "https://files.pythonhosted.org/packages/d3/e9/ab411c31f81166a9dd0bff028ffbe1b1ccfe8fca4a0f1c117f14ac15f4fa/spaudio-0.7.17-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d68f03423222237c2f57c45d7941911ee924586197a47eacd6f8fea65867c19",
                "md5": "de8c9d2bb6f01dd9fc03e665ab7b4a4a",
                "sha256": "5e0d12aa3b1e04189f4bd088741a1e1d8e8c99a69dd2c31acc85493472dd3a47"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "de8c9d2bb6f01dd9fc03e665ab7b4a4a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 816947,
            "upload_time": "2024-06-13T14:29:20",
            "upload_time_iso_8601": "2024-06-13T14:29:20.903284Z",
            "url": "https://files.pythonhosted.org/packages/7d/68/f03423222237c2f57c45d7941911ee924586197a47eacd6f8fea65867c19/spaudio-0.7.17-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bbd163fe109874f11fb83db9e611eea93d9d18c3a5d0128e20178c8f24d803b7",
                "md5": "132dfffbd061324013205f6c72efd53b",
                "sha256": "47e8a27ada68b99d511023ebe59285c6156fa2d0b7b4ebff647ea99f849d00fb"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "132dfffbd061324013205f6c72efd53b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 843520,
            "upload_time": "2024-06-13T14:29:22",
            "upload_time_iso_8601": "2024-06-13T14:29:22.818312Z",
            "url": "https://files.pythonhosted.org/packages/bb/d1/63fe109874f11fb83db9e611eea93d9d18c3a5d0128e20178c8f24d803b7/spaudio-0.7.17-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24327636ec36b3a9e0a03c63bc169ff1d0547a096647e709a01bd72e33709900",
                "md5": "0faf1aa5c3fb2c1bca5f83df62a3991c",
                "sha256": "56fc04ff5d93feca1a10d5494802af792ae0eddbd838492e0579f26014540465"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0faf1aa5c3fb2c1bca5f83df62a3991c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 2424672,
            "upload_time": "2024-06-13T14:25:34",
            "upload_time_iso_8601": "2024-06-13T14:25:34.612575Z",
            "url": "https://files.pythonhosted.org/packages/24/32/7636ec36b3a9e0a03c63bc169ff1d0547a096647e709a01bd72e33709900/spaudio-0.7.17-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa8fe824e8931cb294d01bfe23e4ef6b9b67cc4122a2eeea0e3f5a50194a24a2",
                "md5": "787ce3874ef13e7f0af13191e345a918",
                "sha256": "55bcc13bd8e8f720cb0c51f188b59edc7cf6beed5d6b8e0f4443e3177d48a539"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "787ce3874ef13e7f0af13191e345a918",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 6645866,
            "upload_time": "2024-06-13T14:27:40",
            "upload_time_iso_8601": "2024-06-13T14:27:40.233665Z",
            "url": "https://files.pythonhosted.org/packages/fa/8f/e824e8931cb294d01bfe23e4ef6b9b67cc4122a2eeea0e3f5a50194a24a2/spaudio-0.7.17-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b040e6be4c7a6e055d3f61801ef023f9319c7f40f19901a9c44e2d73988baa62",
                "md5": "08670b1d5b7bcd06960fa0526fb7f51c",
                "sha256": "6fc47aa9eb98dd5d12ad8108162957e70ca36ba959e48e605e437b8b89287f36"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "08670b1d5b7bcd06960fa0526fb7f51c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 6637932,
            "upload_time": "2024-06-13T14:27:57",
            "upload_time_iso_8601": "2024-06-13T14:27:57.733989Z",
            "url": "https://files.pythonhosted.org/packages/b0/40/e6be4c7a6e055d3f61801ef023f9319c7f40f19901a9c44e2d73988baa62/spaudio-0.7.17-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82e842a5b10c12fa3014753eeef06f28140a17e035d65669a81012acc4ec8ebb",
                "md5": "ffca0d2e8b2990e8b1d69582ca26673b",
                "sha256": "a94ff10fcad171503eb8fca5214cea8d6f21504c9a127185a4f1b51ba45b3619"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "ffca0d2e8b2990e8b1d69582ca26673b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 814981,
            "upload_time": "2024-06-13T14:29:24",
            "upload_time_iso_8601": "2024-06-13T14:29:24.388401Z",
            "url": "https://files.pythonhosted.org/packages/82/e8/42a5b10c12fa3014753eeef06f28140a17e035d65669a81012acc4ec8ebb/spaudio-0.7.17-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7bee7c7bd79ceb61026060827445bf02ce23a21a25b44e6f82a3fa3323f6460a",
                "md5": "b6aa0a5f189b151d74da1f9730447c56",
                "sha256": "9f718f97073b317de03a3fab12779985ab8f8415eff28efa36b3dbdc190051c9"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b6aa0a5f189b151d74da1f9730447c56",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 844025,
            "upload_time": "2024-06-13T14:29:26",
            "upload_time_iso_8601": "2024-06-13T14:29:26.131112Z",
            "url": "https://files.pythonhosted.org/packages/7b/ee/7c7bd79ceb61026060827445bf02ce23a21a25b44e6f82a3fa3323f6460a/spaudio-0.7.17-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc9333897a0aa6a6f0c1673218845f8201cac34179babafa9f8b284ab374f0b3",
                "md5": "1c90838c23bc8a0ccaa076bf47d956a3",
                "sha256": "5629173b5db3ae6bf850fd5892c5101485238587637472f881c91c1a02cce888"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1c90838c23bc8a0ccaa076bf47d956a3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 2425054,
            "upload_time": "2024-06-13T14:25:42",
            "upload_time_iso_8601": "2024-06-13T14:25:42.262432Z",
            "url": "https://files.pythonhosted.org/packages/dc/93/33897a0aa6a6f0c1673218845f8201cac34179babafa9f8b284ab374f0b3/spaudio-0.7.17-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff54e576e737d2ce47987d3cbb92d0c51fbaf188b7887dadab9963e71bd2fb81",
                "md5": "541978cd7435e506f0c28422a9b8fb9a",
                "sha256": "146616bfb808b9ad27c2f2709b5b12cb0dd50765d71a41ccf39283f8e89d2a52"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp36-cp36m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "541978cd7435e506f0c28422a9b8fb9a",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 6649456,
            "upload_time": "2024-06-13T14:28:15",
            "upload_time_iso_8601": "2024-06-13T14:28:15.238756Z",
            "url": "https://files.pythonhosted.org/packages/ff/54/e576e737d2ce47987d3cbb92d0c51fbaf188b7887dadab9963e71bd2fb81/spaudio-0.7.17-cp36-cp36m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bad740e1f2694f87e455eaa459035a3c787df75dfa9cfb1439ff6ecd57a77ea6",
                "md5": "361f91b6cec7e6c3a4a5368814ed2e17",
                "sha256": "5a74cfc11c3e9793cf496dc24817466565eec3d228cdc425e9383caf85b9e46c"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "361f91b6cec7e6c3a4a5368814ed2e17",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 795861,
            "upload_time": "2024-06-13T14:29:27",
            "upload_time_iso_8601": "2024-06-13T14:29:27.893767Z",
            "url": "https://files.pythonhosted.org/packages/ba/d7/40e1f2694f87e455eaa459035a3c787df75dfa9cfb1439ff6ecd57a77ea6/spaudio-0.7.17-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "109c504202b143412a4223d0408e0f8a13a34627e646e28393ac37d7ccbd48d1",
                "md5": "2212818c12b6ceea3d8f090761a9894b",
                "sha256": "1030e21536a0a05dc38f2ff78886b44214edd421a863e66311b921de7e4a310f"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2212818c12b6ceea3d8f090761a9894b",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 822780,
            "upload_time": "2024-06-13T14:29:29",
            "upload_time_iso_8601": "2024-06-13T14:29:29.264210Z",
            "url": "https://files.pythonhosted.org/packages/10/9c/504202b143412a4223d0408e0f8a13a34627e646e28393ac37d7ccbd48d1/spaudio-0.7.17-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43a9fcc9c5d4b9eee0db32fa903d7abd6df239ec4109e3b108966c1a38593d82",
                "md5": "7bfe234ad9d969893cd6b4d2de022844",
                "sha256": "1994ef906672fa7a30c3d6e3459d0ca1537d0c262ec971afecf8337a73a73828"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp36-cp36m-win32.whl",
            "has_sig": false,
            "md5_digest": "7bfe234ad9d969893cd6b4d2de022844",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 2184910,
            "upload_time": "2024-06-13T14:24:59",
            "upload_time_iso_8601": "2024-06-13T14:24:59.225810Z",
            "url": "https://files.pythonhosted.org/packages/43/a9/fcc9c5d4b9eee0db32fa903d7abd6df239ec4109e3b108966c1a38593d82/spaudio-0.7.17-cp36-cp36m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3dcce264f1e9fb40bb47b46fa45673f09caef640f7b4ae455bb331b6861aa75",
                "md5": "488b6cec5a708072df6119e5a9946a13",
                "sha256": "477aadf917275eda4b15bf375558a3ba15c3c96187e35cf8ea5dbb4fd04ce12a"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp36-cp36m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "488b6cec5a708072df6119e5a9946a13",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 2434057,
            "upload_time": "2024-06-13T14:25:49",
            "upload_time_iso_8601": "2024-06-13T14:25:49.641083Z",
            "url": "https://files.pythonhosted.org/packages/f3/dc/ce264f1e9fb40bb47b46fa45673f09caef640f7b4ae455bb331b6861aa75/spaudio-0.7.17-cp36-cp36m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbe745b85f6290d9b49fba1bea2847aab828d6388bdd4b1de9919ef7e2ac06e6",
                "md5": "586c6f75d1749bec431ecbed73734fb6",
                "sha256": "fd9835abd504dc1c2f4b82b8ee1890cc5b1c31729fb83c069e9c06cd402d705b"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "586c6f75d1749bec431ecbed73734fb6",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 6649524,
            "upload_time": "2024-06-13T14:28:32",
            "upload_time_iso_8601": "2024-06-13T14:28:32.507736Z",
            "url": "https://files.pythonhosted.org/packages/cb/e7/45b85f6290d9b49fba1bea2847aab828d6388bdd4b1de9919ef7e2ac06e6/spaudio-0.7.17-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b43051bfbac8b1543e19e7005313da502cec8fedb790975e0dad78c5acde11e0",
                "md5": "1dc44b93a48af50ab6f55fa46cd5457e",
                "sha256": "faf7503d2b0840d5c3a7f1b38f877dec71cd89bd6eccbab2641696826b954b29"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "1dc44b93a48af50ab6f55fa46cd5457e",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 795950,
            "upload_time": "2024-06-13T14:29:30",
            "upload_time_iso_8601": "2024-06-13T14:29:30.995928Z",
            "url": "https://files.pythonhosted.org/packages/b4/30/51bfbac8b1543e19e7005313da502cec8fedb790975e0dad78c5acde11e0/spaudio-0.7.17-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa5721a67d288ef4faac78040d8cd7eae347eca1a1bf68733b8744a4cc2a1711",
                "md5": "6a0bd06aaef163f43795497139540357",
                "sha256": "bc5241b46db0282d6a885c2aebffe07cc3bb39a3f39bfe93250b9c3ae0f02055"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6a0bd06aaef163f43795497139540357",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 822965,
            "upload_time": "2024-06-13T14:29:32",
            "upload_time_iso_8601": "2024-06-13T14:29:32.513941Z",
            "url": "https://files.pythonhosted.org/packages/fa/57/21a67d288ef4faac78040d8cd7eae347eca1a1bf68733b8744a4cc2a1711/spaudio-0.7.17-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d441f4753cafceb63ce5f88d3045dc96630824339a4ef042ace9b1ca1d5073fb",
                "md5": "14fe2b2e69d5ec0fceff210cd7ddf948",
                "sha256": "7f3b6725c6f7c6bbbb5e6ab4818a6039bdb1c171c189436de8e71a1e8ab795fe"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "14fe2b2e69d5ec0fceff210cd7ddf948",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 2180816,
            "upload_time": "2024-06-13T14:25:06",
            "upload_time_iso_8601": "2024-06-13T14:25:06.159700Z",
            "url": "https://files.pythonhosted.org/packages/d4/41/f4753cafceb63ce5f88d3045dc96630824339a4ef042ace9b1ca1d5073fb/spaudio-0.7.17-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc59db45d62edd7bce4631ddfdc31b51a41418a6703c4c1e4d21f5f2c81786de",
                "md5": "45e0fc48c9f49c5c58d0f44ba046266b",
                "sha256": "61c3a230ad829225a781921c5e154ae989cc29d73da5d294b949c9ae08a9cae3"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "45e0fc48c9f49c5c58d0f44ba046266b",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 2424730,
            "upload_time": "2024-06-13T14:25:56",
            "upload_time_iso_8601": "2024-06-13T14:25:56.660943Z",
            "url": "https://files.pythonhosted.org/packages/cc/59/db45d62edd7bce4631ddfdc31b51a41418a6703c4c1e4d21f5f2c81786de/spaudio-0.7.17-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "579e179de718bbb5de75080a2fe7fe7077c7b8d8eb998251efaa427f9abf6b14",
                "md5": "38ba740a83cfe89fc319c2b87d142d08",
                "sha256": "b027af68536b5f07560f2cba750fbaf803342c5381d70940945a7b12519671cd"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "38ba740a83cfe89fc319c2b87d142d08",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 6649595,
            "upload_time": "2024-06-13T14:28:50",
            "upload_time_iso_8601": "2024-06-13T14:28:50.354652Z",
            "url": "https://files.pythonhosted.org/packages/57/9e/179de718bbb5de75080a2fe7fe7077c7b8d8eb998251efaa427f9abf6b14/spaudio-0.7.17-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e9521bd47fc2dea1ac53a9692eca19f47a37cc1946a2d8d134a5730488a162b",
                "md5": "b8eadf92142df36f187ac71fe7cc768e",
                "sha256": "d0e2b2cb0197f162a02d8c27f143bdb84152fcd96f0a93b8965970178e3e3316"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "b8eadf92142df36f187ac71fe7cc768e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 6641530,
            "upload_time": "2024-06-13T14:29:07",
            "upload_time_iso_8601": "2024-06-13T14:29:07.633484Z",
            "url": "https://files.pythonhosted.org/packages/3e/95/21bd47fc2dea1ac53a9692eca19f47a37cc1946a2d8d134a5730488a162b/spaudio-0.7.17-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4681ca44e6a7bbbc66571711578a2632fdd4ffff56160acbacaf727411699c1",
                "md5": "3455dbd95b83c3d02223777a6497dab7",
                "sha256": "e5ab23c1bea0f3c428b800b5a053a754a6537f43456754bc00711a35d9656f35"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "3455dbd95b83c3d02223777a6497dab7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 803354,
            "upload_time": "2024-06-13T14:29:34",
            "upload_time_iso_8601": "2024-06-13T14:29:34.077577Z",
            "url": "https://files.pythonhosted.org/packages/d4/68/1ca44e6a7bbbc66571711578a2632fdd4ffff56160acbacaf727411699c1/spaudio-0.7.17-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce096a803003a8be119af2c8ebfdd3e0f62f4aee06f5a6e2cf2118f9963cb400",
                "md5": "039d6710fde87289774e9cb10eaaccce",
                "sha256": "d1a544bf92e68305b3dc7caf92d306e5d6c7dee84ad6605229a4ab2705f649e3"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "039d6710fde87289774e9cb10eaaccce",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 829649,
            "upload_time": "2024-06-13T14:29:35",
            "upload_time_iso_8601": "2024-06-13T14:29:35.684818Z",
            "url": "https://files.pythonhosted.org/packages/ce/09/6a803003a8be119af2c8ebfdd3e0f62f4aee06f5a6e2cf2118f9963cb400/spaudio-0.7.17-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e04d59931b477bdf8e48deee73ba959285475fcbac8aafe98b82a2e69e114c99",
                "md5": "ff15514e55e75a9b85eb6c026ed0e771",
                "sha256": "b141de97e4e2789158304bafd4c7535bd204a2a5b4e8f96b07e8bc1dfc8b1e12"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "ff15514e55e75a9b85eb6c026ed0e771",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 2180826,
            "upload_time": "2024-06-13T14:25:13",
            "upload_time_iso_8601": "2024-06-13T14:25:13.250979Z",
            "url": "https://files.pythonhosted.org/packages/e0/4d/59931b477bdf8e48deee73ba959285475fcbac8aafe98b82a2e69e114c99/spaudio-0.7.17-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e001e36bcf5b7d389d1bc7a7d73670018703aa56123722072b88f37bbb4730a5",
                "md5": "01ef84e1763e0f2751822a3bc694e2af",
                "sha256": "101833dae91eda348c3fbc592bc99269fb8104a5bfcaa30f50f79a613a2c9f15"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "01ef84e1763e0f2751822a3bc694e2af",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 2424840,
            "upload_time": "2024-06-13T14:26:04",
            "upload_time_iso_8601": "2024-06-13T14:26:04.061177Z",
            "url": "https://files.pythonhosted.org/packages/e0/01/e36bcf5b7d389d1bc7a7d73670018703aa56123722072b88f37bbb4730a5/spaudio-0.7.17-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba068d08c88b3ad47428005599c84f71deda99ed19f6dd41c5ca91cbfe27b95e",
                "md5": "a47415a2e3a8c792cdacaebd26c25d7d",
                "sha256": "41bffdd5c54a39fb0240774ac245211362053d2d235bd582aeb59e8c3c44ed22"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a47415a2e3a8c792cdacaebd26c25d7d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 6645560,
            "upload_time": "2024-06-13T14:29:13",
            "upload_time_iso_8601": "2024-06-13T14:29:13.883868Z",
            "url": "https://files.pythonhosted.org/packages/ba/06/8d08c88b3ad47428005599c84f71deda99ed19f6dd41c5ca91cbfe27b95e/spaudio-0.7.17-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a41468777d8b9c11a074f07ff959b6c684f38ba07696e0622b03ff88a392377f",
                "md5": "95511bea778282b43c14ad2914f2b486",
                "sha256": "5dbe2d4f8e06870b1d3ab0aad4766307f028e5f3d67ddb5c3ee541b975ed3083"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "95511bea778282b43c14ad2914f2b486",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 6637829,
            "upload_time": "2024-06-13T14:29:15",
            "upload_time_iso_8601": "2024-06-13T14:29:15.884646Z",
            "url": "https://files.pythonhosted.org/packages/a4/14/68777d8b9c11a074f07ff959b6c684f38ba07696e0622b03ff88a392377f/spaudio-0.7.17-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e857bdc3b7a7bb83426b48b7ecc46cf6c34feff730822ebf7a718af9a827b61f",
                "md5": "f57e80fcd4e9ce9d23f3322761b01518",
                "sha256": "a50b69a30326622b4c9a9ab3412f5340f123bf40048e7e476c068b8a093a038e"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f57e80fcd4e9ce9d23f3322761b01518",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 807261,
            "upload_time": "2024-06-13T14:29:37",
            "upload_time_iso_8601": "2024-06-13T14:29:37.627402Z",
            "url": "https://files.pythonhosted.org/packages/e8/57/bdc3b7a7bb83426b48b7ecc46cf6c34feff730822ebf7a718af9a827b61f/spaudio-0.7.17-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1150c54967db9535f1c08aa11ded27a516ed06935480138e216da88538e3224d",
                "md5": "455d66cbe3469ec31dd0a4b5008f4392",
                "sha256": "f71a979690caddd49e2f1f234a65c1ae663904b9bbe51022d3ff5bed0fb19520"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "455d66cbe3469ec31dd0a4b5008f4392",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 833603,
            "upload_time": "2024-06-13T14:29:39",
            "upload_time_iso_8601": "2024-06-13T14:29:39.136246Z",
            "url": "https://files.pythonhosted.org/packages/11/50/c54967db9535f1c08aa11ded27a516ed06935480138e216da88538e3224d/spaudio-0.7.17-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb70278311265d8947906d4c82bdef560a15ed78b2d4a9986d2b55409c493618",
                "md5": "381fa88b4681c54537e78d675a1e5c38",
                "sha256": "c307e610ed89ac4eb9866513394faddc3f79709be54f6765f42165e57175bbeb"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "381fa88b4681c54537e78d675a1e5c38",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 2180725,
            "upload_time": "2024-06-13T14:25:19",
            "upload_time_iso_8601": "2024-06-13T14:25:19.759348Z",
            "url": "https://files.pythonhosted.org/packages/fb/70/278311265d8947906d4c82bdef560a15ed78b2d4a9986d2b55409c493618/spaudio-0.7.17-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e53949bcf8a16c3847f31823b62bb0a022dd9fa9c368ce908d56e46afbfce2d",
                "md5": "b7e6937ce1df22024c802453f3a70cfc",
                "sha256": "bc7d8b47faa14b725f051a7abfd10422c7ac4f0889cb271694b2c516d48e273b"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b7e6937ce1df22024c802453f3a70cfc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 2424718,
            "upload_time": "2024-06-13T14:26:11",
            "upload_time_iso_8601": "2024-06-13T14:26:11.546199Z",
            "url": "https://files.pythonhosted.org/packages/3e/53/949bcf8a16c3847f31823b62bb0a022dd9fa9c368ce908d56e46afbfce2d/spaudio-0.7.17-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b80850c49f0f5571360921e18dc8a277d583d6449058f330335ed5548a39762e",
                "md5": "f07493c39949540091a38dbbdc5d03fc",
                "sha256": "841e2807f2b671bc4edd218e4af643db149e85e75e422d84d9f8040763215c86"
            },
            "downloads": -1,
            "filename": "spaudio-0.7.17.tar.gz",
            "has_sig": false,
            "md5_digest": "f07493c39949540091a38dbbdc5d03fc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 33528885,
            "upload_time": "2024-06-13T14:29:43",
            "upload_time_iso_8601": "2024-06-13T14:29:43.643820Z",
            "url": "https://files.pythonhosted.org/packages/b8/08/50c49f0f5571360921e18dc8a277d583d6449058f330335ed5548a39762e/spaudio-0.7.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-13 14:29:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "spaudio"
}
        
Elapsed time: 0.46893s