bricks/examples/recorder.ui

17 lines
255 B
Plaintext
Raw Permalink Normal View History

2024-02-06 14:30:10 +08:00
{
"id":"recorder",
"widgettype":"AudioRecorder",
"options":{
"height":"40px",
2024-03-21 14:28:39 +08:00
"upload_url":"{{entire_url('stt.dspy')}}"
2024-02-06 14:30:10 +08:00
},
"binds":[
{
"wid":"self",
"event":"uploaded",
"actiontype":"script",
2024-03-21 14:28:39 +08:00
"script":"alert(event.params)"
2024-02-06 14:30:10 +08:00
}
]
}