Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Bad sound
Urkle Offline
FG - Associate

Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation: 21
#7
RE: Bad sound

Ahh. ok.. It is most likely low buffers for OGG Streaming. in a later update to OALWrapper the buffer code changed slightly so instead of being the a multiplier (e.g 8) it needed an actual size (e.g. 65536).

So if you look at the source in sources/game/Game.cpp you'll see where StreamBufferSize is defaulted to 128.. that needs to be changed to something like 32K or 64K. Also you'll need to make those changes in the PenumbraOverture source in Init.cpp where the StreamBufferSize is defaulted to 64.

Developing away on one of
Multiple Macs running 10.6, 10.7, 10.8, and 10.9.
Linux, 8-core AMD, 8GB RAM, Fedora 18, nVidia 450 1GB
08-28-2012, 01:52 AM
Website Find


Messages In This Thread
Bad sound - by AniFox - 08-26-2012, 02:17 AM
RE: Bad sound - by Urkle - 08-26-2012, 06:24 PM
RE: Bad sound - by AniFox - 08-27-2012, 09:48 PM
RE: Bad sound - by johnbox - 08-27-2012, 11:30 PM
RE: Bad sound - by Robby - 08-26-2012, 08:35 PM
RE: Bad sound - by AniFox - 08-27-2012, 11:24 PM
RE: Bad sound - by Urkle - 08-28-2012, 01:52 AM
RE: Bad sound - by AniFox - 08-28-2012, 02:58 PM



Users browsing this thread: 1 Guest(s)