How do you make Speech to Text work in Windows (Phone) 8.1 Universal App
问题 I'm trying to write code to read aloud an incoming Toast (this was trivial in WP8.1) I have this so far Using MediaElement doesn't seem to work (code runs but no audio) either on the phone or in the emulator Using BackgroundMediaPlayer works in the emulator but not on the phone I've tried both from the UI thread (MediaElement only works on the UI thread) and BackgroundMediaPlayer from the thread that handles the incoming toast var mediaElement = new MediaElement(); using (var tts = new