This page describes the types of files generated by the conversion process and the locations where they are output.
The set of files described here represent the files required to play sounds in applications. (Excluding HTML files)
By default, an output folder named "output" is created in the project folder, but you change this by defining a Sound Archive Output Location in the Project Settings dialog box.
The Sound Archive file stores the body of the sound data as a sound archive.
The file is output to the folder specified by the Sound Archive Output Location, given the same name as the sound project file, but with the .bcsar extension.
The Stream file stores the waveform data for stream sounds included in the sound archive.
The file is output to the folder specified by Stream File Output Location inside the folder specified by Sound Archive Output Location, with the name "stream sound label name.bcstm"
The location of the Stream file is stored in the form of a relative path in Sound Archive file. The directory path below the output location is the path where the stream file is actually located in ROM, and this information is essential when the sound archive plays stream sounds.
The Sound ID file is a text file containing a list of all item names included in the sound archive.
The file is output to the folder specified by the Sound Archive Output Location, given the same name as the sound project file, but with the .csid extension.
「When the check box for Output Labels by Items is selected in the Project Settings dialog, the ID headers are divided into files by type and output. The following seven different types of files are output:
*.BANK.csid*.GROUP.csid*.PLAYER.csid*.SEQSET.csid*.SOUND.csid *.WAVEARCHIVE.csid*.WSDSET.csidThese are the intermediate binary files that are created during conversion, and include files with the .bcstm and .bcwar extensions.
These are all output to the "cache" folder within the sound project folder.
You can choose whether or not to output the intermediate binary files to the cache folder from Project Settings.
All files within the cache folder will be deleted if the project is converted again.
An HTML-formatted sound list is automatically generated from the content of a converted project.
From the project settings, you can freely choose the items to output to the sound list.
The list is output to the Sound Project folder using the same name as the Sound Project file but with the .html extension.
Instrument lists will not be output as HTML-formatted files during conversion.「See Outputting HTML Instrument Lists.
Sound archive map files are created at conversion time.
An XML format file named the same as the sound project file and an HTML format file named with Map appended to the end of name of the sound project file are both exported to the Sound Archive Output Location folder.
The file can be structured in these ways:
From the MAP file you can determine such information as the ROM size, the header size, the bank capacity and the waveform capacity (the waveform archive capacity).
The table below shows an example of the relationship between Name and capacity for Binary Map items.
| Name | Type |
| SoundArchiveBinaryFile | ROM size |
| InfoBlock | Header size |
| ../cache/BANK_BGM.bcbnk | Bank size |
| ../cache/WARC_SAMPLE.bcwar | Waveform archive size |
CONFIDENTIAL