]> icculus.org git repositories - divverent/darkplaces.git/commit
Fixed streaming of sounds with a sample rate different from the engine output rate...
authormolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 15 Apr 2004 06:04:09 +0000 (06:04 +0000)
committermolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 15 Apr 2004 06:04:09 +0000 (06:04 +0000)
commit573ecf2ea16b1550e3deddc05ee9357fece153c9
tree7ee85710375701102981dd99c817495208ce7ea1
parentb6767e567f46f54feec519fa1332d8cf280348ee
Fixed streaming of sounds with a sample rate different from the engine output rate. Streamed sounds are now processed by 1 sec steps, to avoid lossing samples in ResampleSfx among other things (it could occur when resampling from 48KHz to 44KHz for instance).

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4107 d7cf8633-e32d-0410-b094-e92efae38249
snd_ogg.c
todo