agentscope-ai / agentscope-ai/agentscope
feat(asr): add asr module to agentscope library
- Lingua principale
- Python
- Stelle
- 31.5k
- Fork
- 3.5k
- Merge medio
- 1g 23h
- PR unite (30g)
- 95
Descrizione
**Background**
AgentScope lacks a native ASR abstraction. A dedicated ASR module is required as the foundation for the cascaded realtime pipeline (ASR → LLM → TTS).
**Changes**
- Add a new `asr` module under `src/agentscope`
- Add a base ASR model class
> Prior to implementation, survey existing ASR API providers — similar to the `tts` module, providers may differ significantly in patterns (e.g., streaming vs. batch transcription)
- Provide one reference implementation, leaving additional provider integrations to follow-up PRs to keep this PR focused on the abstraction layer
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.