VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Reading .wav files and outputting wave sample

Cleavis the 4th  (1 Submission)   Sound/MP3   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

This code displays the waves (graphically) of a .wav file, just like in Windows' Sound Recorder

Inputs
Picture1 Picture2 Commondialog1 Command1

Returns
A graphical representation of a .wav file

API Declarations
Public Declare Function StretchBlt Lib "gdi32" (ByVal hdc As Long, ByVal X As Long, ByVal Y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hSrcDC As Long, ByVal xSrc As Long, ByVal ySrc As Long, ByVal nSrcWidth As Long, ByVal nSrcHeight As Long, ByVal dwRop As Long) As Long

Rate Reading .wav files and outputting wave sample (6(6 Vote))
Reading .wav files and outputting wave sample.bas

Reading .wav files and outputting wave sample Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters