Hi all, I am searching ways to perform audio recording from the client's computer. I have stumbled upon XAML Browser Applications - XBAPs, and I want to make sure, is it possible to perform audio recording using it?
|
|
|
|
|
|
|
If you attempt to run the XAML Browser Application in partial trust, then the answer is No. To record audio using .Net, the only current method is to use Interop methods, to use the Windows API's for WaveIn or similar technology based on the version of windows the application is running on. This link explains the Windows Presentation Foundation Security Sandbox http://msdn.microsoft.com/en-us/library/aa480229.aspx - Relevant quote;
|
||
|
|
