CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Thread: recording sound

  1. #1
    Join Date
    Mar 2000
    Posts
    16

    recording sound

    i wanted to know if anybody could help me record sound using VB


  2. #2
    Guest

    Re: recording sound

    You would need to know how to use the API sections that comes with windows 95 or 98. But why doing it by the hard way. Just call the sound recorder program from you application. This is the way to call it

    Shell "c:\windows\sndrec32.exe" where c: is your hard drive letter.




  3. #3
    Join Date
    Mar 2000
    Posts
    16

    Re: recording sound

    thnx for ur suggestions..
    I wanted to have the interface of the sound recording integrated with my form .
    By using sndrec32.exe i think that would not be possible
    I would prefer getting to learn APIs
    Any suggestion any good site on API usage or downloading API tutorials ..




  4. #4
    Join Date
    Apr 2000
    Location
    Dorado, P.R.
    Posts
    221

    Re: recording sound

    If you speak spanish let me know. I was the one that sent it before. I have a book that talks about it, but its in spanish. Maybee if you see it you could understand it.

    Ore you could use the .ocx that comes with windows 95 and 98. Whith this .ocx you could do it and play .avi pictures if you want. Is the one that windows uses to show their program examples in the install cd. In the component menu will apear in Windows Media Player.

    I hope this will help you. Send me an e-mail at adcomp@coqui.net if you have any question.

    Att
    Angel X. Dendariarena Rios



  5. #5
    Join Date
    Mar 2000
    Location
    Arizona, USA
    Posts
    493

    Re: recording sound

    try this site, it is excellent for API Information:
    http://www.vbapi.com

    Kris
    Software Engineer
    Phoenix, AZ USA

  6. #6
    Join Date
    Mar 2000
    Posts
    16

    Re: recording sound

    thnx ..
    that was indeed a wonderful site ..


  7. #7
    Join Date
    Mar 2000
    Posts
    16

    Re: recording sound

    Well, I guess Bad Luck to me - I don't know Spanish ..
    About the OCX file - I would like to know more about it . Windows Media Player - I thought was used only for playing the sound and movie file (not recording ) . Any additional info appreciated ..
    Infact I thought that the recording could be done using the MMC control ( i did see a record button there ) . Well, I could not figure out how to do it ..


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured