Questions tagged [wavmss]

WaveMediaStreamSource - implementation of a MediaStreamSource allowing Silverlight to playback Wave files encoded in the PCM format.

WaveMediaStreamSource - implementation of a MediaStreamSource allowing Silverlight 3 and above to playback Wave files encoded in the PCM format.

http://archive.msdn.microsoft.com/wavmss

7 questions
14
votes
1 answer

How to play non buffered WAV with MediaStreamSource implementation in Silverlight 4?

Background I'm trying to stream a wave file in Silverlight 4 using MediaStreamSource implementation found here. The problem is I want to play the file while it's still buffering, or at least give user some visual feedback while it's buffering. For…
kyrisu
  • 4,541
  • 10
  • 43
  • 66
7
votes
1 answer

Silverlight Speex playing at fast rate

I'm using Speex to encode the raw data but after I decode the data the audio plays at a faster rate because it makes you sound like a chipmunk. I'm using NSpeex and Silverlight 4. 8kHz Sampling Encoding Function: JSpeexEnc encoder = new…
Zach L
  • 1,277
  • 4
  • 18
  • 37
3
votes
2 answers

SL media element won't play my wave file after the first time

I use WaveMediaStreamSource (WAVmss) library to play wave files on silverlight media element. It plays the first time I load the file into the element, but when I try and play it a second time it doesn't play. I used the sample from here. Maybe I'm…
Dor Cohen
  • 16,769
  • 23
  • 93
  • 161
2
votes
0 answers

Stream a WAV File From The Web In Silverlight 3

I've managed to discover Gilles Khouzam's playback implementation for WAV files in Silverlight 3 and while that would be the majority of the battle, I'm stuck on a final detail: how do I pull a wav file from the web some place and then feed it into…
1
vote
1 answer

Silverlight MediaElement Position with generated WAV (performance)

I have tied a MediaElement control to a Slider control. I am getting my stream from a binary field in a SQL Server database. I am concerned that there may be some performance issues due to the following: 1. I am storing a byte array that is being…
d3v1lman1337
  • 229
  • 1
  • 10
0
votes
1 answer

WaveMediaStreamSource

I found out a code on the net that plays a .wav file in C#. The code is as follows private void btn_Play_Click(object sender, RoutedEventArgs e) { OpenFileDialog ofd = new OpenFileDialog(); if…
DoNNie_DarkO
  • 367
  • 3
  • 5
  • 15
0
votes
1 answer

WaveMediaStreamSource not working on Windows Phone 7

I downloaded the Silverlight WaveMediaStreamSource from this site. but I am having issues playing .wav files on Windows phone 7 using this wavemediastreamsource with MediaElement control. I need help from someone who has solved this problem to…
user1058145
  • 13
  • 1
  • 7