Results 1 to 2 of 2

Thread: Low Level Sound Output

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2002
    Location
    South Africa
    Posts
    6

    Cool Low Level Sound Output

    Does any1 know how to generate sound?

    I have been trying to play around with the low level API's to do with sound but so far i have got nowwhere. I can't seem to get past the WaveOutOpen. It returns some message saying that an invalid parameter was passed.

    who knows?

    MY CODE ->

    Result = waveOutOpen(WO_Handle, WAVE_MAPPER, WO_Format, WAVoutCALLBACK, True, WAVE_MAPPED Or CALLBACK_FUNCTION)

  2. #2
    Addicted Member Janus's Avatar
    Join Date
    Aug 2001
    Location
    California
    Posts
    221
    using waveout directly from VB is next to impossible. If you just want to generate sound, try FMod:
    http://www.fmod.org/
    It has functions that allow you to generate custom sound, etc. Without having to use callbacks or hi-res timers, etc.
    "1 4m 4 1337 #4xz0r!'
    Janus

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