Return to previous page | Return to menu | Go to next page
In order to incorporate the sound data file described in the previous section into software using SGL, it is necessary to convert each binary data file into array data so that it can be read in C language.
Below is an example script that does this on UNIX.
Here, GNU sed is used.
Even in C language, it can be easily done with ANSI functions, so if your development environment is PC, make it in C language.
This completes the sound data that can be incorporated into the software. All that remains is to treat it like any other data.