algo-chip

Algo Chip API Reference

This reference is generated from the TypeScript source with TypeDoc. It complements the high-level production specifications in score.md (BGM pipeline) and se.md (sound effect system). Use this documentation when you need exact function signatures, parameter details, and integration notes.

Coverage

  • algo-chip public exports (pipeline orchestration, SE generation, utility types, and session helpers such as SoundEffectController, createAudioSession, and createVisibilityController)

Regenerating the Docs

npm run docs:api

The command writes static HTML to docs/api/. Publishing workflows can copy that directory along with other site assets (see npm run build:pages).

For conceptual guidance, continue to maintain design intent, motivation, and workflow descriptions inside score.md and se.md, linking into the generated API reference where appropriate.