1

I have a client station that downloads .wav file and plays with the embedded medai player by using AxWindowsMediaPlayer library. I need to download the audio and give the url of the file to my media player. I was just wondering if there is any way that I don't store it in a physical storage, and load it from a memory for the media player. There would lots of audio control on the media player though.

thanks.

paradisonoir
  • 2,892
  • 9
  • 30
  • 41

1 Answers1

0

Try this: Play audio from a stream using C#

Community
  • 1
  • 1
Sebastian Gray
  • 2,590
  • 3
  • 26
  • 36