flareverb


Nameflareverb JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
SummaryAn Open-Source Library for RIR Synthesis and Analysis in PyTorch based on FLAMO
upload_time2025-08-23 05:42:22
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT License Copyright (c) 2025 Gloria Dal Santo 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 signal processing data augmentation data generation reverb
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FLARE

An Open-Source Library for Room Impulse Response Synthesis and Analysis in PyTorch based on [FLAMO](https://github.com/gdalsanto/flamo).

## Installation

```bash
pip install flareverb
```

## Project Structure

```
src/flareverb/
├── __init__.py          # Package initialization
├── reverb.py            # Core FDN implementations
├── generate.py          # RIR generation utilities
├── sampling.py          # Delays and gains sampling methods
├── analysis.py          # Acoustic analysis functions
├── utils.py             # Utility functions
├── config/              # Configuration modules
└── data/                # Data folder (contains absorption coefficients)

```

## Requirements

- Python >= 3.10
- PyTorch
- FLAMO == 0.1.5
- pydantic
- pyyaml
- pandas

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Contributing

Contributions are welcome! Please feel free to submit issues and pull requests.

## Links

- [GitHub Repository](https://github.com/gdalsanto/flare)
- [Issues](https://github.com/gdalsanto/flare/issues)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "flareverb",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Gloria Dal Santo <gloria.dalsanto@aalto.fi>",
    "keywords": "audio signal processing, data augmentation, data generation, reverb",
    "author": null,
    "author_email": "Gloria Dal Santo <gloria.dalsanto@aalto.fi>",
    "download_url": "https://files.pythonhosted.org/packages/14/b5/101ecbc40c653d2a9878471566ba7dc5a1f84e70319868ab1b6fac17e813/flareverb-0.0.2.tar.gz",
    "platform": null,
    "description": "# FLARE\n\nAn Open-Source Library for Room Impulse Response Synthesis and Analysis in PyTorch based on [FLAMO](https://github.com/gdalsanto/flamo).\n\n## Installation\n\n```bash\npip install flareverb\n```\n\n## Project Structure\n\n```\nsrc/flareverb/\n\u251c\u2500\u2500 __init__.py          # Package initialization\n\u251c\u2500\u2500 reverb.py            # Core FDN implementations\n\u251c\u2500\u2500 generate.py          # RIR generation utilities\n\u251c\u2500\u2500 sampling.py          # Delays and gains sampling methods\n\u251c\u2500\u2500 analysis.py          # Acoustic analysis functions\n\u251c\u2500\u2500 utils.py             # Utility functions\n\u251c\u2500\u2500 config/              # Configuration modules\n\u2514\u2500\u2500 data/                # Data folder (contains absorption coefficients)\n\n```\n\n## Requirements\n\n- Python >= 3.10\n- PyTorch\n- FLAMO == 0.1.5\n- pydantic\n- pyyaml\n- pandas\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit issues and pull requests.\n\n## Links\n\n- [GitHub Repository](https://github.com/gdalsanto/flare)\n- [Issues](https://github.com/gdalsanto/flare/issues)\n",
    "bugtrack_url": null,
    "license": "MIT License\n        \n        Copyright (c) 2025 Gloria Dal Santo\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy\n        of this software and associated documentation files (the \"Software\"), to deal\n        in the Software without restriction, including without limitation the rights\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the Software is\n        furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all\n        copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n        SOFTWARE.",
    "summary": "An Open-Source Library for RIR Synthesis and Analysis in PyTorch based on FLAMO",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/gdalsanto/flare",
        "Issues": "https://github.com/gdalsanto/flare/issues"
    },
    "split_keywords": [
        "audio signal processing",
        " data augmentation",
        " data generation",
        " reverb"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0aede58ca387eb909be7b7b40674490b98c7ca3703fce9ef958b6e4350a226ef",
                "md5": "bc647fc9be1a52812a54f0256d85b8f4",
                "sha256": "26e8ca265d0e2db75483da3cc157bedce46af0e3ce589a1676fb109bee2cf931"
            },
            "downloads": -1,
            "filename": "flareverb-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bc647fc9be1a52812a54f0256d85b8f4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 34526,
            "upload_time": "2025-08-23T05:42:21",
            "upload_time_iso_8601": "2025-08-23T05:42:21.321629Z",
            "url": "https://files.pythonhosted.org/packages/0a/ed/e58ca387eb909be7b7b40674490b98c7ca3703fce9ef958b6e4350a226ef/flareverb-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "14b5101ecbc40c653d2a9878471566ba7dc5a1f84e70319868ab1b6fac17e813",
                "md5": "9c23b7b4013eb90f75735bebe57ebc97",
                "sha256": "865d48d1c77512e0e639801a0d8cfcfe0551b4581f4a896af09a7c592c3cc599"
            },
            "downloads": -1,
            "filename": "flareverb-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9c23b7b4013eb90f75735bebe57ebc97",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 32231,
            "upload_time": "2025-08-23T05:42:22",
            "upload_time_iso_8601": "2025-08-23T05:42:22.850209Z",
            "url": "https://files.pythonhosted.org/packages/14/b5/101ecbc40c653d2a9878471566ba7dc5a1f84e70319868ab1b6fac17e813/flareverb-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-23 05:42:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gdalsanto",
    "github_project": "flare",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "flareverb"
}
        
Elapsed time: 1.08114s