mirror of
https://github.com/kennethreitz/pytheory.git
synced 2026-06-05 23:00:20 +00:00
af044f68ca
- Cache time arrays and exp_decay envelopes (avoid reallocation) - Cache drum hit renders (same sound at same length = same output) - Vectorize piano_wave harmonic synthesis: 30 sin() calls in a Python loop → one 2D numpy.sin() operation Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>