Hi, I made a kind of soundboard app.
The problem is that after hard work I managed to finally have the possibility to edit every sound on the soundboard. Because the simple soundeffect class doesn't support pitch, volume, pan edit, I've created an instance for every soundeffect and binded pitch, volume and pan values to separate sliders so I can edit in real time. I've also made it possible to play max 5 sounds at once, the max multi touch on WP OS.
The problem is that when I play more sounds, that are actually soundeffectinstances, they stop at all.
I know there can be max 16 soundeffectinstance playing at a time but I'm not even reaching 16.
I even dispose all sounds when I navigate out of the page that contains them, I don't know if that is a hardware bug or a class bug, I don't know what to do.
The problem is that after hard work I managed to finally have the possibility to edit every sound on the soundboard. Because the simple soundeffect class doesn't support pitch, volume, pan edit, I've created an instance for every soundeffect and binded pitch, volume and pan values to separate sliders so I can edit in real time. I've also made it possible to play max 5 sounds at once, the max multi touch on WP OS.
The problem is that when I play more sounds, that are actually soundeffectinstances, they stop at all.
I know there can be max 16 soundeffectinstance playing at a time but I'm not even reaching 16.
I even dispose all sounds when I navigate out of the page that contains them, I don't know if that is a hardware bug or a class bug, I don't know what to do.