private void StartProcessing()
        {
            TimeHelper.SetStartTime();

            audioRecording.StartRecording();
            apiHelper.StartAPI();
            dataAnalyzer.VisualiseApiData(cts.Token, lbCurrentChord);
        }