Skip to content

Commit

Permalink
Merge pull request #17 from nicolasperez19/doc/motivation
Browse files Browse the repository at this point in the history
doc: Added initial motivation section to README
  • Loading branch information
nicolasperez19 authored Oct 25, 2024
2 parents bfce2da + 87cb4e2 commit d08413d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ Designed for audio engineers and researchers, this tool offers an intuitive inte
## 📸 Demo
https://github.com/user-attachments/assets/419bda8b-d6a5-4f54-87b8-acef9d752226

## 💡 Project Motivation
**MicMasterFlex** was born out of challenges encountered during the [*Robots as Furniture*](https://github.com/robotsasfurniture/passive-sound-localization) project, where configuring a microphone array for sound localization required precise positioning of multiple microphones.

Given the complex arrangement, writing down positions manually without a visual guide proved inefficient and error-prone.

MicMasterFlex addresses this by offering an interactive, visual interface to configure microphone positions on a grid, making it easier to plan and visualize the array layout.

Additionally, the tool generates the necessary `numpy` code for these positions, streamlining the setup process for audio processing and sound localization tasks.

## 🚀 Project Structure

Inside of your Astro project, you'll see the following folders and files:
Expand Down

0 comments on commit d08413d

Please sign in to comment.