https://github.com/wattai/sound-source-position-estimation
This scripts estimate Sound Source Position based on Cross-power Spectrum Phase (CSP) or Multiple Signal Classification (MUSIC).
https://github.com/wattai/sound-source-position-estimation
audio-processing python science sound-engineering sound-processing sound-source-localization
Last synced: 8 months ago
JSON representation
This scripts estimate Sound Source Position based on Cross-power Spectrum Phase (CSP) or Multiple Signal Classification (MUSIC).
- Host: GitHub
- URL: https://github.com/wattai/sound-source-position-estimation
- Owner: wattai
- License: other
- Created: 2018-12-01T10:29:23.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T07:14:46.000Z (over 1 year ago)
- Last Synced: 2025-04-12T20:13:52.167Z (about 1 year ago)
- Topics: audio-processing, python, science, sound-engineering, sound-processing, sound-source-localization
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# WIP; Sound Source Estimator
[](https://github.com/wattai/sound-source-position-estimation/actions/workflows/ci.yml)
[](https://github.com/astral-sh/ruff)
[](https://codecov.io/gh/wattai/sound-source-position-estimation)
Brief description of the project and what it aims to accomplish.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
## Installation
Instructions for setting up the project locally. For example:
```shell
pip install -e ".[dev]"
```
```shell
pre-commit install
```