mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-19 08:28:10 +02:00
* fix: add language field to CartesiaTTSConfiguration and pass to TTS service Closes #432 * chore: regenerate OpenAPI spec to fix drift-check The openapi.json snapshot had drifted from the FastAPI app definition because main gained new organization endpoints (billing, credits, context) after this branch was created. Regenerate it with 'python -m scripts.dump_docs_openapi' to bring it back in sync. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * chore: clarify Cartesia language schema --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Abhishek Kumar <abhishek@a6k.me> |
||
|---|---|---|
| .. | ||
| realtime | ||
| __init__.py | ||
| audio_config.py | ||
| audio_file_cache.py | ||
| audio_mixer.py | ||
| audio_playback.py | ||
| event_handlers.py | ||
| exceptions.py | ||
| in_memory_buffers.py | ||
| minimax_tts.py | ||
| pipeline_builder.py | ||
| pipeline_engine_callbacks_processor.py | ||
| pipeline_metrics_aggregator.py | ||
| pre_call_fetch.py | ||
| realtime_feedback_events.py | ||
| realtime_feedback_observer.py | ||
| recording_audio_cache.py | ||
| recording_router_processor.py | ||
| run_pipeline.py | ||
| service_factory.py | ||
| tracing_config.py | ||
| transport_params.py | ||
| transport_setup.py | ||
| turn_context.py | ||
| worker_runner.py | ||
| ws_sender_registry.py | ||