Readme.txt
1======================================================================
2 NW4C SoundPlayer
3 2010/07/28
4======================================================================
5
6Contents
7 - Introduction
8 - Operating Environment
9 - Setup Method
10 - Usage
11 - Precautions
12
13======================================================================
14 Introduction
15======================================================================
16SoundPlayer is a tool for confirming how data created with NW4C SoundMaker sounds when played back on actual CTR hardware.
17
18======================================================================
19 Operating Environment
20======================================================================
21OS : Microsoft Windows XP Professional Service Pack 3 (32-bit)
22 Microsoft Windows 7 Professional (64-bit)
23Runtime : Microsoft .NET Framework 3.5 SP1
24Debugger : PARTNER-CTR/S
25 : PARTNER-CTR HIO-Daemon
26
27======================================================================
28 Setup Method
29======================================================================
30Run the setup.wsf file located in the NintendoWare\CTR folder.
31Set the environment variable NW4C_ROOT to the NintendoWare\CTR folder.
32
33======================================================================
34 Using the Tool
35======================================================================
361. Start the tool while specifying a sound archive file for MakeSoundPlayer-TS.wsf (and the folder in which stream files are located if necessary) on the command line.
37
38 Example: When using cmd.exe (specify arguments without using newlines)
39 > MakeSoundPlayer-TS.wsf
40 ..\..\demos\snd\simple\romfiles\simple.bcsar
41 ..\..\demos\snd\simple\romfiles\stream
42
43 Example: When using Cygwin (specify arguments without using newlines)
44 $ cscript MakeSoundPlayer-TS.wsf
45 '..\..\demos\snd\simple\romfiles\simple.bcsar'
46 '..\..\demos\snd\simple\romfiles\stream'
47
482. Once SoundPlayer-TS.cci is created, load it using PARNTER-CTR/S. For details on using PARTNER-CTR/S, see the separately provided manual.
49
503. A list of sounds included in the specified sound archive is displayed in the upper screen, while information on the method of operation is displayed in the lower screen.
51
52======================================================================
53 Notes
54======================================================================
55- The folder romfiles is created when MakeSoundPlayer-TS.wsf is run.
56 Folders that include the sound archive file and stream files specified by argument are copied into this folder.
57 The sound archive file is renamed SoundPlayer.bcsar.
58