This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
cardin edited this page Jun 22, 2011
·
5 revisions
SeiON is an Actionscript 3 Sound Library. Its goal is to provide a simplistic, fuss-free way to manage sound playback within Flash/Flex.
SeiON does the following:
- Provides global control of all sounds played
- Allows for pause/resume playback for sounds.
- Provides ability for playback of gapless MP3 loops in Flex.
- Manages finished/unwanted sound instances.
As SeiON only accepts Sound() objects as input, it is most suitable for embedded sounds, sounds on the local filesystem, or sounds that do not require streaming.
##Documentation
##Demo Tutorials The asterisks [*] signify the level of the tutorials.
- Compiled Demo Applications
- Playing a Gapless MP3 loop [*]
- Offsetting and Truncating a sound [**]
- Allocating and Controlling multiple sounds [**]
###Extras