LICENSE
README.md
pyproject.toml
rkvoice_stream/__init__.py
rkvoice_stream.egg-info/PKG-INFO
rkvoice_stream.egg-info/SOURCES.txt
rkvoice_stream.egg-info/dependency_links.txt
rkvoice_stream.egg-info/requires.txt
rkvoice_stream.egg-info/top_level.txt
rkvoice_stream/app/__init__.py
rkvoice_stream/app/capability.py
rkvoice_stream/app/dialogue.py
rkvoice_stream/app/resource_planner.py
rkvoice_stream/app/server.py
rkvoice_stream/backends/__init__.py
rkvoice_stream/backends/asr/__init__.py
rkvoice_stream/backends/asr/paraformer_rknn.py
rkvoice_stream/backends/asr/paraformer_sherpa.py
rkvoice_stream/backends/asr/qwen3_rk.py
rkvoice_stream/backends/asr/sensevoice_rknn.py
rkvoice_stream/backends/asr/sensevoice_sherpa.py
rkvoice_stream/backends/asr/qwen3/__init__.py
rkvoice_stream/backends/asr/qwen3/chunk_confirm.py
rkvoice_stream/backends/asr/qwen3/config.py
rkvoice_stream/backends/asr/qwen3/decoder.py
rkvoice_stream/backends/asr/qwen3/encoder.py
rkvoice_stream/backends/asr/qwen3/engine.py
rkvoice_stream/backends/asr/qwen3/matmul_decoder.py
rkvoice_stream/backends/asr/qwen3/mel.py
rkvoice_stream/backends/asr/qwen3/stream.py
rkvoice_stream/backends/asr/qwen3/streaming.py
rkvoice_stream/backends/asr/qwen3/utils.py
rkvoice_stream/backends/audio_llm/__init__.py
rkvoice_stream/backends/audio_llm/gemma4_rk1828.py
rkvoice_stream/backends/custom_ops/__init__.py
rkvoice_stream/backends/custom_ops/rknn_custom_ops.py
rkvoice_stream/backends/tts/__init__.py
rkvoice_stream/backends/tts/kokoro_rknn.py
rkvoice_stream/backends/tts/matcha.py
rkvoice_stream/backends/tts/moss_ort.py
rkvoice_stream/backends/tts/moss_rknn.py
rkvoice_stream/backends/tts/piper.py
rkvoice_stream/backends/tts/qwen3_rknn.py
rkvoice_stream/backends/tts/qwen3_tts.py
rkvoice_stream/backends/tts/qwen3_tts_rk1828.py
rkvoice_stream/engine/__init__.py
rkvoice_stream/engine/asr.py
rkvoice_stream/engine/audio_llm.py
rkvoice_stream/engine/tts.py
rkvoice_stream/platform/__init__.py
rkvoice_stream/platform/base.py
rkvoice_stream/platform/rk1828.py
rkvoice_stream/platform/rk3576.py
rkvoice_stream/platform/rk3588.py
rkvoice_stream/runtime/__init__.py
rkvoice_stream/runtime/rkllm_wrapper.py
rkvoice_stream/runtime/rknn3_worker.py
rkvoice_stream/vad/__init__.py
rkvoice_stream/vad/silero.py
tests/test_asr.py
tests/test_capability_device_id.py
tests/test_convert_moss_rknn_workspace.py
tests/test_dialogue_streaming.py
tests/test_extract_moss_rknn_island_workspace.py
tests/test_latency.py
tests/test_moss_backend_stream_profiler.py
tests/test_moss_canonical_deployment_evidence.py
tests/test_moss_deployment_path_evidence.py
tests/test_moss_disk_audit.py
tests/test_moss_hybrid_sampler_compare.py
tests/test_moss_ort_artifacts.py
tests/test_moss_ort_backend.py
tests/test_moss_ort_config_verifier.py
tests/test_moss_ort_deployment_dry_run_evidence.py
tests/test_moss_ort_roundtrip_verifier.py
tests/test_moss_production_entrypoint_evidence.py
tests/test_moss_production_entrypoint_verifier.py
tests/test_moss_production_evidence.py
tests/test_moss_production_profile_verifier.py
tests/test_moss_production_server_disk_gate_evidence.py
tests/test_moss_production_server_runner.py
tests/test_moss_release_audit.py
tests/test_moss_release_audit_artifact_gate_evidence.py
tests/test_moss_rknn_artifacts.py
tests/test_moss_rknn_config.py
tests/test_moss_sampler_profiler.py
tests/test_moss_service_profile_verifier.py
tests/test_moss_service_streaming_verifier.py
tests/test_moss_signal_smoke_evidence.py
tests/test_moss_streaming_stats_evidence.py
tests/test_npu_coexist.py
tests/test_paraformer_rknn_decode.py
tests/test_prepare_moss_ort_deployment.py
tests/test_prepare_rknn_workspace.py
tests/test_qwen3_decoder_stop_policy.py
tests/test_qwen3_engine_artifact_lookup.py
tests/test_qwen3_rk_stream_mode.py
tests/test_qwen3_true_streaming_config.py
tests/test_rk1828_audio_dialogue.py
tests/test_rk1828_gemma4.py
tests/test_rk1828_tts.py
tests/test_rk3576_performance_mode.py
tests/test_rknn_workspace_gate_evidence.py
tests/test_roundtrip.py
tests/test_server_health_runtime_info.py
tests/test_tts.py
tests/test_v2v_streaming.py
tests/test_verify_rknn_artifact_workspace.py
tests/test_verify_rknn_workspace_deployment.py