Skip to content

Commit 3b7b757

Browse files
diwakerguptaclaude
andcommitted
feat: add Tuner and Tuner Codex experiments
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c27be48 commit 3b7b757

11 files changed

Lines changed: 3584 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ This repository is a collection of vibe-coded experiments, tools, and demos by [
1212
- [ErgoCoach](./ergocoach)
1313
- [ErgoCoach - Kimi 2.5 version](./ergo-kimi/)
1414
- [Maze Runner](./mazerunner/)
15+
- [Tuner](./tuner/)
16+
- [Tuner Codex](./tuner-codex/)
1517

1618
## Structure
1719

tuner-codex/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Tuner Codex
2+
3+
A fast, static, browser-based chromatic tuner built as a single `index.html` file. It uses the Web Audio API and an autocorrelation pitch detector to show:
4+
5+
- detected note + octave
6+
- frequency in Hz
7+
- cents deviation
8+
- flat/perfect/sharp horizontal meter
9+
10+
It includes intelligent smoothing, note stability lock, freeze-on-meter tap, mobile-friendly layout, settings (A4/theme/sound/show-frequency), and localStorage preferences.
11+
12+
## Prompt
13+
14+
Build a tuner app in the `tuner-codex` directory, based on this spec [tuner-spec.md](tuner-codex/tuner-spec.md)

0 commit comments

Comments
 (0)