Displaying 7 results from an estimated 7 matches for "mixer0".
Did you mean:
mixer
2004 Dec 09
0
solution - running asterisk on box using alsa (FC3) for CONSOLE/dsp and wishing to play audio from browser
I found this information elsewhere....
making it /root/.asoundrc helped.
# This is .asoundrc
#
# this makes legacy OSS apps use alsa software mixing dmix
pcm.dsp0 {
type plug
slave.pcm "dmix"
}
# mixer0 can stay unchanged, because it isn't used anyway, I guess ? ;)
ctl.mixer0 {
type hw
card 0
}
# this makes native ALSA apps default to using dmix
pcm.!default {
type plug
slave.pcm "dmix"
}
2005 Sep 16
0
alsa issue with asound.conf
...ts up and works. However
I NEED the asound.conf for another application.
What might be the issue here?
THanks
jerry
/etc/asound.conf
-------------
# This is /etc/asound.conf
#
# this makes legacy OSS apps use alsa software mixing dmix
pcm.dsp0 {
type plug
slave.pcm "dmix"
}
# mixer0 can stay unchanged, because it isn't used anyway, I guess ? ;)
ctl.mixer0 {
type hw
card 0
}
# this makes native ALSA apps default to using dmix
pcm.!default {
type plug
slave.pcm "dmix"
}
-----------
2009 Oct 03
1
Asterisk and Jack
...back_1
1 alsa_pcm:playback_2
}
capture_ports {
0 alsa_pcm:capture_1
1 alsa_pcm:capture_2
}
}
pcm.jack1b {
type plug
device jack1b
server linux
slave {
pcm "jack1"
rate 8000
format FLOAT
channels 2
}
}
ctl.mixer0 {
type hw
card 1
}
in alsa.conf?:
input_device=default
output_device=default
That works fine.
3 ) chan_alsa.so with jackd started
Jackd launch command :
jackd --port-max 16 --realtime --no-mlock -d alsa --playback hw:1,0
--capture hw:1,0 --rate 8000 --period 1024 --shorts --inchannels 2...
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 Aug 06
1
FreeBSD - 2 soundcards?
Hello,
does anyone have experience of running two or more sound cards in a FreeBSD
machine? I'm using liveice/icecast to stream radio stations, and I'd like
to get several in one box.
I realise a BSD list would be a better place for this, but who else but
streaming folk would ever think about multiple sound cards?
After installing a second card, when I makedev snd1, it creates all the
2008 Aug 08
2
Audio CD problem on laptop VGN-SZ61MN
Is there anyone out there who has installed FreeBSD on the above Sony
laptop ?
Both ''cat filename > /dev/dsp0.0'' or ''vlc cdda:///dev/acd0@1 are OK.
If I run ''cdcontrol -f /dev/acd0 play'', there is no sound.
But the output of ''cdcontrol -f /dev/acd0 status audio'' is alright.
(same behaviour for cd0 instead of acd0)
And the output
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