Ejemplo n.º 1
0
    void Start()
    {
        //start the microphone listener
        if (startMicOnStartup)
        {
            RestartMicrophoneListener();
            StartMicrophoneListener();
        }

        //Singleton Jose
        microSingleton = this;
    }
Ejemplo n.º 2
0
 private void Start()
 {
     this.microphoneListener = this.GetComponent <MicrophoneListener>();
 }