Thread: 2 C++ builder questions

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    3

    Question 2 C++ builder questions

    I need a little component, which plays back wav samples fast. The MediaPLayer component is able to play back, but it is too slow for me(it waits maybe a half sec before playing a wav file, I don't know why).

    And I have a problem with the Timer component:
    It's timing is not the same under Win9x, and Win2k.
    Example: The timer's interval is 25, and under Win2k it's maybe twice faster than under Win9x
    What should I do?I want the same timing under both one.

    Thanks in advance!

  2. #2
    Unregistered
    Guest
    This site has a little wavplay component:
    http://www.mitov.com/Dwnd/dwnd.html
    Look for TBMWave!

    And here's a better Timer component(according to the creator):
    http://www.leunen.com/cbuilder/comps.html

  3. #3
    Registered User
    Join Date
    Feb 2002
    Posts
    20
    Look up PlaySound in your WinAPI referance. You might not need a component with that.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. questions....so many questions about random numbers....
    By face_master in forum C++ Programming
    Replies: 2
    Last Post: 07-30-2009, 08:47 AM
  2. A very long list of questions... maybe to long...
    By Ravens'sWrath in forum C Programming
    Replies: 16
    Last Post: 05-16-2007, 05:36 AM
  3. THE END - Borland C++ Builder, Delphi, J Builder?
    By Davros in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 02-28-2006, 11:23 PM
  4. Trivial questions - what to do?
    By Aerie in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 12-26-2004, 09:44 AM
  5. Borland Builder questions
    By unreg in forum Windows Programming
    Replies: 1
    Last Post: 03-22-2003, 08:44 AM