Filip Navara
|
155c8acfbd
|
- Check the return value from *_GETNUMDEVS message as per KB90562.
- Fix typo in MMDRV_InstallMap.
|
2004-12-01 15:32:19 +00:00 |
Eric Pouech
|
0a258964c2
|
Const correctness fixes.
|
2004-11-30 21:38:57 +00:00 |
Eric Pouech
|
5c2a891c43
|
Made some functions and variables static.
|
2004-11-29 18:00:10 +00:00 |
Rémi Assailly
|
8cd13776e2
|
Add some missing error values in WINMM_ErrorToString.
|
2004-11-21 15:37:04 +00:00 |
Robert Reif
|
24da756e68
|
One step closer to getting hardware accelerated capture working.
|
2004-11-19 18:25:03 +00:00 |
Robert Shearman
|
84eaaa168f
|
Fix broken thread start routines.
|
2004-11-03 22:18:44 +00:00 |
Robert Reif
|
53e5799949
|
Don't consider a MMSYSERR_NOTSUPPORTED failure a test failure.
|
2004-11-03 22:13:44 +00:00 |
Jeremy White
|
e078899218
|
The Sleep(0) in this loop is incorrect, and should be removed. This
fixes iTunes and a game reported by che.
|
2004-11-02 19:26:22 +00:00 |
Robert Reif
|
0e3c524f4c
|
Split up audio.c into three separate .c files:
audio.c: OSS functions and waveIn and waveOut driver functions.
dscapture.c: direct sound capture driver implementation.
dsrender.c: direct sound renderer driver implementation.
|
2004-10-26 22:04:55 +00:00 |
Robert Reif
|
01d55a404b
|
win 9x doesn't always support waveOutGetDevCapsW so don't generate an
error for MMSYSERR_NOTSUPPORTED.
Play one second of silence for each sound card when not in interactive
mode.
|
2004-10-26 21:18:27 +00:00 |
Robert Reif
|
c67bfb2895
|
Don't consider no driver a test failure.
|
2004-10-25 21:46:12 +00:00 |
Francois Gouget
|
ceab348973
|
Remove HAVE_LIBAUDIOIO_MIDI and LIBAUDIOIO_MidiInit().
|
2004-10-21 19:58:08 +00:00 |
Vincent Béron
|
6c644d68cf
|
Fix various function prototypes.
|
2004-10-19 23:55:15 +00:00 |
Robert Reif
|
9c8dd0a294
|
Don't consider MMSYSERR_NOTSUPPORTED an error for wide functions.
|
2004-10-18 23:14:54 +00:00 |
Jeremy White
|
fea27b1348
|
Revise winmm/time.c to fix timer resolution at 1 ms. This then allows
a much more efficient implementation of timer events and timeGetTime,
and callers that used sub 10 ms resolution will now get correct
results.
|
2004-10-18 21:44:32 +00:00 |
Hans Leidekker
|
804277371a
|
getMessage() is only defined when HAVE_OSS is defined.
|
2004-10-14 00:28:43 +00:00 |
Eric Pouech
|
1876d185e9
|
- bring the multimedia doc up-to-date
- moved the TODO from the doc into the code
|
2004-10-11 19:57:10 +00:00 |
Jerry Jenkins
|
ccdea75dca
|
Fix an error message.
|
2004-10-04 20:41:10 +00:00 |
Jerry Jenkins
|
30b8cccc07
|
Don't use the SND_PCM_ASYNC flag for the moment.
|
2004-10-04 19:30:04 +00:00 |
Uwe Bonnes
|
17e22fba88
|
Call GetProcessHeap() instead of passing its address.
|
2004-09-27 20:35:13 +00:00 |
Alexandre Julliard
|
4521ea6e76
|
Revert broken change in previous patch.
|
2004-09-22 04:00:14 +00:00 |
Hans Leidekker
|
719a789792
|
Fix signed/unsigned comparison warnings.
|
2004-09-22 02:46:38 +00:00 |
Alexandre Julliard
|
f5f7a1822c
|
Removed some more uses of the non-standard ICOM_THIS macro.
|
2004-09-08 01:50:37 +00:00 |
Rein Klazes
|
ad6b12c64c
|
Fix a heap corruption in MIX_Init ( sizeof() != strlen() ).
|
2004-09-02 22:57:39 +00:00 |
Alexandre Julliard
|
1b30417811
|
Function parameters don't need WINE_UNUSED.
|
2004-09-01 04:58:21 +00:00 |
Francois Gouget
|
3c4525af93
|
Add support for the AUDIODEV and MIXERDEV environment variables.
|
2004-09-01 01:28:12 +00:00 |
Francois Gouget
|
4b0cb7d581
|
Don't include 'mmddk.h', it's not needed. The winmm tests can now be
compiled on Windows without the DDK.
|
2004-08-31 17:33:03 +00:00 |
Robert Reif
|
1e82007cae
|
Test 32 bit float samples.
|
2004-08-30 18:36:06 +00:00 |
Robert Reif
|
79b1c4dbe7
|
Round results of conversions between OSS and windows values.
|
2004-08-30 18:35:53 +00:00 |
Robert Reif
|
fa70d5c0d0
|
Adds tests to read and write control details.
|
2004-08-27 19:39:10 +00:00 |
Robert Reif
|
d7d1c3846b
|
Set proper target type.
Set proper max and step for mux control.
|
2004-08-27 19:38:47 +00:00 |
Francois Gouget
|
dff5004bc0
|
Assorted spelling fixes.
|
2004-08-26 00:31:20 +00:00 |
Dmitry Timoshkov
|
03490879bd
|
Fix an obvious typo leading to a crash.
|
2004-08-25 17:31:03 +00:00 |
Robert Reif
|
c8fa57539d
|
Added 32 bit float support.
|
2004-08-25 02:11:12 +00:00 |
Alexandre Julliard
|
f714b39762
|
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
macro.
|
2004-08-23 19:39:48 +00:00 |
Robert Reif
|
b15504e122
|
Added support for multiple mixers.
Get mixer name from OSS.
More tracing.
|
2004-08-22 22:26:48 +00:00 |
Robert Reif
|
6f4be5494b
|
Fixed bug in volume control step size so that it actually works.
Added additional debug tracing.
Code cleanup.
|
2004-08-22 02:02:27 +00:00 |
Robert Reif
|
7bf4eee7ad
|
Remove wine specific DRV_QUERYDSOUNDGUID message and calculate it in
dsound.dll (like in 2k/xp).
|
2004-08-20 20:01:31 +00:00 |
Robert Shearman
|
941ed629a3
|
- Input path can have trailing slash.
- Improve some debugging messages.
|
2004-08-20 19:27:15 +00:00 |
Robert Reif
|
5ae2835e82
|
Change step size from 0 to 1 for volume controls to stop divide by
zero in app.
Change debug channel to mixer.
Add more tracing and errors.
|
2004-08-20 19:22:24 +00:00 |
Robert Reif
|
2e569d14c9
|
Added 24/32 bit sample size and 4/6 channel support.
Added dsound capture wine specific message support.
|
2004-08-19 19:55:38 +00:00 |
John K. Hohm
|
cc3af24375
|
Consistently suggest proper Emulation rather than Emulated for
HardwareAcceleration in [dsound] section of config file.
|
2004-08-19 18:54:41 +00:00 |
Robert Reif
|
4e64906797
|
Added 32 bit sample size tests and 4 and 6 channel tests.
|
2004-08-19 01:13:58 +00:00 |
Robert Reif
|
370d5d244e
|
Cleanup messages in supportedFormat.
|
2004-08-19 01:10:36 +00:00 |
Robert Reif
|
c710121132
|
Don't try to find alternate formats for non PCM formats.
|
2004-08-19 01:07:49 +00:00 |
Robert Reif
|
7fe0568482
|
Some sound cards have different capabilities when doing full duplex so
add duplex caps and return them when necessary.
Clean up event message printing.
|
2004-08-18 00:30:01 +00:00 |
Eric Pouech
|
f2ea78cdfb
|
Implemented the mmTask* functions.
|
2004-08-16 23:19:17 +00:00 |
Robert Reif
|
39a008ed1a
|
Added test for WAVEFORMATEXTENSIBLE support.
Error message cleanup.
|
2004-08-16 21:10:04 +00:00 |
Robert Reif
|
e24f873b0f
|
Added WAVEFORMATEXTENSIBLE support.
|
2004-08-16 21:09:52 +00:00 |
David Kredba
|
b45744c817
|
Added Czech resources.
|
2004-08-16 20:02:09 +00:00 |