VoiceChat Library
Function Reference Manual

For VoiceChat Library 1.0.1

"Confidential"

This document contains confidential and proprietary information of Nintendo and is also protected under the copyright laws of the United States and foreign countries. No part of this document may be released, distributed, transmitted or reproduced in any form or by any electronic or mechanical means, including information storage and retrieval systems, without permission in writing from Nintendo.

[attention! ] This document contains proprietary information. Prudent document handling and management are required.

Microsoft Internet Explorer 5.0 / Netscape 6.0 or higher is recommended.


[Change Log]

Introduction

VoiceChat Library enables voice communication with other Nintendo DS users through the Nintendo DS wireless communication feature (set to infrastructure mode) over the Internet.

VoiceChat Library requires the following libraries:

VoiceChat Library operation has been tested under the following environments:

Note: The source files are not attached in the binaries included with the package.

How to use VoiceChat Library

NITROLIBVCT_ROOT Set PATH to the Library in the environment variable.

Note:

In order to use VoiceChat Library, an Internet connection via NITRO-WiFi is required. In addition, matchmaking must be performed using NITRO-DWC.

Use of API

Include the following header files in the source code of the program:


	#inculude <vct.h>
			

Include the following common building tools in the Makefile to create the application libraries:


	include $(NITROLIBVCT_ROOT)/build/buildtools/commondefs
	include $(NITROLIBVCT_ROOT)/build/buildtools/modulerules
			

Once the common building tools are included, additional building tools of NITRO-WiFi and NITRO-DWC are also included.

Revision History

2006/07/14 version 1.0.1
2006/06/01 version 1.0.0