Hi !
How can Play voice when some one speaks in the mic i want the stream i have looked into MCI but i cannot get the stream from there
i have also looked into wavein api but could not do this
Can any one help ?
Thanks
This is a discussion on Get Stream of voice within the C Programming forums, part of the General Programming Boards category; Hi ! How can Play voice when some one speaks in the mic i want the stream i have looked ...
Hi !
How can Play voice when some one speaks in the mic i want the stream i have looked into MCI but i cannot get the stream from there
i have also looked into wavein api but could not do this
Can any one help ?
Thanks
int fd = open("/dev/dsp", O_RDONLY);
Doesn't work for you? You should probably give some more details in your question then. Stuff such as OS, compiler, etc.
If you understand what you're doing, you're not learning anything.
Hi !
Ok i want to use wavein API
using vb or c
Microsoft Visual Studio 6.0
Can you please write some code or point me towards a correct function ?
Thanks