タグ

ブックマーク / www.narihiro.info (1)

  • うなずきインターフェイス

    説明 EnterKeyを押すと画面がうなずきます このことで気持ちよくタイピングできるかなーって思った うなずきの効果->マルチモーダル音声対話コーパスの収録とうなずきの分析 var nod = { direction : 3, increment : 3, down_rate : 30, down_max : 0, speed : 10, timer : null, init : function() { var t = nod.extract_px(document.body.style.marginTop); nod.down_max = t + nod.down_rate; document.onkeydown = nod.bind_enterkey }, bind_enterkey : function(e) { if (!e) e = event; if (e.keyCode

  • 1