mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 21:26:41 +02:00
Projects included: - maerchenzauber (NestJS backend + Expo mobile + SvelteKit web + Astro landing) - manacore (Expo mobile + SvelteKit web + Astro landing) - manadeck (NestJS backend + Expo mobile + SvelteKit web) - memoro (Expo mobile + SvelteKit web + Astro landing) This commit preserves the current state before monorepo restructuring. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
25 lines
No EOL
813 B
Markdown
25 lines
No EOL
813 B
Markdown
# Recording Button Sounds
|
|
|
|
This directory contains UI sounds for the recording button.
|
|
|
|
## Required Sound Files:
|
|
|
|
1. **button-press.mp3** - A soft whoosh/rauschen sound when button is pressed down
|
|
- Duration: ~200ms
|
|
- Character: Soft, airy, like a breath or wind
|
|
|
|
2. **recording-start.mp3** - A clear chime/ding when recording starts
|
|
- Duration: ~300ms
|
|
- Character: Positive, confirming, like a bell or notification
|
|
|
|
3. **recording-stop.mp3** - A completion sound when recording stops
|
|
- Duration: ~300ms
|
|
- Character: Finalizing, like a camera shutter or soft thud
|
|
|
|
## File Requirements:
|
|
- Format: MP3 (for best compatibility)
|
|
- Bitrate: 128kbps (good quality/size balance)
|
|
- Volume: Normalized to -12dB
|
|
|
|
## Placeholder Files:
|
|
Currently using silent placeholder files. Replace with actual sounds. |