Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://python-acoustics.github.io/python-acoustics/
A Python library aimed at acousticians.
https://python-acoustics.github.io/python-acoustics/
acoustics audio python signal-processing
Last synced: 3 months ago
JSON representation
A Python library aimed at acousticians.
- Host: GitHub
- URL: https://python-acoustics.github.io/python-acoustics/
- Owner: python-acoustics
- License: bsd-3-clause
- Archived: true
- Created: 2013-11-26T07:41:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-10T22:34:10.000Z (11 months ago)
- Last Synced: 2024-08-03T16:08:22.077Z (3 months ago)
- Topics: acoustics, audio, python, signal-processing
- Language: Python
- Size: 6.17 MB
- Stars: 504
- Watchers: 57
- Forks: 139
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-python-scientific-audio - acoustics - acoustics/python-acoustics/) [:package:](https://pypi.python.org/pypi/acoustics) - useful tools for acousticians. (Audio Related Packages)
README
# python-acoustics
[![Build Status](https://travis-ci.org/python-acoustics/python-acoustics.svg?branch=master)](https://travis-ci.org/python-acoustics/python-acoustics)
The `python-acoustics` module is a Python module with useful tools for acousticians.
## Installation
The latest release can be found on PyPI and installed with `pip install acoustics`.
Otherwise, you can clone this repository and install with `pip install` or `pip install -e` when you want an editable install.## Examples
Several examples can be found in the `examples` folder.
## Tests
The test suite can be run with
`pytest`
## Documentation
Documentation can be found [online](http://python-acoustics.github.io/python-acoustics/).
## License
`python-acoustics` is distributed under the BSD 3-clause license. See `LICENSE` for more information.
## Contributing
Contributors are always welcome.