Commit Graph

5 Commits

Author SHA1 Message Date
Storm Dragon
70919b0769 Replace deprecated audioop with NumPy and add silent join sounds
- Replace audioop module (removed in Python 3.13) with NumPy
  - Implement _apply_volume() method using NumPy for volume adjustment
  - Update RMS calculation in ducking_sound_received() to use NumPy
  - Add numpy to requirements.txt
- Add silent flag to CachedItemWrapper for join sounds
  - Join sounds now play without channel announcements
  - Regular playlist items still respect announce_current_music config
- Update CLAUDE.md to document changes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-08 21:46:19 -05:00
Storm Dragon
d45d666b4e Minor fixes to greet sounds. 2025-11-23 18:13:29 -05:00
Storm Dragon
7e37570b43 Added ability to specify custom sounds for users when they log in. 2025-11-22 18:31:22 -05:00
Storm Dragon
c86921ea65 Hopefully fixed lockup bug. 2025-08-16 19:57:19 -04:00
Storm Dragon
e04da00bc4 Moved mumblebot.py to bragi.py so the entry point will be more intuitive. 2025-06-16 18:01:09 -04:00