CSC510-2015-Axitron / maze

Main repo for maze game
0 stars 2 forks source link

Sound effects #44

Closed macluo closed 9 years ago

macluo commented 9 years ago

Sound effects are needed for the beginning and the end of each level, maybe each footstep and when the knight hitting the wall etc.

meneal commented 9 years ago

There is actually a problem with the initial sound setup that I'll put into another issue as a bug. I think it may be a good idea to avoid using the built-in canvasengine sound setup. I poked around for a bit the other night and found something the might be usable. http://buzz.jaysalvat.com/ If I can get it working it will decouple the sound from canvasengine and hopefully make sound effects easier and fix the bug I'm talking about.

macluo commented 9 years ago

@meneal if you are busy with DB and API testing I can give this a try.

meneal commented 9 years ago

Sounds good Mark. I am definitely busy with API/DB. Let me know if you need help.

On Mon, Mar 16, 2015 at 5:23 PM, Mark Luo notifications@github.com wrote:

@meneal https://github.com/meneal if you are busy with DB and API testing I can give this a try.

— Reply to this email directly or view it on GitHub https://github.com/CSC510-2015-Axitron/maze/issues/44#issuecomment-81948100 .

macluo commented 9 years ago

Initial test using buzz.js turned out to be easier than Canvas Engine. 4965f8feafa675cabd7f178537e2219742239535

Next is to include sound effects.

macluo commented 9 years ago

Just added the latest mouse acceleration feature to master & Heroku 068333672b32b730c5e49b6de5d33daaee7e5e97 Please let me know if there is any issue with the mouse and music. If it all works fine on Heroku, I will expand the feature to support event sounds and multiple sound tracks on Friday.

macluo commented 9 years ago

Added winning sound clip and changed the background music to sunny happy theme, which should go well with the new grass tileset 659fd335c2d333aec9d1f9983497c7572ab5a6dc

Please test it and let me know if you think the background and winner music are too loud. Volume control on Buzz doesn't seem to be working.

macluo commented 9 years ago

Added step and wall-hitting sound effects. a8e54d1889cd48ab725099a5783f96022efbc4bc They are not perfect so if you guys find any better sound clips feel free to replace them. Now all mp3 have been normalized with same volume.

macluo commented 9 years ago

Public folder has also been updated so you guys can try it on Heroku too.

macluo commented 9 years ago

Added an input device lock at level exit to prevent character from moving ae52b7a861b188219a99501093e4ea675abe5545

macluo commented 9 years ago

I have also included a short intro music in the repo that could be played at the beginning of each level. This feature can be enabled once we need it.

macluo commented 9 years ago

Closed.