Results 1 to 4 of 4

Thread: streaming audio

  1. #1

    Thread Starter
    Fanatic Member Navarone's Avatar
    Join Date
    Jun 2003
    Location
    Akron, Ohio USA
    Posts
    740

    Question streaming audio

    Can you have more than one audio stream playing? Like can I have background music on one track, and a voice over on another track?
    He who never made a mistake never made a discovery?

  2. #2

    Thread Starter
    Fanatic Member Navarone's Avatar
    Join Date
    Jun 2003
    Location
    Akron, Ohio USA
    Posts
    740
    The music and audio are mp3's.
    He who never made a mistake never made a discovery?

  3. #3

    Thread Starter
    Fanatic Member Navarone's Avatar
    Join Date
    Jun 2003
    Location
    Akron, Ohio USA
    Posts
    740
    Im using the mciSendString method.

    VB Code:
    1. Private Sub cmdTestMp3_Click()
    2.  
    3. ErrorR = mciSendString("open " & Filename & " type mpegvideo alias oursong", 0, 0, 0)
    4. ErrorR = mciSendString("play oursong from 0", 0, 0, 0)
    5.  
    6. End Sub
    He who never made a mistake never made a discovery?

  4. #4
    Member
    Join Date
    Aug 2003
    Posts
    63

    You should visit...

    Hi:

    I think you should visit http://www.izzyonline.com/DMC2/.

    If you need an example on using the ActiveX, just tell me (but I think you're not gonna need one cuz it's a really great control and very easy to use).

    Andy

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