"MrPuzzled Marc" wrote in message <imvno8$aj0$
1...@fred.mathworks.com>...
> Hi, I have read few replies about audio streaming by you. You done it using Java. Is it possible Matlab itself have the application? And do u have any example to help kick start on this?Because I need it quite urgent for my project.Your help is very much appreciated. Thanks in advance.
Hi, If you are responding to a particular thread, you should include your post in that thread.
If you are interested in streaming audio into MATLAB, you can do that with System objects.
If you have the Signal Processing Blockset, you can use dsp.AudioFileReader to stream in the audio.
Wayne