Exemple #1
0
        public VoicePlayback()
        {
            _sessions = new SpeechSessionStream(this);

            ((IVoicePlaybackInternal)this).PlaybackVolume = 1;
        }
        public VoicePlayback()
        {
            _sessions = new SpeechSessionStream(this);

            PlaybackVolume = 1;
        }