Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9079233
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T19:47:33+00:00 2026-06-16T19:47:33+00:00

I am doing Silverlight application. which i need to save data into server. Is

  • 0

I am doing Silverlight application. which i need to save data into server.

Is it Possible to Save recorded stream in one dummy file.

 Stream stream = saveFileDialog.OpenFile();

 WavManager.SavePcmToWav(_sink.BackingStream, stream, _sink.CurrentFormat);

 stream.Close();

Instead of selecting user by SaveFileDialog I want to use Dummy file at runtime.

if it possible any one will tell i will greatly appreciate.Advance thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T19:47:33+00:00Added an answer on June 16, 2026 at 7:47 pm

    You can use the IsolatedStorageFile to create a temp/dummy file without asking the user to select a file.

    The IsolatedStorage is a restricted area for your silverlight application to store files and data.

     IsolatedStorageFile store = IsolatedStorageFile.GetUserStoreForApplication (); 
     IsolatedStorageFileStream stream = store.CreateFile("dummy.wav");
    
     WavManager.SavePcmToWav(_sink.BackingStream, stream, _sink.CurrentFormat);
    
     stream.Close();
    

    Another solution would be to store the data of your .wav file in a in-memory stream. This can be done by using a MemoryStream.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am doing silver light application. Which I need to save client Images on
I have a Silverlight application in which I am doing the following thing to
I am wondering if it's possible to create a graphical application in Silverlight which
I am doing small Silverlight app which will allow users to Create orders. I
Doing my first SL4 MVVM RIA based application and i ran into the following
I am testing a Silverlight application which stores user info in isolated storage. I
I have a silverlight application which kicks off a number of jobs on the
I have a silverlight application in which I replaced the Mouse Cursor with a
I have Silverlight application which connects to a WCF service. If i open the
I'm currently doing some work on a silverlight LOB application i wrote for a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.