Skip to content

Commit d557049

Browse files
committed
Add additional code examples
1 parent 9f6114e commit d557049

4 files changed

Lines changed: 24 additions & 0 deletions

File tree

36.4 KB
Loading
32.4 KB
Loading
44.5 KB
Loading

content/videos/challenges/188-voice-chatbot/index.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,30 @@
2121

2222
],
2323
"codeExamples": [
24+
{
25+
"title": "Graph Waveform of Recording",
26+
"description": "The sketch graphs the waveform from mic input.",
27+
"image": "waveform.jpg",
28+
"urls": {
29+
"p5": "https://editor.p5js.org/codingtrain/sketches/cck49wDub"
30+
}
31+
},
32+
{
33+
"title": "Real Time Waveform",
34+
"description": "The sketch graphs the waveform from mic input in real time.",
35+
"image": "realtime.jpg",
36+
"urls": {
37+
"p5": "https://editor.p5js.org/codingtrain/sketches/aaRIT-x6a"
38+
}
39+
},
40+
{
41+
"title": "Loading bars",
42+
"description": "The sketch graphs loading bars for the models.",
43+
"image": "loading_bars.jpg",
44+
"urls": {
45+
"p5": "https://editor.p5js.org/codingtrain/sketches/E9Ob3x8eJ"
46+
}
47+
},
2448
{
2549
"title": "Therapy Bot",
2650
"description": "Basic chatbot",

0 commit comments

Comments
 (0)