User Profile

Collapse

Profile Sidebar

Collapse
timotech
timotech
Last Activity: Dec 7 '11, 09:17 AM
Joined: Oct 7 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • timotech
    replied to Sound Recording
    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.
    See more | Go to post

    Leave a comment:


  • timotech
    replied to Sound Recording
    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.

    Thanks
    See more | Go to post

    Leave a comment:


  • timotech
    started a topic Sound Recording

    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...
    See more | Go to post
No activity results to display
Show More
Working...