Difference between revisions of "Game Programming Class7"

esse quam videri
Jump to: navigation, search
(Homework)
(Questionable Origin)
Line 23: Line 23:
 
* [http://www.a1freesoundeffects.com A1 Free Sound Effects]
 
* [http://www.a1freesoundeffects.com A1 Free Sound Effects]
 
<!-- * [http://www.flashsounds.de ] 404 -->
 
<!-- * [http://www.flashsounds.de ] 404 -->
 +
 +
==Sound Effect Class==
 +
 +
New in 3.1 uses core audio new in vista and WPF
 +
 +
http://msdn.microsoft.com/en-us/library/bb195053.aspx
  
 
==XACT==
 
==XACT==

Revision as of 15:44, 15 March 2010

Review Homework

Make sure to post all projects linked to your solution. Please pre/postpend your name or initial to your Homework when you post it.

Audio Editors

Audacity

Where to get sounds

Commercial

Creative Commons

Questionable Origin

Sound Effect Class

New in 3.1 uses core audio new in vista and WPF

http://msdn.microsoft.com/en-us/library/bb195053.aspx

XACT

XNA Audio Tool

  • SoundBank
  • WaveBank

First Audio Project XACT Demo

XNA Audio Classes

<csharp>

  private AudioEngine engine;
  private WaveBank waveBank;
  private SoundBank soundBank;

</csharp>

Discuss Midterm Project

2D Project will be your midterm it will be worth 20 points. It will also be featured in the Manifest Show. I'd like to make an XNA Game Room (maybe a game hall) and just setup a bunch of machines playing your games. If you are an senior I'd like you to enter it in the Seniors Show. The senior show will be in the hokin and your project will need to build for XBox.

Homework

  • Make an XNA project that uses and XACT Project to play a background track and a sound effect triggered from user input or a game event. (3 points)
  • Work on 2D Game Version 1 due next week
  • Build Website for 2D Game (2 points), including:
    • Screenshot
    • Title
    • Directions/How to Play
    • Download link (source for now, Packaged versions later)
    • your name and contact info (email)