Project Templates์ถœ์ฒ˜: Show HN์กฐํšŒ์ˆ˜ 5

Show HN: Tapedeck โ€“ A 4-track cassette recorder in your terminal, built in Rust

By EmTekker
2026๋…„ 2์›” 22์ผ
**Show HN: Tapedeck โ€“ A 4-track cassette recorder in your terminal, built in Rust**

Hey HN, I built a terminal-based 4-track cassette recorder inspired by the Teenage Engineering OP-1. You can record from your mic, layer synthesizers, program drum beats, and mix everything down all without leaving the terminal.Architecture is three threads communicating via lock-free crossbeam channels: a 60fps ratatui UI thread, a control thread for app state, and a cpal audio callback at 44.1kHz. Everything is real-time!I wanted something where I could sketch musical ideas quickly without opening a DAW. The cassette metaphor keeps things constrained in a fun way; 4 tracks, tape moves forward, commit to your takes.Install: cargo install --git https://github.com/manthan787/tapedeck (Rust 1.70+), or grab a binary from the releases page. https://github.com/manthan787/tapedeckWould love feedback...

---

**[devsupporter ํ•ด์„ค]**

์ด ๊ธฐ์‚ฌ๋Š” Show HN์—์„œ ์ œ๊ณตํ•˜๋Š” ์ตœ์‹  ๊ฐœ๋ฐœ ๋™ํ–ฅ์ž…๋‹ˆ๋‹ค. ๊ด€๋ จ ๋„๊ตฌ๋‚˜ ๊ธฐ์ˆ ์— ๋Œ€ํ•ด ๋” ์•Œ์•„๋ณด์‹œ๋ ค๋ฉด ์›๋ณธ ๋งํฌ๋ฅผ ์ฐธ๊ณ ํ•˜์„ธ์š”.