Displaying 10 results from an estimated 10 matches for "ipc_key".
Did you mean:
gpg_key
2005 Nov 12
0
alsa asound.conf or .asoundrc that combines multiple playback and capture
...ck for alsa.
I am looking for a way to:
something like "aplay --nonblock test.wav" having at least 2 active one time
and at that same time do "arecord --nonblock -d 1 input.wav"
I have something like:
pcm.!dmixer {
type dmix # 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 # need...
2008 May 14
2
Surround 6ch sound on Wine?
I use Wine for play World of Warcraft, that support on Windows, 6 channel sounds mixing software.
On Ubuntu 8.04 and Wine i get only stereo output.
I've tried to do this .asoundrc for "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...
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
2008 May 24
2
Wine and ALSA
...MI ]: HDA-Intel - HDA ATI HDMI
HDA ATI HDMI at 0xfd8fc000 irq 19
1 [CK804 ]: NFORCE - NVidia CK804
NVidia 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 {...
2004 Nov 01
0
Bug in Ices (metadata update on alsa dsnoop device)
...-11-01 18:51:51] INFO input/input_loop All instances removed, shutting down...
> [2004-11-01 18:51:51] INFO metadata/metadata_thread_signal metadata thread shutting down
> [2004-11-01 18:51:52] INFO ices-core/main Shutdown complete
Here's my asound.conf file:
pcm.alsa-capture {
ipc_key 1
type dsnoop
slave.pcm "hw:0,0"
}
When recording directly from hw:0,0 or oss metadata is updating properly.
Bartlomiej
Akademickie Radio LUZ, Wroclaw, Poland
--
Bart?omiej Krajewski
bartek@kozanostra.org
2016 Dec 20
1
Audio in Windows 10 VM is distorted. Using ALSA.
...el
used alsa device:
pcm.dmixed {
type asym
playback.pcm {
# See plugin:dmix at http://www.alsa-project.org/alsa-doc/alsa-lib/pcm_plugins.html
type dmix
# Don't block other users, e.g. the Timidity midi-player daemon
# http://www.alsa-project.org/alsa-doc/alsa-lib/pcm_plugins.html
ipc_key_add_uid false
ipc_key 1025
ipc_perm 0660
ipc_gid audio
# Don't put the rate here! Otherwise it resets the rate & channels set below, as shown by: cat /proc/asound/card0/pcm0p/sub0/hw_params
slave {
# 2 for stereo, 6 for surround51, 8 for surround71
channels 2
pcm {...
2008 Nov 07
0
fix focus and alsa for gps software
...Second problem was sound. Sounds is garbled with the alsa driver (oss
works but that doesn't allow mixing, 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...
2016 Dec 21
1
Re: Audio in Windows 10 VM is distorted. Using ALSA.
...lsa-project.org/
> alsa-doc/alsa-lib/pcm_plugins.html
> type dmix
>
> # Don't block other users, e.g. the Timidity midi-player
> daemon
> # http://www.alsa-project.org/
> alsa-doc/alsa-lib/pcm_plugins.html
> ipc_key_add_uid false
>
> ipc_key 1025
> ipc_perm 0660
> ipc_gid audio
>
> # Don't put the rate here! Otherwise it resets the rate &
> channels set below, as shown by: cat /proc/asound/card0/pcm0p/sub0/
> hw_pa...
2012 Mar 04
1
Re: No sound in Wine 1.3.37 (tried known solutions already)
...=DX,DEV=0
Xonar DX, Multichannel
IEC958 (S/PDIF) Digital Audio Output
I have no ~/.asoundrc. My /etc/asound.conf, which seems to work flawlessly in other respects, is:
Code:
pcm.!default {
type plug
slave.pcm "dmixer"
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "hw:DX"
}
bindings {
0 0
1 1
}
}
ctl.dmixer {
type hw
card DX
}
The output from winecfg when the sound test works successfully is:
Code:
ALSA lib pcm_dmix.c:957:(snd_pcm_...
2011 Aug 19
26
Pulse audo in 1.3.25+
So I used to use the winepulse patch for wine. (Yes I like pulse). But
since 1.3.25+ uses mmdevapi for audio, that patch no longer works. That
author points to a wine multimedia git, however, after installing that I
have no more sound in any wine application, and the winecfg test audio says
audio failed. How do I get this new sound server working in wine?
--
Sincerely,
MacNean C. Tyrrell