Skip to content

Conversation

EnggQasim
Copy link
Contributor

@EnggQasim EnggQasim commented Mar 21, 2025

Update [VoicePipeline] process diagram update

graph LR
    %% Input
    A["🎤 Audio Input"] --> |"Captured Speech"| B["📝 Transcribe (Speech-to-Text)"]

    %% Voice Pipeline
    subgraph Voice_Pipeline ["🔁 AI Processing Pipeline"]
        direction TB
        B --> |"Converted Text"| C["🤖 AI Agent"]:::highlight
        C --> |"Processed Response"| D["🔊 Text-to-Speech 🎙️"]
    end

    %% Output
    D --> |"Generated Speech"| E["🎧 Audio Output"]

    %% Custom styling
    classDef highlight fill:#ffcc66,stroke:#333,stroke-width:1px,font-weight:700;
Loading

@rm-openai pls review it

Update [VoicePipeline] process diagram update
@rm-openai
Copy link
Collaborator

rm-openai commented Mar 21, 2025

thanks for the PR but I think the diagram is better as is (simpler and easier to grok)

@rm-openai rm-openai closed this Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants