Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

cardin/SeiON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The SeiON Actionscript 3 Sound Engine

What is SeiON?

SeiON is an Actionscript 3 Sound Engine. 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.

##Links

##File Manifest

src/ - The Actionscript source folder
LICENSE.txt - Project MIT License
README.markdown - This description file that you're reading
SeiON.as3proj - FlashDevelop project file

test/ - Demo Applications
test/BasicTest/src - Demo source
test/BasicTest/src/Components - Demo helper components

##Licensed under the MIT License

Copyright (C) 2011 by Cardin Lee

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

http://github.com/cardin/SeiON

http://www.opensource.org/licenses/mit-license.php