Andrew Eikum
e17f4fd2f8
winecfg: Use a listview for speaker configuration.
2015-04-15 16:21:35 +09:00
Francois Gouget
6f64673fb5
winecfg: Remove unneeded NONAMELESSXXX directives.
2015-04-03 00:33:30 +09:00
Mark Harmstone
d3d4739513
winecfg: Fix bug causing 5.1 speakers to appear as stereo.
2015-02-04 21:32:50 +09:00
Mark Harmstone
b2dede7950
winecfg: Add speaker config controls to audio tab.
2015-02-03 20:12:50 +09:00
Alexandre Julliard
edf44bfb1e
winecfg: Avoid Unicode macros.
2012-01-20 12:44:04 +01:00
Andrew Eikum
b6169510d2
winecfg: Play test sound asynchronously.
2011-11-01 16:43:30 +01:00
Andrew Eikum
00629cb0b3
winecfg: Don't reload winmm for each audio test.
2011-10-28 17:32:43 +02:00
Marcus Meissner
90c8798266
winecfg: Added missing break (Coverity).
2011-10-17 17:45:03 +02:00
Andrew Eikum
58f2a3cf3e
winecfg: Allow user to select default audio devices.
2011-10-05 16:55:30 -05:00
Andrew Eikum
b07a82c01d
winecfg: Reload winmm for each sound test.
...
Also localize the error dialog while we're in there.
2011-10-05 16:48:27 -05:00
Andrew Eikum
4b8a296365
winecfg: Replace DirectSound settings with Driver Diagnostics.
2011-09-27 16:24:27 +02:00
Andrew Eikum
dfe73cda4a
winecfg: Remove driver selection from Audio tab.
2011-09-01 18:06:37 +02:00
Andrew Eikum
55f9ac8bf4
winejack.drv: Remove unused WinMM driver.
2011-07-15 12:22:48 +02:00
Andrew Eikum
3b16f46794
wineesd.drv: Remove unused WinMM driver.
2011-07-15 12:11:05 +02:00
Andrew Eikum
2fae117e0c
winenas.drv: Remove unused WinMM driver.
2011-07-15 12:00:33 +02:00
Michael Stefaniuc
d44bfdbff8
winecfg: Remove the support to configure the audioio driver sound.
2010-12-17 13:26:03 +01:00
Maarten Lankhorst
0dc5bab1c9
winecfg: Only initialise the audio drivers once.
2010-06-21 12:19:42 +02:00
Alexandre Julliard
d57ab26840
winecfg: Fix pointer truncation in audio setup.
2010-06-14 14:14:16 +02:00
Gerald Pfeifer
a8acdac780
winecfg: Remove variable lRes which is not really used from configureAudioDriver.
2010-05-14 11:05:04 +02:00
Maarten Lankhorst
58f67036ba
winecfg: Hide basic and normal acceleration options by default.
...
There's not really a good reason for them to be visible. The only
options that are effective are emulation, which pipes through waveout
and >= basic, which pipes through the accelerated path.
2009-08-06 12:23:44 +02:00
Maarten Lankhorst
4e046a6759
winecfg: Remove 'emulation' driver option.
2009-08-06 12:22:36 +02:00
Francois Gouget
7eac467258
winecfg: Use Win32 APIs instead of strdup().
2009-05-13 12:45:36 +02:00
Kirill K. Smirnov
95366238a0
winecfg/audio: Properly terminate an empty list of drivers.
2008-12-04 12:18:58 +01:00
Kirill K. Smirnov
1482006fb5
winecfg/audio: Simplify removeDriver() function.
2008-11-26 13:41:40 +01:00
Kirill K. Smirnov
d540cf3c80
winecfg/audio: Fix uninitialized variable.
2008-11-26 13:40:03 +01:00
Vitaliy Margolen
82a7eb7614
winecfg: Remove mostly unused properties.h.
2008-05-19 14:04:23 +02:00
Michael Stefaniuc
d35e57732e
winecfg: Pass HEAP_ZERO_MEMORY to HeapAlloc() instead of clearing the memory with a separate memset() call.
2007-12-07 14:52:42 +01:00
Maarten Lankhorst
d322d63b10
winmm: Set default sound driver to alsa,oss,coreaudio.
2007-10-09 17:52:46 +02:00
EA Durbin
70c20d7d4e
winecfg: Implement audio test.
2007-09-26 12:15:14 +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
a9355f2b16
winecfg: Close audio driver when not needed any more.
2007-04-12 16:17:57 +02:00
Maarten Lankhorst
e97a5e7879
winearts.drv: Kill off winearts.
2007-04-04 22:09:16 +02:00
Steven Edwards
8c62cbfa4e
winecfg: Add a button for audio test.
2007-04-04 12:45:17 +02:00
Alexandre Julliard
9385309461
winecfg: Don't try to load the arts driver, the arts library is too buggy.
2006-11-21 12:13:27 +01:00
Frank Richter
3713f49dfa
winecfg: audio: Use strings from resources.
2006-08-21 12:30:13 +02:00
Andrew Talbot
f99d84b0c6
winecfg: Write-strings warnings fix.
2006-07-10 11:48:43 +02:00
Mike McCormack
71a69dd817
winecfg: Make some pointer casts win64 compliant.
2006-06-06 11:29:32 +02:00
Emmanuel Maillard
81b5450cff
winecfg: Add CoreAudio to audio drivers list.
2006-06-02 11:21:36 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Michael Stefaniuc
a87520036f
janitorial: Remove redundant NULL pointer checks before HeapFree'ing them.
...
Some HeapFree's are hidden behind macros. Found by smatch.
2006-05-10 11:31:41 +02:00
Robert Reif
6f4e208321
winecfg: Fix audio crash when no drivers are available.
2006-05-08 14:49:58 +02:00
Robert Reif
a76023f02a
winecfg: Add default dsound sample rate and bits per sample.
2006-04-08 15:49:10 +02:00
Mike McCormack
d5816d2202
Remove some unnecessary uses of windowsx.h
2006-03-18 18:04:51 +01:00
Mike McCormack
e06b046f59
winecfg: Fix a typo (LVM_ -> TVM_).
2006-03-04 17:40:40 +01:00
Mike McCormack
abfc9b8c27
winecfg: Eliminate some gcc 4.1 warnings caused by casts in macros.
2006-03-03 13:19:09 +01:00
Mike McCormack
55303936b6
winecfg: Tidy up included headers.
...
Get rid of the barely used properties.c.
2006-01-19 11:55:01 +01:00
Robert Reif
35a92c86d5
winecfg: Use hourglass cursor when opening audio drivers.
...
Misbehaving drivers can take a while to open so change to the hour
glass cursor when opening them.
2005-12-26 12:55:40 +01:00
Robert Reif
9f34fd3787
winecfg: Select an audio driver on fresh install.
2005-12-21 20:07:56 +01:00
Robert Reif
f0c55e7d52
winecfg: Use sound tree view for driver selection.
...
- Move driver selection and configuration into tree view.
- Only show loadable drivers.
2005-12-17 12:30:06 +01:00
Eric Pouech
e7ecbe4228
winecfg: Simplified module handling code.
2005-12-13 11:12:24 +01:00