public int RecordScreen()
    {
        // audioSource.clip = Microphone.Start(device, false, 5, 44100);

        (int currentScreen, int seconds) = teleprompter.AdvanceScreen();

        audioSources[currentScreen].clip = Microphone.Start(device, false, seconds, 44100);

        indicator.SetMaxValue(seconds);

        return(seconds);
    }