Next Previous Contents

1. Introduction

Suzumusi is a command line program to play multiple wave files with regulated or random interval. The combination of how it play wave file is scripted in text file. This program loads the script and plays sound through SDL. The Simple DirectMedia Layer ( SDL ) and the library ( SDL_mixer ) are used in this program to maintain compatibility and platform independence at source code level. Currently Suzumusi supports linux and windows.( If you have a compiler on Machintosh, it should work because SDL and SDL_mixer also supports Machintosh.)

1.1 Changes

Version 1.0.1 Released on November. 1st. 2002
	- Different Song Objects share same variables are fixed.
Version 1.0.0 Released on July. 23th. 2002
Version 1.0.0 beta 3 Released July. 19th. 2002.
	Following are Fixed.
	- Comment Line contains '"' shows error.
	- String class manipulation in ChunkBank::getChunk()
    and searchSongList().
Version 1.0.0 beta 2 Released July. 9th. 2002.


Next Previous Contents