|
| Extracting properties from WAV file |
 |
13 Apr 2008 16:15:54 -0700 |
Does anyone have any information on how to extract the
properties from a WAV sound file? I would like to get the
frequency, number of channels and bits settings used when the
file was created.
|
| Post Reply
|
| Re: Extracting properties from WAV file |
 |
Mon, 14 Apr 2008 08:47:15 +020 |
> Does anyone have any information on how to extract the
> properties from a WAV sound file? I would like to get the
> frequency, number of channels and bits settings used when the
> file was created.
Try the audio tools library http://mac.sourceforge.net/atl/
|
| Post Reply
|
| Re: Extracting properties from WAV file |
 |
Tue, 15 Apr 2008 02:31:10 -050 |
Mark Kimball wrote:
> Does anyone have any information on how to extract the
> properties from a WAV sound file? I would like to get the
> frequency, number of channels and bits settings used when the
> file was created.
>
> Thanks for any and all help!
Check the Win32 Help files for:
mmioOpen()
mmioClose()
mmioRead()
mmioDesend()
mmioAscend()
WAVEFORMATEX
|
| Post Reply
|
|
|
|
|
|
|
|
|
|