-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<img src="graphics/logo.svg" width="200" height="200"/> | ||
|
||
# Stereophonic Calculator | ||
|
||
[![Build](https://github.com/svetter/stereocalc/actions/workflows/build.yml/badge.svg)](https://github.com/svetter/stereocalc/actions/workflows/build.yml) | ||
|
||
Quickly find stereo microphone configurations for specific recording angles with this Android app. | ||
|
||
Inspired by and based on the data of [Michael Williams](http://www.williamsmmad.com/)'s paper **"The stereophonic zoom"** ([PDF](https://www.gracedesign.com/support/StereoZoom10.pdf), [Citation](https://api.semanticscholar.org/CorpusID:202598177)). | ||
|
||
> The "Stereophonic Zoom" enables the sound recording engineer to get much nearer to the optimum result in the great majority of recording environments. | ||
## Features | ||
|
||
- Set a desired Stereophonic Recording Angle (SRA) and explore combinations of microphone distance and angle to achieve it | ||
- Immediately see angular distortion and reverberation limits for each configuration | ||
- Microphone type switchable to omni mode for finding _AB_ (spaced pair) configurations | ||
- Live, to-scale **graphic representation** of the two microphones, showing distance and angle between them as well as the recording angle | ||
- **Interactive graph of configuration space**, modeled after the figures in _The stereophonic zoom_ with a heat map for angular distortion and outlines of reverberation limits | ||
- **Angle calculator** page for calculating a recording angle from basic length measurements | ||
- **Presets** for widely used configurations: **ORTF, NOS, DIN** | ||
- Programmable buttons for **user-defined** configurations | ||
- Units switchable between metric and imperial | ||
- Angles switchable between full and half (±) | ||
|
||
## Screenshots | ||
|
||
TODO |