Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Plane Engine Sound  (Read 1483 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