it is possible to play a wav audio file when it is being generated yet? I have a file recording and would like to hear this file in real time, when the person is speaking.
I do not know if using Stream or Buffer could solve my problem, If anyone knows, please let me know: D
None
0 Points
19 Posts
Playing an audio on WebPage AspNet/C#
Jan 15, 2010 09:06 AM|AspNetDeveloperJr|LINK
it is possible to play a wav audio file when it is being generated yet?
I have a file recording and would like to hear this file in real time, when the person is speaking.
I do not know if using Stream or Buffer could solve my problem,
If anyone knows, please let me know: D
Contributor
2109 Points
2884 Posts
Re: Playing an audio on WebPage AspNet/C#
Jan 15, 2010 05:11 PM|thuhue|LINK
To start off, look here:
http://steveorr.net/articles/StreamingMedia.aspx
None
0 Points
19 Posts
Re: Playing an audio on WebPage AspNet/C#
Jan 21, 2010 12:14 PM|AspNetDeveloperJr|LINK
Hey, i need just use Stream to open a file when it is being generated yet ??