Thread: Sound Effects

  1. #1
    Registered User C_ntua's Avatar
    Join Date
    Jun 2008
    Posts
    1,853

    Sound Effects

    Where can I find sound effects for a game I make? Mostly sword clashes, arrows flying, hitting armors etc etc. Medieval stuff.
    I googled and found some, but if anybody knows a site which has these kind of things it will save me some trouble.
    I would prefer uncompressed .wav files.

  2. #2
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    The format shouldn't worry you, and since this is probably for a game I'd suggest some sort of compressed "open source" codec like ogg vorbis.

    Basically anything under a non-restrictive licence or in the public domain such as those at http://www.archive.org/details/opensource_audio . However some sounds do not list a licence, that does not mean you can use them freely.

  3. #3
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    Personally I prefer .wav instead of ogg, since it doesnt require any significant decoding to put it into the DirectSound buffer.

  4. #4
    Registered User C_ntua's Avatar
    Join Date
    Jun 2008
    Posts
    1,853
    I was using .NET SoundPlayer that requires .wav format, uncompressed if I understand correctly.

  5. #5
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Uncompressed wavs can be huge. At the very least I would use RLE to compress them a bit. It won't buy you much but it will help.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Generating noise-like sound effects
    By DougDbug in forum Game Programming
    Replies: 1
    Last Post: 02-12-2005, 02:57 PM
  2. Low latency sound effects
    By VirtualAce in forum Game Programming
    Replies: 0
    Last Post: 12-21-2004, 01:58 AM
  3. Updated sound engine code
    By VirtualAce in forum Game Programming
    Replies: 8
    Last Post: 11-18-2004, 12:38 PM
  4. DirectSound - multiple sounds
    By Magos in forum Game Programming
    Replies: 9
    Last Post: 03-03-2004, 04:33 PM
  5. sounds?
    By BODYBUILDNERD in forum C++ Programming
    Replies: 6
    Last Post: 12-06-2002, 03:34 PM