Michael Stefaniuc
|
bb72548f38
|
dsound: Use a better name for IDirectSoundBufferImpl_Create().
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-12-22 13:50:45 +01:00 |
Aric Stewart
|
0aea30e44c
|
dsound: Do not wait on mixer thread exit on dsound release.
This fixes a loader deadlock if the dsound object is being released
during a dll unload.
|
2015-03-18 19:35:43 +09:00 |
Mark Harmstone
|
17056b9f30
|
dsound: Implement SetFX.
|
2015-03-10 23:53:40 +09:00 |
Mark Harmstone
|
e6ae73359f
|
dsound: Keep track of locked bytes.
|
2015-03-10 23:53:17 +09:00 |
Francois Gouget
|
dfaef5306f
|
dsound: Reorder the interfaces to remove the need for forward declarations.
|
2015-01-20 11:12:01 +01:00 |
Francois Gouget
|
82c298ee6e
|
dsound: Make DSOUND_FindSpeakerConfig() static.
|
2015-01-20 11:11:52 +01:00 |
Mark Harmstone
|
b5aec2e40f
|
dsound: Degrade speaker config if too many channels.
|
2015-01-13 17:51:38 +01:00 |
Mark Harmstone
|
77b2ab21f4
|
dsound: Support 5.1 sound.
|
2015-01-09 17:37:50 +01:00 |
Mark Harmstone
|
3ba100d81c
|
dsound: Support quadraphonic sound.
|
2015-01-09 17:37:48 +01:00 |
Mark Harmstone
|
c4e3079766
|
dsound: Parse speaker config.
|
2015-01-07 23:48:26 +01:00 |
Marton Balint
|
6d009b988b
|
dsound: Convert freqAdjust and freqAcc to integers.
Fixes resampling errors caused by truncating floating point numbers.
|
2014-12-29 22:20:30 +01:00 |
Mark Harmstone
|
25b13178de
|
dsound: Use array for channel volumes.
|
2014-12-29 12:15:50 +01:00 |
Mark Harmstone
|
b7a2f0879c
|
dsound: Remove unused struct entries.
|
2014-12-29 12:14:56 +01:00 |
Andrew Eikum
|
d5e648dc2f
|
dsound: For capture, use MMDevAPI event API instead of timers.
|
2013-08-21 19:55:59 +02:00 |
Maarten Lankhorst
|
f5abeb8471
|
dsound: Use a thread instead of a timer for greater precision.
|
2012-12-27 18:47:53 +01:00 |
Maarten Lankhorst
|
605cd62c7d
|
dsound: Create a primary_pwfx separately from pwfx.
|
2012-11-22 14:53:14 +01:00 |
Michael Stefaniuc
|
cea6329483
|
dsound: DirectSoundDevice_RemoveBuffer() cannot fail.
|
2012-09-26 10:58:48 +02:00 |
Michael Stefaniuc
|
1440b25267
|
dsound: Inline some of the IDirectSound helpers.
|
2012-09-06 15:45:31 +02:00 |
Michael Stefaniuc
|
ebf33fff47
|
dsound: Move the capture structs declarations to the .c file.
|
2012-08-31 09:54:47 +02:00 |
Michael Stefaniuc
|
1555aebf1e
|
dsound: Cleanup IKsPrivatePropertySetImpl_Create().
|
2012-08-24 10:25:58 +02:00 |
Francois Gouget
|
e2c50d762c
|
dsound: Make dumpCooperativeLevel() static.
|
2012-08-21 17:47:47 +02:00 |
Michael Stefaniuc
|
850b294efa
|
dsound: Add COM aggregation to DirectSoundCapture for internal use.
|
2012-08-16 11:39:49 +02:00 |
Michael Stefaniuc
|
9cb53818e8
|
dsound: Add COM aggregation to DirectSound for internal use.
|
2012-08-16 11:39:36 +02:00 |
Michael Stefaniuc
|
885e205ade
|
dsound: Cleanup the DirectSoundFullDuplex create functions.
|
2012-08-16 11:38:44 +02:00 |
Michael Stefaniuc
|
9383affe87
|
dsound: IDirectSoundCapture / IUnknown use separate refcounts.
|
2012-08-16 11:38:17 +02:00 |
Michael Stefaniuc
|
b8ffb4930f
|
dsound: Merge the DirectSoundCapture create functions.
|
2012-08-16 11:38:08 +02:00 |
Michael Stefaniuc
|
9cc62d321c
|
dsound: Handle IDirectSound by the IDirectSound8 implementation.
|
2012-07-19 16:01:48 +02:00 |
Michael Stefaniuc
|
6fecd3d642
|
dsound: Merge IDirectSound8 into the main DirectSound object.
|
2012-07-19 16:01:47 +02:00 |
Michael Stefaniuc
|
bf4481d3f0
|
dsound: Merge the DirectSound create functions.
|
2012-07-19 16:01:46 +02:00 |
Michael Stefaniuc
|
8978a4b51b
|
dsound: Merge IUnknown into the main DirectSound object.
|
2012-07-19 16:01:45 +02:00 |
Michael Stefaniuc
|
4992e6a515
|
dsound: Merge the two IUnknown/IDirectSound implementations for DirectSound.
|
2012-07-19 16:01:43 +02:00 |
Andrew Eikum
|
1cc9ecb558
|
dsound: Don't use IAudioClock::GetPosition to determine buffer fullness.
|
2012-05-16 18:30:18 +02:00 |
Andrew Eikum
|
98c653bc8b
|
dsound: Resample to float, not device format.
|
2012-05-15 16:26:31 +02:00 |
Andrew Eikum
|
20356f7458
|
dsound: Compute mix buffer's size more accurately.
|
2012-05-15 11:18:07 +02:00 |
Andrew Eikum
|
5cce1d9da2
|
dsound: Get rid of redundant primary_mixpos member.
|
2012-05-15 11:17:53 +02:00 |
Andrew Eikum
|
e0ccd9e399
|
dsound: Change mix_buffer to float instead of INT.
|
2012-05-15 11:17:46 +02:00 |
Andrew Eikum
|
7dce1418ff
|
dsound: Base fragment size off of the MMDevice's period.
|
2012-05-14 19:58:41 +02:00 |
Andrew Eikum
|
1053bfb48d
|
dsound: Express buffer positions in terms of bytes, not fragments.
|
2012-05-14 19:58:32 +02:00 |
Andrew Eikum
|
f0be44c82d
|
dsound: Don't destroy primary buffer until device is released.
|
2012-05-09 17:49:33 +02:00 |
Alexander E. Patrakov
|
275dfb83f2
|
dsound: Added a windowed-sinc resampler.
|
2012-05-08 09:29:47 +02:00 |
Andrew Eikum
|
4354be123c
|
dsound: Don't derive the secondary position from the primary position.
|
2012-05-02 12:00:02 +02:00 |
Andrew Eikum
|
f393a98a8a
|
dsound: Convert from fixed to floating point.
|
2012-05-02 11:59:58 +02:00 |
Alexander E. Patrakov
|
93a0ca7c6c
|
dsound: Clean up channels.
|
2012-05-01 19:16:23 +02:00 |
Alexander E. Patrakov
|
f88f3d4149
|
dsound: Replace convert() functions with get() and put().
|
2012-05-01 19:15:49 +02:00 |
Michael Stefaniuc
|
84d5317302
|
dsound: Remove the now obsolete IDirectSoundBufferImpl_Destroy().
|
2012-01-20 13:34:20 +01:00 |
Michael Stefaniuc
|
c7f5f10aab
|
dsound: Merge IDirectSoundNotify into the secondary buffer object.
|
2012-01-20 13:33:33 +01:00 |
Michael Stefaniuc
|
e0d81e55e2
|
dsound: Merge IDirectSound3DBuffer into the secondary buffer object.
|
2012-01-19 21:08:49 +01:00 |
Michael Stefaniuc
|
48ca5924b4
|
dsound: Merge IKsPropertySet into the secondary buffer object.
|
2012-01-17 11:53:19 +01:00 |
Michael Stefaniuc
|
37df4671cb
|
dsound: Merge IDirectSound3DListener into the primary buffer object.
|
2012-01-16 12:45:33 +01:00 |
Michael Stefaniuc
|
13a4b03b44
|
dsound: Merge IDirectSoundNotify into the capture buffer object.
|
2012-01-12 12:38:41 +01:00 |