[Mono-dev] System.Media.SoundPlayer silent

Alan McGovern alan.mcgovern at gmail.com
Thu Aug 9 18:56:26 EDT 2007


File a bug report on bugzilla about the issue. I'm the one who coded in that
support, and as far as i can tell, it should work fine. I need a
reproduceable testcase.

The actual code is here:
http://anonsvn.mono-project.com/viewcvs/trunk/mcs/class/System/System.Media/SoundPlayer.cs?rev=81519&view=markup

As you can see, when Play() is called, it enters the LoadFromUri method,
which then checks to see if the file exists on your HD and if so, creates a
filestream. This shouldn't fail, yet by the looks of it, it is.

Alan.

On 8/9/07, Markus Kilås <digital at markuspage.com> wrote:
>
> I found a solution:
>
> SoundPlayer sp = new SoundPlayer(new
> FileStream("/usr/share/sounds/gaum/send.wav", FileMode.Open,
> FileAccess.Read, FileShare.Read));
> sp.Play();
>
> That one plays the sound but the construnctor taking a string does not.
>
>
> Markus Kilås skrev:
> > Hi,
> >
> > I'm trying to play a wave-file using the System.Media.SoundPlayer class
> as in
> > http://www.mono-project.com/Guide:_Porting_Winforms_Applications .
> >
> > But it will just not play any sound on Mono 1.2.4 in Gentoo or the
> VMware image with openSUSE 10.2:
> >
> > SoundPlayer sp = new SoundPlayer ("/usr/share/sounds/gaim/send.wav");
> > sp.Play ();
> >
> > Using .NET on WinXP the following code works fine:
> >
> > SoundPlayer sp = new SoundPlayer ("c:\\windows\\media\\tada.wav");
> > sp.Play ();
> >
> >
> > Anyone got the SoundPlayer class to work or know what is wrong?
> >
> > --
> >
> > Markus Kilås
> >
> > +46(0)70 424 94 85
> > markus at markuspage.com
> > kilas at kth.se
> > www.markuspage.com
> >
> > _______________________________________________
> > Mono-devel-list mailing list
> > Mono-devel-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
> >
> >
> >
>
> --
>
> Markus Kilås
>
> +46(0)70 424 94 85
> markus at markuspage.com
> kilas at kth.se
> www.markuspage.com
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070809/b987f311/attachment.html 


More information about the Mono-devel-list mailing list