http://bugs.winehq.org/show_bug.cgi?id=22498 --- Comment #20 from Raymond <superquad.vortex2(a)gmail.com> 2010-05-08 08:02:25 --- (In reply to comment #19)
aplay -v -D default any.wav
had to lame --decode an mp3 to get a reasonable test wav file. sound is playing fine, no problems:
rojer(a)nbx:~/Local/Audio$ aplay -v -D default test.wav Playing WAVE 'test.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo ALSA <-> PulseAudio PCM I/O Plugin Its setup is: stream : PLAYBACK access : RW_INTERLEAVED format : S16_LE subformat : STD channels : 2 rate : 44100 exact rate : 44100 (44100/1) msbits : 16 buffer_size : 22050 period_size : 5512 period_time : 125000 tstamp_mode : NONE period_step : 1 avail_min : 5512 period_event : 0 start_threshold : 22050 stop_threshold : 22050 silence_threshold: 0 silence_size : 0 boundary : 1445068800 ^CAborted by signal Interrupt...
you problem is using alsa-pulse plugin instead of dmix you are using pulseaudio ( alsa-pulse plugin ) which accept the period time/buffer time requested by wine but PA server is running at access: MMAP_INTERLEAVED format: S16_LE subformat: STD channels: 2 rate: 44100 (44100/1) period_size: 44096 buffer_size: 88192 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.