Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi friends
i want play sound in my program that writed by wpf
i need componet to play sound except media player componet

i don't want media player because when i play sound by it seek time is different from other player like km-player or sound-editors

thanks
Posted

This is the updated useful information on the VLC component binding for.NET:
http://sourceforge.net/projects/libvlcnet/[^],
https://wiki.videolan.org/C_Sharp/[^],
https://wiki.videolan.org/.Net_Interface_to_VLC/[^].

Notably, you can find material for using the component for both WPF and System.Windows.Forms.

—SA
 
Share this answer
 
If you need direct sound generation, look at this MSDN Magazine article:
http://msdn.microsoft.com/en-us/magazine/ee309883.aspx[^].

In case you still needs some media player, take a look at VLC renderer: http://vlcrenderer.codeplex.com/[^]. It is provided as Open Source project.

It's based on a very advanced VLC media player, see http://en.wikipedia.org/wiki/VLC_media_player[^], http://www.videolan.org/[^].

—SA
 
Share this answer
 
Comments
Tarun.K.S 4-Jul-11 3:21am    
Good answer. 5+
Sergey Alexandrovich Kryukov 5-Jul-11 0:46am    
Thank you, Tarun.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900