1
vote
1answer
63 views

Continuous / speed affected sound effects. What is the industries de-facto solution?

There are various types of audio material we require in games. For instance, footsteps - these are very straight forward. We take some boinking sounds over metal, plastic, concrete and add to our ...
3
votes
2answers
150 views

How does professional audio fit into game design?

Do game designers typically seek the help of specialized music/audio specialists for soundtracks and sound design? Is there a general need for professional audio work in game design, or is that ...
2
votes
1answer
295 views

Portable sound and music for XNA / MonoGame?

What is the best (recommended) way to integrate audio (both sound effect and music) in a game project (using C#/XNA) targeting multiple desktop platforms (W7, W8 Metro, Linux, OSX, ...) via MonoGame. ...
0
votes
0answers
32 views

How do I initialize audio to use DUMB with SDL?

Am I able to just call SDL_Init(SDL_INIT_AUDIO); to initialize the audio and DUMB is good to go, or do I have to set the SDL_AudioSpec parameters and call SDL_OpenAudio(parameter1,parameter2);? ...
1
vote
1answer
93 views

IrrKlang with Ogre

I'm trying to set up sound in my Ogre3D project. I have installed irrKlang 1.4.0 and added it's include and lib directories to my projects VC++ Include and Library directories, but I'm still getting a ...
0
votes
1answer
101 views

Application to record sound effects for games

I'm having kids record sounds using their PCs (a few have Macs as well) for use in the games they create. The built-in windows 7 sound recorder is surprisingly poor, didn't older versions of windows ...
0
votes
0answers
74 views

Where to get sounds for game development for kids [closed]

I'm teaching kids to program using Ruby and the gaming framework Gosu/Chingu. For the sounds for their games I've been showing them http://www.bfxr.net/. It's decent, but the samples are limited and ...
7
votes
5answers
1k views

Audio programming resources [closed]

I've been very interested in the last few months about getting in to audio programming (I'm from a musical background). I've been a .NET developer for two years and have also done some objective c for ...
3
votes
2answers
194 views

music for an arcade game?

I'm thinking about music for my brick breaker game, but I don't know how to choose any. If I'd make a loop from a few seconds, I think it would get annoying very quickly. I also found some longer ...
0
votes
1answer
208 views

Free sounds for game like geometry wars [closed]

anyone who knows where can I download sounds that are like in geometry wars for free? Public domain or license which can I use in game which would be free for phone?
9
votes
9answers
760 views

Looking for a royalty free sci-fi sounding song thats 1:00+ long, and costs <= $5

I'm looking for a royalty free sci-fi sounding song thats 1:00+ long, and costs less then, or is $5 usd. I want to have a nice BGM for my engine demo I'm going to release for a game I'm planing on ...
4
votes
2answers
333 views

Recording equipment for game sounds

I was wondering if anybody knows about any good pieces of equipment fit for recording sound effects for games. If you can, also tell please me the price range for professional equipment.
5
votes
4answers
504 views

Speech synthesis book?

When I was a kid, everything had a speech synthesizer in it, more or less. A couple years back I started to wonder where the technology is going after all these years, and after some research found ...
6
votes
2answers
478 views

How was sfxr made?

I figure this is a Game Development question as this is a sound generation tool made specifically for games (in particular, Ludum Dare games). I have a basic understanding of how sound works, with ...
9
votes
2answers
750 views

Can you record raw sound data in XNA?

XNA 4 includes the Microsoft.Xna.Framework.Audio.Microphone class which can seemingly read the raw sound data off the microphone via its API as documented: GetData - Gets the latest recorded data ...
4
votes
1answer
180 views

How important is music to mobile phone (smart PDA) games?

Specifically iPhone/iTouch, Droids, and the new Windows Phone 7? I don't know how to quantify this, or if any research has been done. I am wondering how important the music is to the gaming and what % ...
0
votes
0answers
286 views

Choosing an Audio API [duplicate]

Possible Duplicate: Cross-Platform Audio API Suggestions I have gone down this road a few times, and always decided to put it off. I am finally to the point I need to choose an Audio ...