Thread: Borland c++ builder draw waveform

  1. #1
    Registered User
    Join Date
    Jul 2011
    Posts
    1

    Borland c++ builder draw waveform

    How can i display the pcm wavform by using BCB.

    Just like "Gold Wave" and "CoolEdit".

    I have tried to use some vcl components(e.g teechart) but they store data in memory.

    So when displaying huge data, the system will run out of memory.

    I don'n know how to do it in a better way.Please give some help.


    thanks for any help you can give

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    What do you mean by "huge data"?
    You're not trying to display the waveform for 60+ minutes of a CD on say 1280 pixels of horizontal resolution are you?

    I would expect that the controls you have would work just fine, if you did a bit of filtering work up front yourself.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 10-03-2006, 04:48 PM
  2. 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
  3. THE END (of Borland C++ Builder)?
    By Davros in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 04-07-2004, 08:00 AM
  4. Borland C++ Builder
    By Unregistered in forum C++ Programming
    Replies: 2
    Last Post: 07-02-2002, 02:47 PM
  5. Some help with borland c++ builder
    By Hannwaas in forum C++ Programming
    Replies: 8
    Last Post: 08-27-2001, 02:21 PM