@ariontalk/core
v0.1.1
Published
Headless voice AI engine with page understanding — services, types, and session logic
Maintainers
Readme
@ariontalk/core
Headless voice AI engine with page understanding — services, types, and session logic.
Install
npm install @ariontalk/coreUsage
import { VoiceEngine, isVoiceChatSupported } from '@ariontalk/core';
const engine = new VoiceEngine();
if (isVoiceChatSupported(engine)) {
await engine.startSession('en');
}Key exports
VoiceEngine— local browser-based voice engine (Web Speech API)isVoiceChatSupported(engine)— check browser capabilities before startingEnergyBargeInDetector— energy-based barge-in detection plugincreateLogger/setLogLevel— logging utilities- Types —
SupportedLang,VoiceEngineState,VoiceSettings,BargeInDetector, and more
License
MIT — see LICENSE
