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

},
                          notifications:  {
                                 ASSISTANT_ACTIVATED:  "HOTWORD_PAUSE",
                                 ASSISTANT_DEACTIVATED:  "HOTWORD_RESUME",

                          },
                          useWelcomeMessage:  "brief  today",
                          profiles:  {
                                 "default":  {
                                         lang:  "en-US"

                                 }
                          },
                   }
            },



            vi  ~/.asoundrc
            pcm.!default{
                type  asym
                playback.pcm{
                    type  hw

                    card  0
                }
                capture.pcm{
                    type  plug
                    slave.pcm  "hw:1,  0"

                }
            }


            ctl.!default{
                type  hw

                card  0
            }




            config.js



            var  config  =  {
                   address:  "localhost",  //  Address  to  listen  on,  can  be:
                                                               //  -  "localhost",  "127.0.0.1",  "::1"  to  listen  on  loopback
            interface

                                                               //  -  another  specific  IPv4/6  to  listen  on  a  specific  interface
                                                               //  -  "",  "0.0.0.0",  "::"  to  listen  on  any  interface


                                                         -  292  -
   276   277   278   279   280   281   282   283   284   285   286