I would like to create a sound wave for some custom visualization effects in Silverlight. Silverlight 3 has a MediaElement class that does a great job playing sounds / videos.
To visualize, I need some kind of event callback with some information about the currently playing sound segment. Does the framework have some support to achieve this?
I need the same thing, so I created just that. You can see the live demo at http://prefix.teddywino.com/post/SilverlightMediaKitLiveDemo.aspx
A library and demo code are available at http://salusemediakit.codeplex.com/ The demo shows an added feature to modify the original audio data to create effects. Currently works only with MP3s and is still under development.
Unfortunately, this is not possible in Silverlight unless you go all the way and create your own MediaStreamSource to decode audio (for example, from MP3) yourself.
? - , . , , MySpace SoundClick (, ).
MediaStreamSource, / , MediaStreamSource , .
- MediaStreamSource, ( ?) , .
Source: https://habr.com/ru/post/1724963/More articles:Java - getting the number of types in a list - javaJQuery UI + outbuilding at sea - jqueryThe iPhone application works, suddenly crashes at startup, reinstalls the fixes, but why? - iphoneUsing constants in Settings.py - djangoGetting the error "Cannot start more than one local run" in unit tests in Visual Studio - c #https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1724964/why-does-unspecifiedbool-for-classes-which-have-intrinsic-conversions-to-their-wrappered-type-fail&usg=ALkJrhhxpFi0l6PxEP5Oh2RObNGiOFhIEQLoad the XML file into a DataTable (not from the database) - c #There is a standard way to represent TSQL. The minimum date in ASP.NET is datetime.Net Remoting: Wrapping Custom Objects and More Remote Channels - .netException Handling - c ++All Articles