Voice object functions

Function

Synchronous/
Asynchronous

Description

vceOpenFile

Synchronous

Opens a voice file and returns a voice handle. Use this function to open the file for play only or for both play and record.

vceCreateFile

Synchronous

Creates a new file of a specified type.

vceOpenMemory

Synchronous

Assigns a voice handle to a range of memory.

vceCreateMemory

Synchronous

Assigns a voice handle to a memory block.

vceAssignHandle

Synchronous

Assigns a voice handle to an open file.

vceClose

Synchronous

Closes a voice file or other voice object.