Displaying 9 results from an estimated 9 matches for "period_size".
2005 Nov 12
0
alsa asound.conf or .asoundrc that combines multiple playback and capture
...e ipc id
ipc_perm 0666 # would like to use icp_group
instead
ipc_key_add_uid no # share the same mixer with all
users
slave {
pcm "hw:0,0"
period_time 0 # needed by oss (= 0)
period_size 1024 # needed by oss (= 2^n)
period_size 8192 # needed by oss (= 2^n)
format S16_LE
rate 48000
}
}
pcm.!dsnoop {
type dsnoop # plugin type
ipc_key 5678293 # unique ipc id...
2016 Dec 21
1
Re: Audio in Windows 10 VM is distorted. Using ALSA.
...type hw
> card "PCH"
> device 0
> subdevice 0
> }
>
> # mplayer2 chooses 1024
> # period_size 512 with buffer_size 16384 stops
> crackling in xmame
> # 320 breaks flash - https://bbs.archlinux.org/
> viewtopic.php?id=129458
> #period_size 512
> period_size 1024
>
> # 4096 mig...
2016 Dec 20
1
Audio in Windows 10 VM is distorted. Using ALSA.
...channels 2
pcm {
format S16_LE
#format S32_LE
#rate 44100
rate 48000
# http://www.alsa-project.org/alsa-doc/alsa-lib/pcm_plugins.html
# Maybe helps
nonblock true
type hw
card "PCH"
device 0
subdevice 0
}
# mplayer2 chooses 1024
# period_size 512 with buffer_size 16384 stops crackling in xmame
# 320 breaks flash - https://bbs.archlinux.org/viewtopic.php?id=129458
#period_size 512
period_size 1024
# 4096 might make sound crackle
# mplayer2 chooses 8192. Half-Life 2 chooses 16384.
# If too large, use CONFIG_SND_HDA_PREA...
2008 Nov 07
0
fix focus and alsa for gps software
..., aoss used to work around it, but
not anymore). I could use tricks with .asoundrc to fix it:
pcm.!default {
type plug
slave.pcm "dmixer"
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "hw:0,0" # change this if you use other sound
period_size 256
buffer_size 8192
}
}
The trouble is wine trying to force weird defaults on alsa on two
params that renders period_size/buffer_size not power of 2 inside the
driver and that makes the app sound ring it go out of sync. Since I've
to rebuild wine for the focus problem I preferred...
2008 May 14
2
Surround 6ch sound on Wine?
...use on Wine, of 6channels and I don't get any sound.
Code:
pcm.!default {
type dmix
ipc_key 1024
ipc_key_add_uid false # let multiple users share
ipc_perm 0660 # IPC permissions (octal, default 0600)
slave {
pcm "hw:0,0" # see below
rate 48000
channels 6
period_time 0
period_size 1024
buffer_time 0
buffer_size 4096
}
}
pcm.asym51 {
type asym
playback.pcm "dmixs51"
capture.pcm "hw:0,0" # this might be "dsnoop:0"
}
pcm.dsp0 {
type plug
slave.pcm "asym51"
}
Wine can support 6...
2011 Mar 13
4
more than 16 bit audio
hello,
can I get out of wine more than 16 bit output?
sound_file -> player -> wine_out, which is 24/32 to linux?
somethink like that, I am audiophile :(
thank you
2004 Feb 03
1
starcraft problem
Hi all, i have just finished my installation of wine as normal user (see
below). Notepad is running fine, so i decided to run something more fun,
starcraft.
The installation program works, even with sound and all, exept when i decide
to run the previews. The previews run rine, but whithout sound. When i return
to the installation program the sound is gone. But anyway, it does it's yob,
2008 May 24
2
Wine and ALSA
...My .asoundrc:
Code:
boxfire at hammertime ~ $ cat .asoundrc
pcm.dmix8 {
type dmix
ipc_key 12354
ipc_key_add_uid true
slave {
pcm "hw:1,0"
rate 48000
channels 8
period_time 0
period_size 1024
buffer_time 0
buffer_size 8192
}
}
pcm.ch71dup {
type route
slave.pcm dmix8
slave.channels 8
ttable.0.0 1
ttable.1.1 1
ttable.0.2 1
ttable.1.3 1
ttable.0.4 1
ttable.0.5 1
tt...
2004 Feb 04
0
wine-20040121 & starcraft, a collection of dumps
...TERLEAVED
trace:wave:ALSA_TraceParameters format=S8
trace:wave:ALSA_TraceParameters channels=0
trace:wave:ALSA_TraceParameters buffer_size=0
trace:wave:ALSA_TraceParameters rate=0
trace:wave:ALSA_TraceParameters buffer_time=0
trace:wave:ALSA_TraceParameters periods=0
trace:wave:ALSA_TraceParameters period_size=0
trace:wave:ALSA_TraceParameters period_time=0
trace:wave:ALSA_TraceParameters tick_time=1000
trace:wave:ALSA_WaveInit Configured with dwFmts=00000888 dwSupport=0000006c
trace:wave:ALSA_InitializeVolumeCtl ctrl range: min=0 max=31 step=0
trace:wave:ALSA_WaveInit dev=0 id=SB16 DSP name=DSP v4....