WAV_FILE_READ@

Platform

Win32, x64

Purpose

To read a WAV file as a samples wave-form.

Syntax

 SUBROUTINE WAV_FILE_READ@( HANDLE, LEFT,
+  RIGHT,SAMPLES )
 INTEGER(7) HANDLE
 INTEGER SAMPLES
 INTEGER*2 LEFT(SAMPLES), RIGHT(SAMPLES)

Description

Samples sound data is read from the WAV file, returning at most SAMPLES values. HANDLE is returned by a call to OPEN_WAV_FILE_READ@.

See also

OPEN_WAV_FILE_READ@,

 

 

Basket
Empty
 
Copyright © 1999-2024 Silverfrost Limited