Author Topic: Sound  (Read 2091 times)

0 Members and 1 Guest are viewing this topic.

Offline Fury

  • The Curmudgeon
  • 213
Yes, a bit short name I bet. ;)

I just received an email from RT, one of the questions was about sound card. And so far almost all questions and requests have been about graphics, not sound. I hope to see some discussion on this matter too.

What kind of support we will hopefully see in the future for sound cards? Currently FS1 and FS2 supports DirectSound 5(?), you will most likely upgrade it to DS8 eventually with DX8 upgrade. Perhaps even DirectSound 3D 8 will be there later, but what about EAX2 and EAX Advanced HD (EAX3)?

Discuss, what support you want people? Graphics is not everything, sound is also important. Partially we have been discussing about this in the form of music support.

 

Offline nirmoy

  • 22
Wouldent this mean that someone needs to set all the EAX effect for each sound being played? I agree, it would be cool but dose anyone here know how EAX works?

All I want is the "fly-by"-sound to overlap......

 

Offline vyper

  • 210
  • The Sexy Scotsman
Er, fs2 already has EAX - I used to run it because A3D took too much processor time.
"But you live, you learn.  Unless you die.  Then you're ****ed." - aldo14

 

Offline Fury

  • The Curmudgeon
  • 213
Quote
Originally posted by vyper
Er, fs2 already has EAX - I used to run it because A3D took too much processor time.


It's the first EAX. Third generation is already here. :)

 

Offline Solatar

  • 211
Sorry, I don't know much about coding. But how about we have mp3 support?

 

Offline RandomTiger

  • Senior Member
  • 211
Im not sure but mp3 support may be beyond the scope of this sub project.

 

Offline Inquisitor

actually it's not out of scope (generally speaking), we have some nice free libs we can use if anyone wants to give it a shot.

but this does sound more effects oriented. RT: are you moving into directsound? or were you just sticking with graphics?
No signature.

 

Offline RandomTiger

  • Senior Member
  • 211
Im still slogging through D3D.
Slade is working on dsound.

 

Offline Inquisitor

Ok, just checking, I knew you had mentioned it.
No signature.

 

Offline RandomTiger

  • Senior Member
  • 211
Im still interested in text to speach, I've even downloaded the SDK and had a quick peek. However I want to try and finish of this big task before I throw myself into another one.

Not sure if theres any demand for such a system, just something I want to do so I'll leave it for now.
« Last Edit: October 20, 2002, 09:42:16 pm by 848 »

 

Offline EdrickV

  • Valued
  • 29
    • http://members.aol.com/HunterComputers
Quote
Originally posted by RandomTiger
Im still interested in speech to text, I've even downloaded the SDK and had a quick peek. However I want to try and finish of this big task before I throw myself into another one.

Not sure if theres any demand for such a system, just something I want to do so I'll leave it for now.


Not sure if you can (or want) to use ActiveX controls, but the Microsoft Voice Text software has a TTS control (in VText.dll) that I found very easy to use in Borland C++ Builder 1. To say something I just passed the text (in a text string) to the component's speak() function.

Example: TTS->Speak("Text goes here.");

(The -> rather then a . is because of the way BCB handles it's components.)
Ground - "Let me help you out, you're clear to taxi any way you can, to any runway you see."

Mesh Gallery/Downloads:
http://members.aol.com/ArisKalzar/Gallery.html
Turreting 101:
http://members.aol.com/EdrickV/FS2/Turreting.html

http://members.aol.com/HunterComputers