18 lines
316 B
Plaintext
18 lines
316 B
Plaintext
|
{
|
||
|
"id":"recorder",
|
||
|
"widgettype":"AudioRecorder",
|
||
|
"options":{
|
||
|
"height":"40px",
|
||
|
"upload_url":"{{entire_url('stt.dspy')}}",
|
||
|
"start_icon":"/bricks/imgs/start_recording.png"
|
||
|
},
|
||
|
"binds":[
|
||
|
{
|
||
|
"wid":"self",
|
||
|
"event":"uploaded",
|
||
|
"actiontype":"script",
|
||
|
"script":"alert('kwargs', kwargs, args)"
|
||
|
}
|
||
|
]
|
||
|
}
|