#Sound Effect
The project will implement many sound effects like echo, normalize, noise removal, delay and so on.
The project is based on pure JAVA Sound and manage the raw stream basically.
The Example Entry locate in src/in/masr/soundeffect/player/SimpleSoundPlayer.java. You can run it directly in your IDE.
ECHO(echo delay time, decay factor)
The filter currently only support signed, 16 bit and little-endian wav file.
