scikit-sound


Namescikit-sound JSON
Version 0.2.11 PyPI version JSON
download
home_pagehttp://work.thaslwanter.at/sksound/html
SummaryPython utilites for working with sound signals
upload_time2023-04-03 09:55:54
maintainer
docs_urlNone
authorThomas Haslwanter
requires_python
licensehttp://opensource.org/licenses/BSD-2-Clause
keywords sound auditory signals
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ============
scikit-sound
============

*scikit-sound* contains functions for working with sound 

Dependencies
------------
numpy, scipy

Homepage
--------
http://work.thaslwanter.at/sksound/html/

:Author:  Thomas Haslwanter
:Date:    03-04-2023
:Ver:     0.2.11
:Licence: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
:Copyright:
    |copy| 2023, Thomas Haslwanter, all rights reserved.

.. |copy|   unicode:: U+000A9 .. COPYRIGHT SIGN

Installation
------------
You can install scikit-sound with

    pip install scikit-sound

and upgrade to a new version with

    pip install scikit-sound -U

Sound Processing Utilities
==========================

- sounds.Sound ... class, with methods
    * generate_sound
    * get_info
    * play
    * read_sound
    * summary
    * write_wav

Misc Other Utilities
====================

- misc ... GUI routines for standard file- and directory-handling
   * askquestion
   * get_dir
   * get_file
   * progressbar
   * save_file



            

Raw data

            {
    "_id": null,
    "home_page": "http://work.thaslwanter.at/sksound/html",
    "name": "scikit-sound",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "sound auditory signals",
    "author": "Thomas Haslwanter",
    "author_email": "thomas.haslwanter@fh-linz.at",
    "download_url": "https://files.pythonhosted.org/packages/26/ef/703daf3e4513a2d4860ceb863da26db69bf2fa3b16a544a9a01585c61e1a/scikit-sound-0.2.11.tar.gz",
    "platform": null,
    "description": "============\nscikit-sound\n============\n\n*scikit-sound* contains functions for working with sound \n\nDependencies\n------------\nnumpy, scipy\n\nHomepage\n--------\nhttp://work.thaslwanter.at/sksound/html/\n\n:Author:  Thomas Haslwanter\n:Date:    03-04-2023\n:Ver:     0.2.11\n:Licence: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)\n:Copyright:\n    |copy| 2023, Thomas Haslwanter, all rights reserved.\n\n.. |copy|   unicode:: U+000A9 .. COPYRIGHT SIGN\n\nInstallation\n------------\nYou can install scikit-sound with\n\n    pip install scikit-sound\n\nand upgrade to a new version with\n\n    pip install scikit-sound -U\n\nSound Processing Utilities\n==========================\n\n- sounds.Sound ... class, with methods\n    * generate_sound\n    * get_info\n    * play\n    * read_sound\n    * summary\n    * write_wav\n\nMisc Other Utilities\n====================\n\n- misc ... GUI routines for standard file- and directory-handling\n   * askquestion\n   * get_dir\n   * get_file\n   * progressbar\n   * save_file\n\n\n",
    "bugtrack_url": null,
    "license": "http://opensource.org/licenses/BSD-2-Clause",
    "summary": "Python utilites for working with sound signals",
    "version": "0.2.11",
    "split_keywords": [
        "sound",
        "auditory",
        "signals"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f30e48667a8cea1186437f189e60c733f4ac73316d42db10ff747bf5960c9ff3",
                "md5": "1d9b214f1ba4f06e6dd6c72fbc292fab",
                "sha256": "df45bd46a1139c32011bfd3ff77e5fa0d9dd67ba75f73f0d83b609890e9010a7"
            },
            "downloads": -1,
            "filename": "scikit_sound-0.2.11-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1d9b214f1ba4f06e6dd6c72fbc292fab",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 2886122,
            "upload_time": "2023-04-03T09:55:47",
            "upload_time_iso_8601": "2023-04-03T09:55:47.090972Z",
            "url": "https://files.pythonhosted.org/packages/f3/0e/48667a8cea1186437f189e60c733f4ac73316d42db10ff747bf5960c9ff3/scikit_sound-0.2.11-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26ef703daf3e4513a2d4860ceb863da26db69bf2fa3b16a544a9a01585c61e1a",
                "md5": "33fd1a35fa07ef007be4c75fbac6508e",
                "sha256": "6fd473aedc71f400db74827eb4a2ce5a2fa61ba019670be692c178ac914c8517"
            },
            "downloads": -1,
            "filename": "scikit-sound-0.2.11.tar.gz",
            "has_sig": false,
            "md5_digest": "33fd1a35fa07ef007be4c75fbac6508e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3340733,
            "upload_time": "2023-04-03T09:55:54",
            "upload_time_iso_8601": "2023-04-03T09:55:54.316162Z",
            "url": "https://files.pythonhosted.org/packages/26/ef/703daf3e4513a2d4860ceb863da26db69bf2fa3b16a544a9a01585c61e1a/scikit-sound-0.2.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-03 09:55:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "scikit-sound"
}
        
Elapsed time: 0.04869s