7
Shouts

How to save audio to mp3 on Silverlight 4

posted by alvasalvas 817 days, 1 hour, 29 minutes ago
Sunday, February 28, 2010 7:41:22 PM GMT

As you know Silverlight 4 supports access to the microphone. Besides it can call COM objects on the client side. To save the audio in mp3 format we need: Make the COM object wrapper, which allows us to invoke the necessary Alvas.Audio functionality. Create AlvasCom project as ClassLibrary. In AssemblyInfo.cs change the line [assembly: ComVisible(false)] to [assembly: ComVisible(true)] Add a reference to Alvas.Audio.dll Add Alvas.Audio-wrapper interface and its implementation. See the code below...

category: Silverlight | clicked: 1 | | source: alvas.net | show counter code
tags: audio, Audio&Multimedia