Page 280 - 2020학년도 MDP과제발표회 자료집 (통신과) (3)
P. 280

position:  "top_right",
                   config:  {
                          chimeOnFinish:  null,
                          mic:  {

                                 recordProgram:  "arecord",
                                 device:  "plughw:1"
                          },
                          models:  [
                                 {

                                         hotwords        :"smart_mirror",
                                         file                :"smart_mirror.umdl",
                                         sensitivity  :"0.5",
                                 },
                          ],

                          commands:  {
                                 "smart_mirror":  {
                                         notificationExec:  {
                                                notification:  "ASSISTANT_ACTIVATE",
                                                payload:  (detected,  afterRecord)  =>  {

                                                       return  {profile:"default"}
                                                }
                                         },
                                         restart:false,
                                         afterRecordLimit:0

                                 }
                          }
                   }
            },
            {

                   module:  "MMM-AssistantMk2",
                   position:  "top_right",
                   config:  {
                          deviceLocation:  {
                                 coordinates:  {

                                         latitude:  37.5650168,  //  -90.0  -  +90.0
                                         longitude:  126.8491231,  //  -180.0  -  +180.0
                                 },
                          },
                          record:  {

                                 recordProgram  :"arecord",
                                 device                :"plughw:1",


                                                         -  291  -
   275   276   277   278   279   280   281   282   283   284   285