| re: WAV Files
"Bernd Smits" <b.smits@tiscali.it> wrote in message news:<cem124$g3o$1@lacerta.tiscalinet.it>...[color=blue]
> Hi Harold,
> I have the same problem as you but I don't know any way to graph a wav file
> (do you to visualize the graph obtained by the wav file?), but I am interest
> in the eventually answers you'll get. Please send me the answers?
> Thanks
> Bernd
>
> "Harold" <hmiller@earthlink.net> ha scritto nel messaggio
> news:WDwOc.20465$iK.18277@newsread2.news.atl.earth link.net...[color=green]
> > This is for an Access project!
> >
> > Does anyone know of a way to graph a WAV file or to numerically represent[/color]
> a WAV[color=green]
> > file? I'm looking for a way to compare different WAV files.
> >
> > Harold[/color][/color]
I'd say the implementation depends on what the user is trying to do.
Complete WAV data for a typical song could easily reach over a million
data points. Even with text compression that would make a pdf file a
worse choice than using the Win32 API functions to create a Device
Context and populate a bitmap. If the user doesn't need every sample
or just needs a few seconds of music then the graph as a pdf file can
be smaller than an equivalently sized bitmap. Plus, does the user
require pitch information?
James A. Fortune |