Tests.SpeechTests.testVariants C# (CSharp) Method

testVariants() private method

private testVariants ( ) : void
return void
        public void testVariants()
        {
            SpeechService.Speak("Welcome to your small ship.", "IVONA 2 Emma", 0, 0, 40, -60, 0, true);
            SpeechService.Speak("Vulture x-ray whiskey tango seven one seven six requesting docking.", "IVONA 2 Emma", 0, 10, 40, -60, 0, true);
            SpeechService.Speak("Welcome to your medium ship.", "IVONA 2 Emma", 0, 0, 60, -30, 0, true);
            SpeechService.Speak("Python victor oscar Pappa fife tree fawer niner requesting docking.", "IVONA 2 Emma", 0, 10, 60, -30, 0, true);
            SpeechService.Speak("Welcome to your large ship.", "IVONA 2 Emma", 0, 0, 80, -20, 0, true);
            SpeechService.Speak("Anaconda charlie november delta one niner eight fawer requesting docking.", "IVONA 2 Emma", 0, 10, 80, -20, 0, true);
            SpeechService.Speak("Welcome to your huge ship.", "IVONA 2 Emma", 0, 0, 80, -10, 0, true);
            SpeechService.Speak("Panther Clipper charlie november delta one niner eight fawer requesting docking.", "IVONA 2 Emma", 0, 10, 100, -10, 0, true);

            //SpeechService.Speak("Welcome to your small ship.", "IVONA 2 Emma", 0, 0, 40, -50, 0, true);
            //SpeechService.Speak("Vulture x-ray whiskey tango seven one seven six requesting docking.", "IVONA 2 Emma", 0, 10, 40, -50, 0, true);
            ////SpeechService.Speak("Vulture x-ray whiskey tango seven one seven six requesting docking.", "IVONA 2 Emma", 0, 10, 40, 0, 0, true);
            //SpeechService.Speak("Welcome to your medium ship.", "IVONA 2 Emma", 0, 0, 60, -25, 0, true);
            //SpeechService.Speak("Python victor oscar Pappa fife tree fawer niner requesting docking.", "IVONA 2 Emma", 0, 10, 60, -25, 0, true);
            ////SpeechService.Speak("Python victor oscar Pappa fife tree fawer niner requesting docking.", "IVONA 2 Emma", 0, 10, 60, 0, 0, true);
            //SpeechService.Speak("Welcome to your large ship.", "IVONA 2 Emma", 0, 0, 80, -10, 0, true);
            //SpeechService.Speak("Anaconda charlie november delta one niner eight fawer requesting docking.", "IVONA 2 Emma", 0, 10, 80, -10, 0, true);
            ////SpeechService.Speak("Anaconda charlie november delta one niner eight fawer requesting docking.", "IVONA 2 Emma", 0, 10, 80, 0, 0, true);
            //SpeechService.Speak("Welcome to your huge ship.", "IVONA 2 Emma", 0, 0, 80, -5, 0, true);
            //SpeechService.Speak("Panther Clipper charlie november delta one niner eight fawer requesting docking.", "IVONA 2 Emma", 0, 10, 100, -5, 0, true);
            ////SpeechService.Speak("Panther Clipper charlie november delta one niner eight fawer requesting docking.", "IVONA 2 Emma", 0, 10, 100, 0, 0, true);
        }
        //synth.Speak("Anaconda golf foxtrot lima one niner six eight requesting docking.");