OS/2, eCS & ArcaOS - Technical > Multimedia

Static and looping audio with UniAud

(1/1)

Neil Waldhauer:
I'm installing eCS 2.2 beta II on a Lenovo ThinkCentre M32 thin client. This is pretty new, not everyone has it for sale yet. eCS mostly works, but the sound is staticy and loopy. Moving the mouse around fast influences the static and loopiness.

There was an old bug with static and loopiness, but that was for SND.DLL and supposed to be fixed by MMFIX.EXE.

Any idea how to troubleshoot?

Eugene Gorbunoff:
Uniaud doesn't work properly with computers manufactured after .. ~ 2010.

Solution:
* Use USB Audio adapter
* Install old C-Media card / Creative

Neil Waldhauer:
Thin clients don't have slots so no possibility of installing any other sound card.
UniAud recognized the hardware, and it nearly works.

xynixme:

--- Quote from: thinkwiki.org ---the ALSA intel8x0 driver plays sound too fast. The following /etc/asound.conf restores normal operation:
--- End quote ---


--- Code: ---  pcm.intel8x0-hw {
  type hw
  card 0
  }
 
  pcm.!default {
  type plug
  slave.pcm "intel8x0"
  }
 
  pcm.intel8x0 {
  type dmix
  ipc_key 1234
  slave {
  pcm "hw:0,0"
  period_time 0
  period_size 512
  buffer_size 4096
  rate 44100
  }
  }
 
  ctl.intel8x0-hw {
  type hw
  card 0
  }
--- End code ---

Regarding UniAud and shooting troubles, is there a way to execute (the equivalent of) this code with OS/2?

Navigation

[0] Message Index

Go to full version