pyfar


Namepyfar JSON
Version 0.7.1 PyPI version JSON
download
home_pageNone
SummaryProject for data formats in acoustics.
upload_time2024-12-20 14:39:03
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseCopyright (c) [2020] [The pyfar developers] 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 pyfar acoustics fourier transforms audio signal processing filterbanks parametric filters audio signal visualization read and write audio signals
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">
<img src="https://github.com/pyfar/gallery/raw/main/docs/resources/logos/pyfar_logos_fixed_size_pyfar.png" width="300">
</h1><br>


[![PyPI version](https://badge.fury.io/py/pyfar.svg)](https://badge.fury.io/py/pyfar)
[![Documentation Status](https://readthedocs.org/projects/pyfar/badge/?version=latest)](https://pyfar.readthedocs.io/en/latest/?badge=latest)
[![CircleCI](https://circleci.com/gh/pyfar/pyfar.svg?style=shield)](https://circleci.com/gh/pyfar/pyfar)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/pyfar/gallery/main?labpath=docs/gallery/interactive/pyfar_introduction.ipynb)


The python package for acoustics research (pyfar) offers classes to store
audio data, filters, coordinates, and orientations. It also contains functions
for reading and writing audio data, as well as functions for processing,
generating, and plotting audio signals.

Getting Started
===============

The [pyfar workshop](https://mybinder.org/v2/gh/pyfar/gallery/main?labpath=docs/gallery/interactive/pyfar_introduction.ipynb)
gives an overview of the most important pyfar functionality and is a good
starting point. It is part of the [pyfar example gallery](https://pyfar-gallery.readthedocs.io/en/latest/examples_gallery.html)
that also contains more specific and in-depth
examples that can be executed interactively without a local installation by
clicking the mybinder.org button on the respective example. The
[pyfar documentation](https://pyfar.readthedocs.io) gives a detailed and complete overview of pyfar. All
these information are available from [pyfar.org](https://pyfar.org).

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

Use pip to install pyfar

    pip install pyfar

(Requires Python 3.9 or higher)

Audio file reading/writing is supported through [SoundFile](https://python-soundfile.readthedocs.io), which is based on
[libsndfile](http://www.mega-nerd.com/libsndfile/). On Windows and OS X, it will be installed automatically.
On Linux, you need to install libsndfile using your distribution’s package manager, for example ``sudo apt-get install libsndfile1``.
If the installation fails, please check out the [help section](https://pyfar-gallery.readthedocs.io/en/latest/help).

Contributing
============

Check out the [contributing guidelines](https://pyfar.readthedocs.io/en/stable/contributing.html) if you want to become part of pyfar.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyfar",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "pyfar, acoustics, Fourier transforms, audio signal processing, filterbanks, parametric filters, audio signal visualization, read and write audio signals",
    "author": null,
    "author_email": "The pyfar developers <info@pyfar.org>",
    "download_url": "https://files.pythonhosted.org/packages/b5/0d/2251a2de8fae57a4cbf344919bf731db9a5d311ff914caa5c569243b0d21/pyfar-0.7.1.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">\n<img src=\"https://github.com/pyfar/gallery/raw/main/docs/resources/logos/pyfar_logos_fixed_size_pyfar.png\" width=\"300\">\n</h1><br>\n\n\n[![PyPI version](https://badge.fury.io/py/pyfar.svg)](https://badge.fury.io/py/pyfar)\n[![Documentation Status](https://readthedocs.org/projects/pyfar/badge/?version=latest)](https://pyfar.readthedocs.io/en/latest/?badge=latest)\n[![CircleCI](https://circleci.com/gh/pyfar/pyfar.svg?style=shield)](https://circleci.com/gh/pyfar/pyfar)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/pyfar/gallery/main?labpath=docs/gallery/interactive/pyfar_introduction.ipynb)\n\n\nThe python package for acoustics research (pyfar) offers classes to store\naudio data, filters, coordinates, and orientations. It also contains functions\nfor reading and writing audio data, as well as functions for processing,\ngenerating, and plotting audio signals.\n\nGetting Started\n===============\n\nThe [pyfar workshop](https://mybinder.org/v2/gh/pyfar/gallery/main?labpath=docs/gallery/interactive/pyfar_introduction.ipynb)\ngives an overview of the most important pyfar functionality and is a good\nstarting point. It is part of the [pyfar example gallery](https://pyfar-gallery.readthedocs.io/en/latest/examples_gallery.html)\nthat also contains more specific and in-depth\nexamples that can be executed interactively without a local installation by\nclicking the mybinder.org button on the respective example. The\n[pyfar documentation](https://pyfar.readthedocs.io) gives a detailed and complete overview of pyfar. All\nthese information are available from [pyfar.org](https://pyfar.org).\n\nInstallation\n============\n\nUse pip to install pyfar\n\n    pip install pyfar\n\n(Requires Python 3.9 or higher)\n\nAudio file reading/writing is supported through [SoundFile](https://python-soundfile.readthedocs.io), which is based on\n[libsndfile](http://www.mega-nerd.com/libsndfile/). On Windows and OS X, it will be installed automatically.\nOn Linux, you need to install libsndfile using your distribution\u2019s package manager, for example ``sudo apt-get install libsndfile1``.\nIf the installation fails, please check out the [help section](https://pyfar-gallery.readthedocs.io/en/latest/help).\n\nContributing\n============\n\nCheck out the [contributing guidelines](https://pyfar.readthedocs.io/en/stable/contributing.html) if you want to become part of pyfar.\n",
    "bugtrack_url": null,
    "license": "Copyright (c) [2020] [The pyfar developers]  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": "Project for data formats in acoustics.",
    "version": "0.7.1",
    "project_urls": {
        "Changelog": "https://github.com/pyfar/pyfar/blob/main/HISTORY.rst",
        "Documentation": "https://pyfar.readthedocs.io/",
        "Download": "https://pypi.org/project/pyfar/",
        "Homepage": "https://pyfar.org/",
        "Source": "https://github.com/pyfar/pyfar",
        "Tracker": "https://github.com/pyfar/pyfar/issues"
    },
    "split_keywords": [
        "pyfar",
        " acoustics",
        " fourier transforms",
        " audio signal processing",
        " filterbanks",
        " parametric filters",
        " audio signal visualization",
        " read and write audio signals"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c3730f0730d26058687070293b19b4e6d7305ce7731fe2a12ae414785124eff",
                "md5": "8893fd763f0c6b9f4d743772fafc86b9",
                "sha256": "2baa46c7fd2508aedd24c0ec4b2326e8c3883a9588b1b5d7afb623fa185e47a2"
            },
            "downloads": -1,
            "filename": "pyfar-0.7.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8893fd763f0c6b9f4d743772fafc86b9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 8757804,
            "upload_time": "2024-12-20T14:38:57",
            "upload_time_iso_8601": "2024-12-20T14:38:57.632373Z",
            "url": "https://files.pythonhosted.org/packages/0c/37/30f0730d26058687070293b19b4e6d7305ce7731fe2a12ae414785124eff/pyfar-0.7.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b50d2251a2de8fae57a4cbf344919bf731db9a5d311ff914caa5c569243b0d21",
                "md5": "e8019f696706258095aabd51932a89fc",
                "sha256": "6b69dad4df0bc79c4bcbc962466569ea7d0e8b8f1b4c3264d35a928cc0581cbe"
            },
            "downloads": -1,
            "filename": "pyfar-0.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e8019f696706258095aabd51932a89fc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 8538658,
            "upload_time": "2024-12-20T14:39:03",
            "upload_time_iso_8601": "2024-12-20T14:39:03.346162Z",
            "url": "https://files.pythonhosted.org/packages/b5/0d/2251a2de8fae57a4cbf344919bf731db9a5d311ff914caa5c569243b0d21/pyfar-0.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-20 14:39:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pyfar",
    "github_project": "pyfar",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "circle": true,
    "lcname": "pyfar"
}
        
Elapsed time: 0.44223s