As you know Silverlight 4 supports access to the microphone. Plus, besides, it can call COM objects on the client side.
To save the audio in mp3 format we need.
I. 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...





Комментариев нет, оставьте первый комментарий.