Skip to content

Latest commit

 

History

History

README.md

TinyBooth Sound Studio — Manual

The same chapters served from the in-app Help → Manual… window.

The files in this folder are the single source of truth: they render here on GitHub for browsing on the web, and they are embedded into the binary at compile time via include_str! (src/manual.rs) so the running app shows byte-identical content. Edit any chapter and it updates both surfaces on the next build.

Welcome

  • Welcome — what TinyBooth is, philosophy in one sentence, where things live on disk.
  • Getting started — first-run walkthrough; mic to saved take in five minutes.

Reference

Appendix

Editing

If you spot a typo or want to extend a chapter, the pages are plain Markdown. Open a PR; the next tagged release will ship the updated text both in this folder and inside the in-app manual. No separate documentation pipeline.

See also

User-facing documentation lives here. For developers and contributors, sibling docs cover: