0

we play a sound effect in our windows phone notification. the sound plays normally but after that, the speaker seems to be still turned on and we can hear a noice. Here the code:

var soundEffect = SoundEffect.FromStream(_soundStream);
FrameworkDispatcher.Update();
soundEffect.Play();

We also tried to keep an instance of SoundEffect or even tried it using a SoundEffectInstance, but the result ist the same.

We are testing on Nokia Lumia 520, but the noice problem occures on other device models as well.

esskar
  • 10,638
  • 3
  • 36
  • 57
  • possible duplicate : http://stackoverflow.com/questions/7017517/stop-playing-sound-called-via-soundeffect-fromstream – Jerome Jan 19 '15 at 09:13
  • the sound is actually stopped, but there is just a noice after the sound has played. i can only hear it when i put the phone on my ear, it stops if the app is closed or goes to sleep – esskar Jan 19 '15 at 09:17

0 Answers0