home *** CD-ROM | disk | FTP | other *** search
- Attribute VB_Name = "basMain"
- Global gDX As New DirectX7
- Global gDS As DirectSound
- Global gDSB As DirectSoundBuffer
- Global gDSBD As DSBUFFERDESC
- Global gDSFW As WAVEFORMATEX
- Global gDSC As DirectSoundCapture
- Global gDSCB As DirectSoundCaptureBuffer
- Global gDSCD As DSCBUFFERDESC
- Global gDSCFW As WAVEFORMATEX
- Global gBuffer() As Integer
- Global gRUN As Boolean
-