Results 1 to 3 of 3

Thread: pls. help! how to control line in & out (soundcard) using API

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2001
    Location
    Phils.
    Posts
    5

    pls. help! how to control line in & out (soundcard) using API

    I need your help guys!
    how can i control line in & out (soundcard) using API. I need to compute the number of songs being recorded in the CD as well as in tapes for inventory and sales.

    thanks,
    mhel

  2. #2
    Addicted Member
    Join Date
    Apr 2000
    Location
    England
    Posts
    246
    mciSendString is the API you want.

    it allows you send commands to various multimedia devices (mircophones, sound cards, Cd players etc)

    mciSendString "open driver alias linein wait shareable", 0, 0, 0

    Driver is the device driver or the device name, as stated in System.ini or registry, this can be different for each sound card.
    for the line in or line out.

    for CD controls:
    Click here
    thats for a CD player in computer, if you only have one, its quite easy to control and find out track infomation, play by track etc.

    once you have opened the CD and the line in, you can specify a play on both at the same time.

    before playing its best to "cue" the tracks recording.

    for more info read MSDN

  3. #3

    Thread Starter
    New Member
    Join Date
    Mar 2001
    Location
    Phils.
    Posts
    5
    thanks....

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