This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix typo
tags/v0.3.7rc0
XxChang
1 year ago
parent
6be57ab920
commit
3db6744e36
1 changed files
with
6 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-6
binaries/cli/src/template/cxx/dataflow-template.yml
+ 6
- 6
binaries/cli/src/template/cxx/dataflow-template.yml
View File
@@ -1,19 +1,19 @@
nodes:
- id: talker_1
source
: bin/talker_1
path
:
path
: bin/talker_1
inputs
:
tick: dora/timer/millis/100
outputs:
- speech
- id: talker_2
source
: bin/talker_2
path
:
path
: bin/talker_2
inputs
:
tick: dora/timer/secs/2
outputs:
- speech
- id: listener_1
source
: bin/listener_1
path
:
path
: bin/listener_1
inputs
:
speech-1: talker_1/speech
speech-2: talker_2/speech
Write
Preview
Loading…
Cancel
Save