File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,25 @@ This project can be divided into 3 main modules:
3434
3535Those modules interact as follows:
3636
37- 
37+ ```mermaid
38+
39+ flowchart TB
40+ A[fab:fa-microsoft MS Azure Speech to Text] <-->|HTTP/Sockets| B(Server)
41+
42+ B <--> |HTTP| C(Client)
43+ B --> |Serves| E(Webapp)
44+ C <--> |Inter Process-Communication| D(VS Code Extension)
45+ E --- |NPM Dependency| F(Spoken)
46+ C --- |NPM Dependency| F(Spoken)
47+ D <--> G(Visual Studio Code)
48+
49+ style B fill:white,stroke:gold,stroke-width:2px
50+ style C fill:white,stroke:gold,stroke-width:2px
51+ style D fill:white,stroke:gold,stroke-width:2px
52+ style E fill:white,stroke:gold,stroke-width:2px
53+ style F fill:white,stroke:gold,stroke-width:2px
54+
55+ ```
3856
3957### Voice Commands
4058
You can’t perform that action at this time.
0 commit comments