1<?xml version="1.0"?> 2<SoundSet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.0.0.0" Platform="Ctr" xmlns="NintendoWare.SoundFoundation.FileFormats.NintendoWare"> 3 <Head> 4 <Title>TestSoundSet</Title> 5 </Head> 6 <Body> 7 <SoundSet> 8 <Items> 9 <SoundSetItemFolder Name="@StreamSounds"> 10 <Parameters> 11 <Comment /> 12 <ColorIndex>0</ColorIndex> 13 <IsEnabled>True</IsEnabled> 14 </Parameters> 15 </SoundSetItemFolder> 16 <SoundSetItemFolder Name="@WaveSoundSets"> 17 <Parameters> 18 <Comment /> 19 <ColorIndex>0</ColorIndex> 20 <IsEnabled>True</IsEnabled> 21 </Parameters> 22 <Items> 23 <WaveSoundSet Name="WSDSET_TEST"> 24 <Parameters> 25 <Comment /> 26 <ColorIndex>0</ColorIndex> 27 <IsEnabled>True</IsEnabled> 28 <WaveArchiveReference Target="WARC_TEST" /> 29 </Parameters> 30 <Items> 31 <WaveSound Name="WSD_WIHAHO"> 32 <Parameters> 33 <Comment /> 34 <ColorIndex>0</ColorIndex> 35 <IsEnabled>True</IsEnabled> 36 <FilePath>aif/wihaho.aiff</FilePath> 37 <Volume>96</Volume> 38 <PlayerReference Target="DEFAULT_PLAYER" /> 39 <Sound3D> 40 <Parameters> 41 <DecayCurve3D>Log</DecayCurve3D> 42 <DecayRatio3D>0.5</DecayRatio3D> 43 <DopplerFactor3D>0</DopplerFactor3D> 44 <Enable3DVolume>True</Enable3DVolume> 45 <Enable3DPan>True</Enable3DPan> 46 <Enable3DSurroundPan>True</Enable3DSurroundPan> 47 <Enable3DPriority>True</Enable3DPriority> 48 <Enable3DFilter>False</Enable3DFilter> 49 </Parameters> 50 </Sound3D> 51 <WaveEncoding>Adpcm</WaveEncoding> 52 <ChannelPriority>64</ChannelPriority> 53 <Pan>64</Pan> 54 <SurroundPan>0</SurroundPan> 55 <Pitch>1</Pitch> 56 <ReleasePriorityFixed>False</ReleasePriorityFixed> 57 <PanMode>Dual</PanMode> 58 <PanCurve>Sqrt(-3dB)</PanCurve> 59 <Sends> 60 <Send Name="MainSend">127</Send> 61 <Send Name="AuxASend">0</Send> 62 <Send Name="AuxBSend">0</Send> 63 <Send Name="AuxCSend">0</Send> 64 </Sends> 65 </Parameters> 66 </WaveSound> 67 <WaveSound Name="WSD_YOSHI"> 68 <Parameters> 69 <Comment /> 70 <ColorIndex>0</ColorIndex> 71 <IsEnabled>True</IsEnabled> 72 <FilePath>aif/yoshi.aiff</FilePath> 73 <Volume>96</Volume> 74 <PlayerReference Target="DEFAULT_PLAYER" /> 75 <Sound3D> 76 <Parameters> 77 <DecayCurve3D>Log</DecayCurve3D> 78 <DecayRatio3D>0.5</DecayRatio3D> 79 <DopplerFactor3D>0</DopplerFactor3D> 80 <Enable3DVolume>True</Enable3DVolume> 81 <Enable3DPan>True</Enable3DPan> 82 <Enable3DSurroundPan>True</Enable3DSurroundPan> 83 <Enable3DPriority>True</Enable3DPriority> 84 <Enable3DFilter>False</Enable3DFilter> 85 </Parameters> 86 </Sound3D> 87 <WaveEncoding>Adpcm</WaveEncoding> 88 <ChannelPriority>64</ChannelPriority> 89 <Pan>64</Pan> 90 <SurroundPan>0</SurroundPan> 91 <Pitch>1</Pitch> 92 <ReleasePriorityFixed>False</ReleasePriorityFixed> 93 <PanMode>Dual</PanMode> 94 <PanCurve>Sqrt(-3dB)</PanCurve> 95 <Sends> 96 <Send Name="MainSend">127</Send> 97 <Send Name="AuxASend">0</Send> 98 <Send Name="AuxBSend">0</Send> 99 <Send Name="AuxCSend">0</Send> 100 </Sends> 101 </Parameters> 102 </WaveSound> 103 </Items> 104 </WaveSoundSet> 105 </Items> 106 </SoundSetItemFolder> 107 <SoundSetItemFolder Name="@SequenceSounds"> 108 <Parameters> 109 <Comment /> 110 <ColorIndex>0</ColorIndex> 111 <IsEnabled>True</IsEnabled> 112 </Parameters> 113 </SoundSetItemFolder> 114 <SoundSetItemFolder Name="@SequenceSoundSets"> 115 <Parameters> 116 <Comment /> 117 <ColorIndex>0</ColorIndex> 118 <IsEnabled>True</IsEnabled> 119 </Parameters> 120 </SoundSetItemFolder> 121 <SoundSetItemFolder Name="@SoundSetBanks"> 122 <Parameters> 123 <Comment /> 124 <ColorIndex>0</ColorIndex> 125 <IsEnabled>True</IsEnabled> 126 </Parameters> 127 </SoundSetItemFolder> 128 <SoundSetItemFolder Name="@WaveArchives"> 129 <Parameters> 130 <Comment /> 131 <ColorIndex>0</ColorIndex> 132 <IsEnabled>True</IsEnabled> 133 </Parameters> 134 <Items> 135 <WaveArchive Name="WARC_TEST"> 136 <Parameters> 137 <Comment /> 138 <ColorIndex>0</ColorIndex> 139 <IsEnabled>True</IsEnabled> 140 <WaveArchiveLoadType>Whole</WaveArchiveLoadType> 141 </Parameters> 142 </WaveArchive> 143 </Items> 144 </SoundSetItemFolder> 145 <SoundSetItemFolder Name="@Groups"> 146 <Parameters> 147 <Comment /> 148 <ColorIndex>0</ColorIndex> 149 <IsEnabled>True</IsEnabled> 150 </Parameters> 151 </SoundSetItemFolder> 152 <SoundSetItemFolder Name="@Players"> 153 <Parameters> 154 <Comment /> 155 <ColorIndex>0</ColorIndex> 156 <IsEnabled>True</IsEnabled> 157 </Parameters> 158 <Items> 159 <Player Name="DEFAULT_PLAYER"> 160 <Parameters> 161 <Comment /> 162 <ColorIndex>0</ColorIndex> 163 <IsEnabled>True</IsEnabled> 164 <PlayerSoundLimit>2</PlayerSoundLimit> 165 <PlayerHeapSize>0</PlayerHeapSize> 166 </Parameters> 167 </Player> 168 </Items> 169 </SoundSetItemFolder> 170 </Items> 171 </SoundSet> 172 </Body> 173</SoundSet> 174