Ejemplo n.º 1
0
        public VoicePlayback()
        {
            _sessions = new SpeechSessionStream(this);

            ((IVoicePlaybackInternal)this).PlaybackVolume = 1;
        }
Ejemplo n.º 2
0
        public VoicePlayback()
        {
            _sessions = new SpeechSessionStream(this);

            PlaybackVolume = 1;
        }