http://bugs.winehq.org/show_bug.cgi?id=13046
Raymond superquad.vortex2@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |superquad.vortex2@gmail.com
--- Comment #26 from Raymond superquad.vortex2@gmail.com 2010-10-03 20:06:50 CDT --- Which sound card do you have ?
are you select to use winealsa ?
You configured wine to use FULL hardware acceleration
DSCAPS_CONTINUOUSRATE in the dscaps of the audio driver tell the application that it can support any rate
and the application create a 3d buffer with rate 10000Hz
did your sound card support 10000Hz ?
if not, wine will need to resample 10000Hz to the supported rate of the sound card
trace:dsound:setup_dsound_options ds_emuldriver = 0 trace:dsound:setup_dsound_options ds_hel_buflen = 32768 trace:dsound:setup_dsound_options ds_snd_queue_max = 10 trace:dsound:setup_dsound_options ds_snd_queue_min = 6 trace:dsound:setup_dsound_options ds_hw_accel = Full trace:dsound:setup_dsound_options ds_default_playback = 0 trace:dsound:setup_dsound_options ds_default_capture = 0 trace:dsound:setup_dsound_options ds_default_sample_rate = 48000 trace:dsound:setup_dsound_options ds_default_bits_per_sample = 16 trace:dsound:setup_dsound_options ds_snd_shadow_maxsize = 2 trace:dsound:IDirectSoundImpl_Create (0x32fcb4) trace:dsound:IDirectSound8_IDirectSound8_Create (0x4c00ca8,0x32fd14) trace:dsound:IDirectSoundImpl_AddRef (0x4c00ca8) ref was 0 trace:dsound:IDirectSound8_IDirectSound8_AddRef (0x51501c0) ref was 0 trace:dsound:IDirectSound8_IDirectSound8_Initialize (0x51501c0, {bd6dd71a-3deb-11d1-b171-00c04fc20000}) trace:dsound:DirectSoundDevice_Initialize (0x4c00cac,{bd6dd71a-3deb-11d1-b171-00c04fc20000}) trace:dsound:GetDeviceID ({bd6dd71a-3deb-11d1-b171-00c04fc20000},0x32fc54) trace:dsound:GetDeviceID returns {bd6dd71a-3deb-11d1-b171-00c04fc20000} trace:dsound:DirectSoundDevice_Create (0x32fc1c) trace:dsound:DSOUND_ReopenDevice (0x6f90090, 0) trace:dsound:DSOUND_PrimaryCreate (0x6f90090) trace:dsound:DSOUND_PrimaryOpen (0x6f90090) trace:dsound:DSOUND_RecalcPrimary (0x6f90090) trace:dsound:DSOUND_RecalcPrimary fraglen=2048 helfrags=32 trace:dsound:DirectSoundDevice_Initialize Minimum timer resolution: 1, max timer: 65535 trace:dsound:IDirectSound8_IDirectSound8_GetCaps (0x51501c0,0xb8c9e0) trace:dsound:DirectSoundDevice_GetCaps (0x6f90090,0xb8c9e0) trace:dsound:DirectSoundDevice_GetCaps (flags=0x00000f5f: trace:dsound:_dump_DSCAPS DSCAPS_PRIMARYMONO DSCAPS_PRIMARYSTEREO DSCAPS_PRIMARY8BIT DSCAPS_PRIMARY16BIT DSCAPS_CONTINUOUSRATE DSCAPS_CERTIFIED DSCAPS_SECONDARYMONO DSCAPS_SECONDARYSTEREO DSCAPS_SECONDARY8BIT DSCAPS_SECONDARY16BIT ) trace:dsound:IDirectSound8_IDirectSound8_SetCooperativeLevel (0x51501c0,0x40028,DSSCL_EXCLUSIVE) trace:dsound:DirectSoundDevice_SetCooperativeLevel (0x6f90090,0x40028,DSSCL_EXCLUSIVE) warn:dsound:DirectSoundDevice_SetCooperativeLevel level=DSSCL_EXCLUSIVE not fully supported trace:dsound:IDirectSound8_IDirectSound8_CreateSoundBuffer (0x51501c0,0x32fd18,0x13959a0,(nil)) trace:dsound:DirectSoundDevice_CreateSoundBuffer (0x6f90090,0x32fd18,0x13959a0,(nil)) trace:dsound:DirectSoundDevice_CreateSoundBuffer (structsize=36) trace:dsound:DirectSoundDevice_CreateSoundBuffer (flags=0x00000001: trace:dsound:_dump_DSBCAPS DSBCAPS_PRIMARYBUFFER ) trace:dsound:DirectSoundDevice_CreateSoundBuffer (bufferbytes=0) trace:dsound:DirectSoundDevice_CreateSoundBuffer (lpwfxFormat=(nil)) trace:dsound:PrimaryBufferImpl_Create 0x6f90090,0x6f903bc,0x6f903c0) trace:dsound:PrimaryBufferImpl_Create Created primary buffer at 0x49f0c08 trace:dsound:PrimaryBufferImpl_Create (formattag=0x0001,chans=2,samplerate=48000,bytespersec=192000,blockalign=4,bitspersamp=16,cbSize=0) trace:dsound:PrimaryBufferImpl_AddRef (0x49f0c08) ref was 0 trace:dsound:PrimaryBufferImpl_SetFormat (0x49f0c08,0x32fd04) trace:dsound:DSOUND_PrimarySetFormat (0x6f90090,0x32fd04) trace:dsound:DSOUND_PrimarySetFormat (formattag=0x0001,chans=2,samplerate=48000,bytespersec=192000,blockalign=4,bitspersamp=16,cbSize=0) trace:dsound:DSOUND_RecalcPrimary (0x6f90090) trace:dsound:DSOUND_RecalcPrimary fraglen=2048 helfrags=32 trace:dsound:PrimaryBufferImpl_QueryInterface (0x49f0c08,{279afa84-4981-11ce-a521-0020af0be560},0xb8cc90) trace:dsound:IDirectSound8_IDirectSound8_CreateSoundBuffer (0x51501c0,0x32fcd4,0xb8cc8c,(nil)) trace:dsound:DirectSoundDevice_CreateSoundBuffer (0x6f90090,0x32fcd4,0xb8cc8c,(nil)) trace:dsound:DirectSoundDevice_CreateSoundBuffer (structsize=36) trace:dsound:DirectSoundDevice_CreateSoundBuffer (flags=0x00000090: trace:dsound:_dump_DSBCAPS DSBCAPS_CTRL3D DSBCAPS_CTRLVOLUME ) trace:dsound:DirectSoundDevice_CreateSoundBuffer (bufferbytes=10000) trace:dsound:DirectSoundDevice_CreateSoundBuffer (lpwfxFormat=0x32fcc0) trace:dsound:DirectSoundDevice_CreateSoundBuffer (formattag=0x0001,chans=1,samplerate=10000,bytespersec=10000,blockalign=1,bitspersamp=8,cbSize=0)