Home   Help Search Login Register  

Author Topic: Plane Engine Sound  (Read 1060 times)

0 Members and 1 Guest are viewing this topic.

Offline Pilot

  • Contributing Member
  • **
Plane Engine Sound
« on: 08 Jan 2005, 02:42:04 »
Ok, I have yet another problem with my plane (what have I gotten myself into?)  ::)

My problem:
My plane engine sound doesn't work

Here is the portion of my config that calls the sound.
Code: [Select]
soundEngine[]={"\Boeing757\757engine.wav",db20,1.0};
My sound is named:
Quote
757engine.wav

What's the problem?

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:Plane Engine Sound
« Reply #1 on: 08 Jan 2005, 04:18:39 »
Not sure if it matters, but shouldn't the sound be in .ogg format?


Planck
I know a little about a lot, and a lot about a little.

Offline Pilot

  • Contributing Member
  • **
Re:Plane Engine Sound
« Reply #2 on: 08 Jan 2005, 15:51:44 »
No, I have checked several other addons to see if they did something different, and every one I checked had the sound in .wav format.

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:Plane Engine Sound
« Reply #3 on: 08 Jan 2005, 16:43:37 »
Is your sound Mono or Stereo.......16bit I think is needed.

Haven't played with sound files much.


Planck
I know a little about a lot, and a lot about a little.

Offline Pilot

  • Contributing Member
  • **
Re:Plane Engine Sound
« Reply #4 on: 08 Jan 2005, 17:40:30 »
Ok, I saved the sound as a 16bit stereo, and it didn't work.  I then saved it as a 16bit mono, and now it does.  Thank you for your help, Planck!

Topic Solved