An open API service indexing awesome lists of open source software.

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).

Awesome Lists containing this project

README

          

# WIP; Sound Source Estimator

[![CI](https://github.com/wattai/sound-source-position-estimation/actions/workflows/ci.yml/badge.svg)](https://github.com/wattai/sound-source-position-estimation/actions/workflows/ci.yml)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![codecov](https://codecov.io/gh/wattai/sound-source-position-estimation/branch/main/graph/badge.svg?token=NU4916R3R8)](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
```