Amended 01/10/2000

1.6.1

This source release is based on the 1.6 Voicetronix VPB4 driver and
includes the Voicetronix update for newer 2.2.1x kernels.

1.6.2

The kernel module now allows one to specify an override for the major
device number.  The makefile for the driver has been fixed to pass
nessisary compiler options.  Finally, some support for detecting and
(hopefully) playback of ".au" files has been started.

Prepared by David Sugar <dyfet@ostel.com>.

Readme.txt
23/8/99
Voicetronix Voice Processing Board (VPB) Software
voicet@bigpond.com.au

See version.txt for information of each version of the VPB zip.

The files contained in this archive comprise the source code for the PC
side of the Voicetronix VPB4 4 port analogue computer telephony card.

Supplied are all of the files necessary to build:

1) The NT kernal mode driver vpb.sys
2) The user mode DLL vpbapi.dll
3) A low level test program, memtest1.exe, used to test the VPB4 SRAM.
4) A Win32 test program Tcomm.exe, that tests communications with the VPB4.
5) A test program Tctapi.exe, used to test the vpbapi library functions.

All of the programs run under Windows NT, with the exception of (3),
which runs under DOS or Windows 95.
Microsoft Visual C is required to build (2), (4) & (5).
Microsoft NT Device Driver Kit (DDK) is required to build (1).
Turbo C 3.0 for DOS was used to build (3).

The Microsoft C project files are under pc\apps.
In the release directory are the standard run time release files, 
including windows help files, DSP firmware files etc.

Copyright (C) 1999 Voicetronix Pty Ltd

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

