voice_forge 0.3.0
voice_forge: ^0.3.0 copied to clipboard
Minimal voice-agent framework for Dart: WebRTC transport, speech (VAD/STT/TTS), LLM interface and the conversation loop — all pure Dart.
We analyzed this package 9 hours ago, and awarded it 150 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
77 out of 140 API elements (55.0 %) have documentation comments.
Some symbols that are missing documentation: voice_forge.AgentEvent, voice_forge.AgentEvent.AgentEvent.new, voice_forge.AgentEvent.payload, voice_forge.AgentSession.AgentSession.new, voice_forge.AgentSession.dispose.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:voice_forge/voice_forge.dartthat imports:package:voice_forge/src/transport/voice_call_server.dartthat imports:package:voice_forge/src/transport/peer_session.dartthat imports:package:webrtc_dart/webrtc_dart.dartthat imports:package:webrtc_dart/src/stun/attributes.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
INFO: Use an initializing formal to assign a parameter to a field.
lib/src/session/agent_session.dart:148:9
╷
148 │ }) : _vad = vad,
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/session/agent_session.dart
INFO: Use an initializing formal to assign a parameter to a field.
lib/src/session/agent_session.dart:149:9
╷
149 │ _stt = stt,
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/session/agent_session.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
^4.0.9 |
4.3.0 | 4.3.0 | |
http |
^1.2.0 |
1.6.0 | 1.6.0 | |
opus_codec_dart |
^3.0.5 |
3.0.5 | 3.0.5 | |
shelf |
^1.4.0 |
1.4.2 | 1.4.2 | |
shelf_web_socket |
^3.0.0 |
3.0.0 | 3.0.0 | |
voice_forge_speech |
^1.13.5 |
1.13.5+1 | 1.13.5+1 | |
web_socket_channel |
^3.0.3 |
3.0.3 | 3.0.3 | |
webrtc_dart |
^0.25.3 |
0.25.3 | 0.25.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
cryptography |
- | 2.9.0 | 2.9.0 | |
ffi |
- | 2.2.0 | 2.2.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
pointycastle |
- | 4.0.0 | 4.0.0 | |
posix |
- | 6.5.2 | 6.5.2 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.2 | 1.12.2 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
wasm_ffi |
- | 2.4.0 | 2.4.0 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.19, Dart 3.13.1.
Check the analysis log for details.