Commit Graph
43 Commits
Author SHA1 Message Date
Glenn Maynard b6d77c0167 disable AddFakeSound 2004-01-14 00:10:34 +00:00
Glenn Maynard 7e7a007cdd update 2004-01-12 23:20:52 +00:00
Glenn Maynard dc5cfb53a8 s/str_ds/pcm/ 2004-01-12 23:10:14 +00:00
Glenn Maynard d7839b1c67 cleanup 2004-01-12 03:52:23 +00:00
Glenn Maynard 6f55a34e4a simplify 2004-01-12 02:37:51 +00:00
Glenn Maynard 843a7e4ecd stop saying samples when we mean frames 2004-01-12 02:13:30 +00:00
Glenn Maynard 8c799e09ce simplify 2004-01-12 02:11:28 +00:00
Glenn Maynard b2240b6b55 RageSoundDriver_DSound: implement start time 2004-01-10 10:44:28 +00:00
Glenn Maynard 28a15a478b improve altency 2003-12-22 03:47:26 +00:00
Glenn Maynard 9618def460 simplify DSoundBuf interface 2003-11-01 18:10:15 +00:00
Glenn Maynard af93453cc9 Fix slow (90-100ms) sound shutdown. 2003-11-01 06:41:14 +00:00
Chris Danford b101cba858 fix VC6 compile error 2003-10-22 01:52:59 +00:00
Glenn Maynard 5dfbc32965 fix log 2003-10-21 23:31:31 +00:00
Glenn Maynard dd671b5d33 fix log 2003-10-21 23:29:59 +00:00
Thad Ward c7de8342f5 remove some tls.h includes that were apparently missed. 2003-10-01 09:15:51 +00:00
Glenn Maynard 32e81d2bbc Use CHECKPOINT and RageThreads. 2003-08-05 01:32:51 +00:00
Chris Danford 278cb4c3f1 runs on Xbox 2003-07-22 07:47:27 +00:00
Glenn Maynard 7639f547f4 Disable a trace I don't need right now;
error check.
2003-07-09 20:40:28 +00:00
Glenn Maynard 3612106dd4 Oops, forgot to commit subdirs ...
This also includes code to use varying sample rates with DirectSound,
so we don't have to do sample rate conversions.  Experimental.
2003-04-25 04:10:18 +00:00
Glenn Maynard d26df0c44c Er. Had this here for a long time and it's what snapshots have been.
This seems to keep going back and forth ...
2003-04-23 19:30:12 +00:00
Glenn Maynard e6e271f790 hopefully fix some skips in DSound (sleep calculation was giving
results higher than I intended)
2003-03-17 20:02:20 +00:00
Glenn Maynard 9b635c0015 add some asserts near where some crashdumps pointed to 2003-03-06 08:10:28 +00:00
Glenn Maynard 6cabe523a6 more stdafx -> global 2003-02-16 04:02:21 +00:00
Glenn Maynard 6b5bbfd210 why did I put this in here? 2003-02-14 06:39:50 +00:00
Glenn Maynard bca879f9b0 update 2003-01-24 22:28:23 +00:00
Glenn Maynard 5c20ab433a reduce the sleep 2003-01-24 01:34:25 +00:00
Glenn Maynard 9df986c8a1 speedup 2003-01-20 09:22:30 +00:00
Glenn Maynard bfd2d10a15 properly abstract the volume so we don't touch prefsman in RSM
fixes crash
2003-01-19 19:55:24 +00:00
Glenn Maynard d72770a1a9 increase the buffer size for hardware mixing a bit 2003-01-19 00:52:17 +00:00
Glenn Maynard 875108d691 use m_fSoundVolume 2003-01-11 04:04:15 +00:00
Glenn Maynard 92d2a28940 set mixer volume 2003-01-08 00:44:17 +00:00
Glenn Maynard 0797cdb4bd rename GetPCM -> GetData in drivers (confusing) 2003-01-07 03:55:43 +00:00
Glenn Maynard cb09c3cdcb sleep a bit more in the DirectSound driver (not -sw) 2002-12-31 00:54:54 +00:00
Glenn Maynard f7bf2ef2fa changed sound API 2002-12-22 08:13:33 +00:00
Glenn Maynard 999d6c354b s/throw RageException/RageException::Throw/ 2002-12-21 23:15:01 +00:00
Glenn Maynard 33f0f26912 fix warnings 2002-12-21 08:44:51 +00:00
Glenn Maynard 678a07e035 use nonfatal exceptions in drivers 2002-12-21 08:15:35 +00:00
Glenn Maynard bbc7c98a68 cleanup 2002-12-21 07:37:34 +00:00
Glenn Maynard 23b740bba8 merge dsound driver code 2002-12-21 07:21:49 +00:00
Glenn Maynard 3251309a10 use fake sounds 2002-12-21 02:19:59 +00:00
Glenn Maynard a39f632a5f add a missing lock and some checkpoints 2002-12-20 07:00:12 +00:00
Glenn Maynard 2bb337d8c3 fix a race condition
remove an unused variable
2002-12-16 02:09:31 +00:00
Glenn Maynard 3cbb03e273 add new sound code 2002-12-13 08:33:25 +00:00