Maarten Lankhorst
|
98933362f3
|
dsound: Hold lock in GetStatus.
|
2008-04-07 11:34:28 +02:00 |
Austin English
|
b4f52938e4
|
Spelling fixes.
|
2008-04-02 23:18:21 +02:00 |
Andrew Talbot
|
e8aebfcb4b
|
dsound: Assign to structs instead of using CopyMemory.
|
2008-03-31 12:50:30 +02:00 |
Maarten Lankhorst
|
021019ff8f
|
dsound: Add an option to mix sound buffers in the mixer again.
|
2008-03-17 14:44:46 +01:00 |
Aric Stewart
|
6e8c8c28eb
|
dsound: Set the status from STATE_STARTING to STATE_PLAYING before mixing our next buffer so that we do not potentially skip early event when starting.
|
2008-03-14 13:01:16 +01:00 |
Ken Thomases
|
2de653552c
|
dsound: Adjust for partial block before prepare-header and add-buffer steps.
Otherwise, the wave-in driver(s) may copy incorrect data to internal structures.
|
2008-03-12 12:01:14 +01:00 |
Rob Shearman
|
48000893f9
|
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual
DLL makefiles.
|
2008-03-04 20:55:01 +01:00 |
Rob Shearman
|
fc1b62bd7d
|
dsound: Don't use typeof as it's not portable.
|
2008-02-27 14:52:24 +01:00 |
Andrew Talbot
|
2cf2807052
|
dsound: Remove unneeded casts.
|
2008-01-02 12:38:41 +01:00 |
Andrew Riedi
|
68a6ddf623
|
dsound: DPRINTF -> TRACE.
|
2007-12-12 13:49:01 +01:00 |
Alexandre Julliard
|
c0b12351e0
|
Avoid size_t types in traces.
|
2007-12-07 18:49:18 +01:00 |
Paul Vriens
|
52ccb14155
|
dsound/tests: Better check to see if class is not available.
|
2007-11-13 13:29:17 +01:00 |
Paul Vriens
|
65d3682c22
|
dsound/tests: Fix test failures on WinXP.
|
2007-11-13 13:29:11 +01:00 |
Maarten Lankhorst
|
8de6c8b4a9
|
dsound: Return primary_done when no mixing needs to be done instead of 0.
|
2007-11-12 12:56:21 +01:00 |
Maarten Lankhorst
|
8c3f9c8c7e
|
dsound: Reassign pointers back to null when destroying structure.
|
2007-11-12 12:56:15 +01:00 |
Paul Vriens
|
d66722db31
|
dsound/tests: Fix tests after addition of 24/32 bits buffer tests.
|
2007-11-12 11:40:25 +01:00 |
Maarten Lankhorst
|
3f965d582f
|
dsound: Make AngleBetweenVectorsRad when vectors have no magnitude.
|
2007-11-12 11:40:10 +01:00 |
Maarten Lankhorst
|
545a774fcc
|
dsound: Implement AngleBetweenVectorsDeg as a call to AngleBetweenVectorsRad.
|
2007-11-12 11:40:04 +01:00 |
Paul Vriens
|
8454cb17a8
|
dsound/tests: Fix test failures on WinXP and 2003.
|
2007-11-09 12:27:20 +01:00 |
Maarten Lankhorst
|
4d1129f785
|
dsound: Use a 2 stage mixing/normalization for sound.
|
2007-11-09 12:24:06 +01:00 |
Maarten Lankhorst
|
a938f69360
|
dsound: Add mixing and normalization functions.
|
2007-11-09 12:23:54 +01:00 |
Maarten Lankhorst
|
fa3663d6c7
|
dsound: Add support for 24/32 bits input sound buffers.
|
2007-11-09 12:20:20 +01:00 |
Maarten Lankhorst
|
511af0d186
|
dsound: Add conformance tests for 24/32 bits buffers and waveformatextensible.
|
2007-11-07 11:54:34 +01:00 |
Maarten Lankhorst
|
2a117a2017
|
dsound: Add support for WAVEFORMATEXTENSIBLE format.
|
2007-11-07 11:48:56 +01:00 |
Francois Gouget
|
c4b1195c0c
|
Assorted spelling fixes.
|
2007-10-23 18:20:27 +02:00 |
Maarten Lankhorst
|
80192b93eb
|
dsound: Only warn for unsupported channels (or bits) when volume adjustment is done.
|
2007-10-16 13:19:20 +02:00 |
Maarten Lankhorst
|
0595ed39f2
|
dsound: Remove a few null initializations in DirectSoundDevice_Create.
The memory is allocated with HEAP_ZERO_MEMORY.
|
2007-10-15 16:55:19 +02:00 |
Maarten Lankhorst
|
3230ea026a
|
dsound: Make sure device buflen is initially set to ds_hel_buflen.
|
2007-10-15 14:52:30 +02:00 |
Maarten Lankhorst
|
6ad603d219
|
dsound: Release buffer before reopening when buffer is too small.
|
2007-10-09 17:52:46 +02:00 |
Maarten Lankhorst
|
546447152e
|
dsound: Fix IDirectSoundBuffer_GetPosition.
|
2007-10-02 11:43:49 +02:00 |
Maarten Lankhorst
|
847d5565fc
|
dsound: Call waveInUnPrepareHeader and waveInPrepareHeader when submitting new buffer.
|
2007-10-01 12:42:57 +02:00 |
Maarten Lankhorst
|
3bafbb22b8
|
dsound: Use smaller buffers for wavein capture.
|
2007-10-01 12:42:42 +02:00 |
Maarten Lankhorst
|
6506dff8b8
|
dsound: Check if hardware buffer is big enough before accepting it.
|
2007-09-27 11:08:05 +02:00 |
Maarten Lankhorst
|
d65ae3ffe9
|
dsound: Support arbitrarily sized buffers for waveout.
|
2007-09-11 12:38:04 +02:00 |
Maarten Lankhorst
|
0c4ec8a1cc
|
dsound: Fix overshot calculations.
|
2007-09-11 12:38:01 +02:00 |
Maarten Lankhorst
|
aaa9e41fdf
|
dsound: Change default bpp and sample frequency to be better for the ears.
|
2007-09-11 12:33:56 +02:00 |
Maarten Lankhorst
|
beaa1cde64
|
dsound: Runtime link to advapi32.RegDeleteTree.
|
2007-09-11 11:47:01 +02:00 |
Maarten Lankhorst
|
7a04c24e63
|
dsound: Fix detection of different sample rates in setformat.
|
2007-09-10 15:29:47 +02:00 |
Maarten Lankhorst
|
7144849d0b
|
dsound: Fix null pointer dereference for waveout in creating buffer.
|
2007-09-10 15:29:47 +02:00 |
Maarten Lankhorst
|
e56a302f7d
|
dsound: Increase dll refcount and disable thread calls.
|
2007-08-30 19:48:01 +02:00 |
Francois Gouget
|
a116879507
|
Assorted spelling fixes.
|
2007-08-30 12:26:02 +02:00 |
Stefan Leichter
|
6357676c54
|
dsound: Remove 'recursive registry key delete' function.
|
2007-08-29 11:58:13 +02:00 |
Maarten Lankhorst
|
5d0b1fabd3
|
dsound: Update DSOUND_PrimarySetFormat to follow flags and return values more precisely.
|
2007-08-27 19:28:03 +02:00 |
Maarten Lankhorst
|
7519326d03
|
dsound: Add a function to (re)open sound device to avoid code duplication.
|
2007-08-27 19:27:47 +02:00 |
Maarten Lankhorst
|
7ce277d018
|
dsound: Handle secondary hardware buffers more correctly.
Only try hardware if asked for it, then return an error instead of
falling back to software.
|
2007-08-27 12:26:25 +02:00 |
Maarten Lankhorst
|
3838a770c1
|
dsound: Make sure waveOutClose is only called when using mmsystem.
|
2007-08-27 12:25:52 +02:00 |
Maarten Lankhorst
|
2ececbeda9
|
dsound: Transparantly fall back to software mode if hardware mode is unavailable.
|
2007-08-23 12:37:47 +02:00 |
Maarten Lankhorst
|
4ef6e8eaa0
|
dsound: Move assignment of DSBCAPS_LOC to primary buffer creation time.
|
2007-08-22 12:18:59 +02:00 |
Alexandre Julliard
|
3d30204156
|
dsound: Fix a compiler warning.
|
2007-08-21 12:43:15 +02:00 |
Maarten Lankhorst
|
9c469e1a94
|
dsound: Handle failing of IDsDriver_CreateSoundBuffer better.
|
2007-08-20 22:22:10 +02:00 |