User Profile
Collapse
-
Anyway, what i finally did to make it work was to target the application to run on an x86 system in my project build properties, then it started running. -
I saw in another post, that this actual code doesn't work on x64 systems, so i tried it on x32 it did not bring any error.
Please how can i modify it, such that i can select audio devices instead of just click on start. Also, how can i make it work on x64 systems.
ThanksLeave a comment:
-
Sound Recording
Hi All, Please i found this tutorial on http://www.codeproject .com/cs/media/cswavrec.asp and i run it, but its bringing this error when i click on start:
private void Start()
{
Stop();
try
{
WaveLib.WaveFor mat fmt = new WaveLib.WaveFor mat(44100, 16, 2);
m_Player = new WaveLib.WaveOut Player(-1, fmt, 16384, 3, new WaveLib.BufferF illEventHandler (Filler));
m_Recorder = new...
No activity results to display
Show More
Leave a comment: