Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: TTS announces wave type on Tab switch

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+2
+2
fedac/native/pieces/notepat.mjs
··· 294 294 wave = nextWave; 295 295 waveIndex = wavetypes.indexOf(nextWave); 296 296 if (waveIndex < 0) waveIndex = 0; 297 + // Announce wave type 298 + sound?.speak?.(nextWave === "composite" ? "composite" : nextWave); 297 299 298 300 if (wave === "sample") { 299 301 const mic = sound?.microphone || {};