8254ccde86
- Dockerfile + docker-compose.yml: two services (recorder + web) sharing ./recordings bind mount; recorder maps /dev/snd for ALSA soundcard access - requirements.txt: requests, numpy, soundfile - .dockerignore, updated .gitignore (add __pycache__, .pytest_cache) - isr.py: add SIGTERM handler for clean Docker shutdown; fix stale error message that referenced removed PulseAudio/PipeWire/PortAudio backends - web.py: translate all German UI strings to English - config.example.ini: remove PipeWire/PulseAudio/PortAudio backend refs, simplify soundcard tips to ALSA only - README.md: full rewrite as user guide (quick start, config reference, Docker notes, how it works) - CLAUDE.md: update architecture section to reflect ALSA-only backend - Delete changelog.txt and guide.md (internal session notes)
13 lines
110 B
Plaintext
13 lines
110 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.git/
|
|
.gitignore
|
|
.claude/
|
|
tests/
|
|
config.ini
|
|
recordings/
|
|
*.log
|
|
changelog.txt
|
|
guide.md
|