dart_audio_intelligence 0.0.1
dart_audio_intelligence: ^0.0.1 copied to clipboard
A strongly-typed Dart intelligence layer for audio transcription and analysis via the AssemblyAI API.
Dart Audio Intelligence #
A lightweight, strongly-typed Dart client for the AssemblyAI speech-to-text API. Designed to act as the sensory input layer for conversational AI agents.
Features #
- Securely upload local audio files.
- Asynchronous polling for transcription completion.
- Strongly-typed response models.
Getting Started #
Add the package to your pubspec.yaml:
dependencies:
dart_audio_intelligence: ^0.0.1