Eric Pouech
|
b1a2d883fc
|
Removed some more dependencies on wine 16-bit specific entities.
|
2003-11-09 01:19:58 +00:00 |
|
Robert Reif
|
636f29d83c
|
Fix wave in stop.
|
2003-11-05 23:22:23 +00:00 |
|
Robert Reif
|
0c55534707
|
Fixed bug in capture stop. Only current header should be returned to
app.
Make wave fragment size adjustable to guarantee better than 10 ms
latency. Makes a difference for 8 kHz voice apps.
|
2003-11-04 04:20:47 +00:00 |
|
Robert Reif
|
d6f746de4c
|
Cache the wave volume so it can be returned rather than the OSS
derived value when possible.
|
2003-10-30 23:08:46 +00:00 |
|
Robert Reif
|
b4e9ef02c2
|
Clean up *GetDevCaps to check for valid pointer and only copy proper
amount of data.
|
2003-10-30 23:07:23 +00:00 |
|
Robert Reif
|
be4281522d
|
Added support for getting the wave device name.
|
2003-10-28 00:15:16 +00:00 |
|
Robert Reif
|
f2133052b1
|
Fix SMPTE time.
Fix primary buffer volume setting.
|
2003-10-27 22:01:30 +00:00 |
|
Robert Reif
|
7d43722256
|
Only copy amount requested up to size of structure.
|
2003-10-27 22:01:01 +00:00 |
|
Robert Reif
|
4824460772
|
Clear a new hardware buffer to proper silence values based on format.
Allows dxdiag to play 8 bit sounds in hardware primary buffer now.
|
2003-10-27 22:00:10 +00:00 |
|
Robert Reif
|
80a7638006
|
Fix MMDRV_PhysicalFeatures to handle both 16 and 32 bit pointers
properly.
|
2003-10-22 03:04:07 +00:00 |
|
Robert Reif
|
e14ae47c1d
|
Only return the number of bytes requested.
|
2003-10-21 23:41:26 +00:00 |
|
Rolf Kalbermatter
|
76f13deb26
|
Use INVALID_FILE_ATTRIBUTES to test for failure of
GetFileAttributesA/W and not -1 or 0xFFFFFFFF.
|
2003-10-16 19:12:49 +00:00 |
|
Oleg Prokhorov
|
cf8b84c19f
|
Another portion of HeapReAlloc fixes.
|
2003-10-15 21:01:05 +00:00 |
|
Dimitrie O. Paun
|
fc551563ff
|
Merge win.ini/[mci extensions] into the registry.
|
2003-10-15 20:49:29 +00:00 |
|
Robert Reif
|
9d2e09851b
|
Free should not happen when still playing.
|
2003-10-14 20:05:42 +00:00 |
|
Oleg Prokhorov
|
2f878e518b
|
Small fix in sound flushing code.
|
2003-10-14 05:18:40 +00:00 |
|
Daniel Marmier
|
5202364a5b
|
ALSA_WaveInit: repaired device name.
|
2003-10-14 01:17:16 +00:00 |
|
Dimitrie O. Paun
|
fbdfd910c1
|
Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
|
2003-10-11 01:09:15 +00:00 |
|
Robert Reif
|
9964e42988
|
Fixed SMPTE time.
Fixed bad wave in position at startup and reset.
|
2003-10-09 19:45:39 +00:00 |
|
Daniel Marmier
|
7e0ddbc60f
|
Fixed warnings with gcc option "-Wwrite-strings".
|
2003-10-07 22:54:17 +00:00 |
|
Steven Edwards
|
c48c16471c
|
Remove a few unneeded include statements in internal headers.
Started bringing setupapi in line with PSDK.
|
2003-10-07 22:51:09 +00:00 |
|
Vincent Béron
|
5dc5bf5d8a
|
Change resources from last language file used to LANG_NEUTRAL.
|
2003-10-06 21:13:01 +00:00 |
|
Daniel Marmier
|
0348649853
|
Fixed warnings with gcc option "-Wwrite-strings".
|
2003-10-06 21:03:32 +00:00 |
|
Michael Günnewig
|
4d375d1b8b
|
Fixed warnings with gcc option "-Wwrite-strings".
|
2003-10-04 03:04:45 +00:00 |
|
Vincent Béron
|
d1654b6128
|
Change some resources from LANG_NEUTRAL to LANG_ENGLISH.
|
2003-09-29 20:15:54 +00:00 |
|
Robert Reif
|
6b145f0473
|
Allow wave emulated capture while doing hardware accelerated
playback.
|
2003-09-27 02:20:19 +00:00 |
|
Dimitrie O. Paun
|
8b255842ec
|
Remove the obsolete pascal16 (replaced by pascal -ret16).
|
2003-09-26 04:32:19 +00:00 |
|
Robert Reif
|
3be10b0458
|
Avoid divide by zero if the sound driver returns 0 for speed.
|
2003-09-25 20:23:52 +00:00 |
|
Vincent Béron
|
bf5f07a5b4
|
Yet another batch of French resources updates.
|
2003-09-22 21:16:56 +00:00 |
|
Robert Reif
|
c445c739f9
|
Volume and Pan driver requests need to return success even though they
are not implemented.
|
2003-09-22 21:13:33 +00:00 |
|
Oleg Prokhorov
|
a6d37f6d31
|
Implemented sound flushing.
|
2003-09-22 19:25:52 +00:00 |
|
Michal Janusz Miroslaw
|
83fca4eef7
|
MMDRV_Install: Fix confusing indentation.
|
2003-09-22 19:25:11 +00:00 |
|
Robert Reif
|
99b0e8fa66
|
Added volume and pan support to primary buffers.
Added more property set support.
|
2003-09-19 00:10:51 +00:00 |
|
Oleg Prokhorov
|
223a442de1
|
Avoid crash if invalid rate was specified.
|
2003-09-17 22:39:20 +00:00 |
|
Alexandre Julliard
|
209ce0be91
|
Avoid linking error with older alsa libs.
|
2003-09-17 20:09:39 +00:00 |
|
Pavel Roskin
|
e8db705fac
|
Moved WINE_DEFAULT_DEBUG_CHANNEL outside of the #ifdef.
|
2003-09-16 20:25:39 +00:00 |
|
Christian Costa
|
2da25d9c57
|
Added midi support to the ALSA driver.
|
2003-09-15 22:08:39 +00:00 |
|
Eric Pouech
|
78b50f23e3
|
- Moved Wine extension to get DSound interface from a wave device from
include/mmsystem.h to include/mmddk.h.
- Removed all dependencies on heap.h.
- Fixed a few prototypes (mmioRename[AW], mciSendStringW, *Message).
|
2003-09-15 20:13:30 +00:00 |
|
Robert Reif
|
725d8c39aa
|
Device enumeration callbacks should return a NULL guid for default
devices.
Fixed some volume and pan cases.
Added missing property set.
Fixed capture notification bug.
|
2003-09-15 20:08:05 +00:00 |
|
Eric Pouech
|
766ef669eb
|
Moved some MM internal definition to internal include files.
|
2003-09-12 00:24:16 +00:00 |
|
Francois Gouget
|
721dbf0b29
|
Modify ok("xxx") calls into ok("xxx\n") as is now expected.
|
2003-09-11 02:52:19 +00:00 |
|
Alexandre Julliard
|
cf52644a1c
|
Removed the A/W constants for builtin cursors, icons and resource
types since they don't exist on Windows, and added typecasts
everywhere instead.
|
2003-09-10 03:56:47 +00:00 |
|
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
|
Christian Costa
|
4b40180e38
|
Fix modLongData.
Enable opening of MOD_SYNTH type devices.
Add some comments.
|
2003-09-04 00:04:37 +00:00 |
|
Robert Reif
|
7d43d7bb3b
|
Use the drivers to get device capabilities and property sets.
|
2003-09-03 19:28:20 +00:00 |
|
Rok Mandeljc
|
d4c1ebabdb
|
Minor updates of Slovenian translations.
|
2003-08-29 22:21:43 +00:00 |
|
Mike Hearn
|
61402c64de
|
Fixed the error message in Wave(In|Out)Init, it used to give a
confusing message, now uses strerror.
|
2003-08-29 22:12:15 +00:00 |
|
Alexandre Julliard
|
864ca06832
|
winnls.h must not include winbase.h.
|
2003-08-20 18:22:31 +00:00 |
|
|
3d6e91cd99
|
Fix parameter to snd_pcm_sw_params_set_silence_size().
|
2003-08-20 03:38:27 +00:00 |
|
Robert Reif
|
a9460b3dbe
|
Use same GUIDs as win2k and xp for dsound drivers.
|
2003-07-28 19:02:29 +00:00 |
|