David Megginson wrote:
James Turner writes:You could try this patch and play with the numbers a bit.
> I would just like to corroborate David's results, I thought ATC was > broken until I realized I could *just* hear it over the engine noise. > This is on Linux with ALSA, all the other FG sounds have a 'normal' > volume.
So we're seeing the problem with both ALSA and OSS. Now, I'm using a
fairly recent CVS plib -- could this be simply a plib versioning
problem?
This piece of text might explain why I don't see the problem:
The SL Mixer Library.
This library allows one to drive the mixer controls of most PC-style sound cards. It relies on the Open Sound System drivers (formerly known as 'VoxWare') - which are generally a standard part of the Linux Kernel - and which is also available on some other UNIX platforms.
A port of SM to the Windows family of operating systems is currently underway.
SM does not work under SGI's IRIX.
Basically, each of the mixer devices can be driven with either mono or stereo volume controls, each volume is a expressed as an integer percentage of maximum.
Erik
--- /home/erik/src/CVS/fgfs/FlightGear/src/Sound/soundmgr.cxx Tue Sep 10 03:14:08 2002
+++ FlightGear/src/Sound/soundmgr.cxx Tue Dec 24 09:34:19 2002
@@ -107,6 +107,9 @@
audio_mixer = new smMixer;
+ audio_mixer->setBass(50);
+ audio_mixer->setTreble(50);
+
SG_LOG( SG_GENERAL, SG_INFO,
"Rate = " << audio_sched->getRate()
<< " Bps = " << audio_sched->getBps()
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
