search for: period_time

Displaying 9 results from an estimated 9 matches for "period_time".

Did you mean: period_size
2008 Nov 07
0
fix focus and alsa for gps software
...19:49:37.000000000 +0100 @@ -577,8 +577,8 @@ static DWORD wodOpen(WORD wDevID, LPWAVE snd_pcm_access_t access; snd_pcm_format_t format = -1; unsigned int rate; - unsigned int buffer_time = 120000; - unsigned int period_time = 20000; + //unsigned int buffer_time = 120000; + //unsigned int period_time = 20000; snd_pcm_uframes_t buffer_size; snd_pcm_uframes_t period_size; int flags; @@ -753,9 +753,9 @@ static DWORD wodOpen(WORD...
2005 Nov 12
0
alsa asound.conf or .asoundrc that combines multiple playback and capture
...# plugin type ipc_key 5678293 # unique 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 typ...
2008 May 14
2
Surround 6ch sound on Wine?
...uot;force" 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" } Wi...
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,
2016 Dec 21
1
Re: Audio in Windows 10 VM is distorted. Using ALSA.
Hi, I found the main reason for sound distortions on my system is guest timer configuration. The working one is: <clock offset="localtime"> <timer name="hypervclock" present="yes"/> <timer name="hpet" present="no"/> <timer name="rtc" present="yes" track="guest"
2008 May 24
2
Wine and ALSA
...a CK804 with ALC850 at irq 22 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...
2004 Feb 04
0
wine-20040121 & starcraft, a collection of dumps
...at=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.16 subdev=0 subdev_name=subdevice #0 subdev_a...
2008 Dec 05
0
Wine release 1.1.10
...xed memory resize function which returned paragraphs in some cases instead of bytes. winedos: Fixed a problem with timer values that are below 50ms. Reece Dunn (2): winealsa: Calculate the delay correctly as snd_pcm_delay is not reliable in this context. winealsa.drv: Correct the period_time value for pulseaudio. Ricardo Filipe (7): advapi32: Removed dead assignments (llvm/clang). quartz: Removed dead code and variables (llvm/clang). comctl32: Removed dead assignments (llvm/clang). comdlg32: Removed dead assignments (llvm/clang). crypt32: Remove dead code...