Skip to content

@aelionsdk/audio

Audio scheduling and deterministic PCM processing primitives for AelionSDK.

Terminal window
npm install @aelionsdk/audio

latest currently resolves to 1.2.0. Product applications should prefer @aelionsdk/sdk; use this package directly when building a custom audio host, analysis pipeline or renderer integration.

  • IR audio mixing and channel matrices;
  • streaming resampling and pitch-preserving time stretch;
  • SharedArrayBuffer and transferable PCM queues;
  • AudioWorklet clocks, device state and video scheduling.
  • bounded beat and audio-energy change analysis. Audio analysis does not claim pixel-based video scene detection.

Queue and clock instances own browser and buffer resources. Stop producers, cancel pending work and dispose the owning session or primitive when playback ends.

See the package map and API reference. Licensed under MIT.