search for: asoundrc

Displaying 20 results from an estimated 38 matches for "asoundrc".

2005 Nov 12
0
alsa asound.conf or .asoundrc that combines multiple playback and capture
I have searched all around and combined items in an /etc/asound.conf file to have by default a capture and multiple playback 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
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 channe...
2010 Oct 04
1
Re: CS:S microphone
Hi, I also have the same problem, I tried wine with alsa, oss and I tried to jack. I tried really everything here. My microphone works perfectly with Skype and other applications such as audio recorders, but in CS: S (counter-strike source) it crashed on the first day of use. I use Arch Linux but the same happened with Debian Lenny. On the first day and everything works the mic (perfect!!) Hours
2005 Sep 21
2
Just can't get sound working in Firefox
I have been all up and down my Firefox options, and all up and down whatever sound card configurations I could find in Gnome. And I just can't get sound to work. Whether it's a Flash animation, a Quicktime movie, or anything, they all run, but no sound. All other applications that run sound, like Xine or XMMS, work fine (although mysteriously XMMS every now and again loses it's
2008 Oct 04
5
[Bug 17896] New: no sound with 0.8.0-1 hardy w/ usb audio
http://bugs.freedesktop.org/show_bug.cgi?id=17896 Summary: no sound with 0.8.0-1 hardy w/ usb audio Product: swfdec Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org
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 defau...
2009 Oct 03
1
Asterisk and Jack
Hi, I want to use asterisk with jack audio. I tried the next configurations : 1 ) app_jack.so -> does not work. 2 ) chan_alsa.so without jackd started my .asoundrc : pcm.!default { type hw card 1 } pcm.jack1 { type jack playback_ports { 0 alsa_pcm:playback_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...
2008 May 24
2
Wine and ALSA
...olC1 I have two sound devices Code: boxfire at hammertime ~ $ cat /proc/asound/cards 0 [HDMI ]: 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 102...
2011 Jan 09
1
alsa - spdif
.... When I make: speaker-test -Dplughw:0,1 -c2 i can hear the sound. If I set the DevicePCM1 to default i can hear sounds from analog output trying to set hw:0 hw:0,1 plughw:0,1 didn't produced any sound (analog nor digital). How should I setup Alsa Driver in the wine registry? asound.conf and .asoundrc is empty. $ aplay -l **** List of PLAYBACK Hardware Devices **** card 0: Intel [HDA Intel], device 0: VT1708S Analog [VT1708S Analog] Subdevices: 2/2 Subdevice #0: subdevice #0 Subdevice #1: subdevice #1 card 0: Intel [HDA Intel], device 1: VT1708S Digital [VT1708S Digital] Subdevices: 0/1...
2011 Aug 06
1
Re: Audacity in wine does not find "default" sound sys
...uot;wine sound mapper" sound system? > > Also, I understand wine has been making major (good) changes to the sound system. Am I the only one with sound issues, and if so, what am I doing wrong? > > I have pulseaudio disabled, and have my default sound card correctly identified in asoundrc. I'm not sure, but I think Audacity normally wants to control the sound hardware directly, and the "Wine Sound Mapper" choice makes it go through whatever driver is selected in winecfg. Other people have had sound issues. As changes are implemented, some things break along the way...
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 Nov 07
0
fix focus and alsa for gps software
...groundWindow( GetDesktopWindow() ); + //SetForegroundWindow( GetDesktopWindow() ); } } } 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 fo...
2007 Mar 19
3
Sound Problems
Hey guys, I am having some problems getting the sound to work with wine, and I was hoping someone here might be able to help me out. This is my first time using wine, so I am still learning about it. Anyway, when I try to run my application, I get an error back: err:wave:DSDB_MapBuffer Could not map sound device for direct access (Input/output error) err:wave:DSDB_MapBuffer Please run winecfg,
2009 Aug 17
4
pulseaudio/wine question
When people have audio trouble with programs in wine the first suggestion is always to remove pulseaudio, I'm not questing that - it often fixes the problem, but I do wonder if there are plans to make wine and pulseaudio work better together? Each new version of the major Linux distros seems to make pulse harder and harder to remove without messing up the system. Outside of wine pulse is
2008 Jan 05
1
Pidgin and (lack of) sound on CentOS 4.6
...e confident that would apply to CentOS. Searching on gaim instead of pidgin finds stuff that's four years old and almost certainly not relevant. Unfortunately I don't have much experience with audio apps on linux (or anywhere else, for that matter). I've never had any luck creating a .asoundrc or trying to get all my applications to agree on whether to use ALSA instead of OSS (although I take it OSS is pretty much obsolete now, I don't even know if the kernel in RHEL4 is recent enough to use ALSA by default). So if anyone has any clues to share on how to go about diagnosing this, I&...
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
2011 Mar 07
1
No sound with alsa and Nvidia HDMI
...vant info: $ wine --version wine-1.3.12 $ cat /proc/version Linux version 2.6.35.11-83.fc14.x86_64 (mockbuild at x86-01.phx2.fedoraproject.org) (gcc version 4.5.1 20100924 (Red Hat 4.5.1-4) (GCC) ) #1 SMP Mon Feb 7 07:06:44 UTC 2011 i.e. 64 bit Fedora 14 with all official updates etc. $ cat ~/.asoundrc pcm.!default { type hw card 0 device 3 } pcm.!surround51 { type hw card 0 device 3 } pcm.!surround71 { type hw card 0 device 3 } pcm.!surround61 { type hw card 0 device 3 } ctl.!default { type hw card 0 } $ aplay -l **** List of PLAYBACK Hardware Devices **** card 0: NVidi...
2005 May 02
4
streaming from the sound card
Hi, I'm trying to set up Icecast and Ices to stream from my sound card's line-in. I'm using ALSA. I'm experienced in Linux but haven't spent much time on multimedia and I'm new to streaming. Platform is Mandrake 10.1 with kernel held to 2.4. The sound card is working and I can record to file using sox. Ices and Icecast both start okay, and aren't logging any
2004 Dec 14
0
Streaming 2 different sources with darkice
...ur solution to this was to get an in-studio AGC to use just for the webcast. So now we've got two different audio streams we need to send to icecast. We've got an M-Audio Delta 66 with the post-processed audio on lines 1 and 2, and the pre-processed audio on lines 3 and 4. I found a .asoundrc that lets me use the aliases channel1 and channel2 to address the different inputs, and these work fine in darkice. However, they don't work at the same time. I was running separate instances of darkice, and the second one will start, but apparently it can't open the audio device sinc...
2005 May 02
0
streaming from the sound card
...for client from this description I would say that the input is stalled, some other app has the device open and ices stalls when trying to open it. > Any ideas? Here's the pertinent config... > > icecast-2.0.1-1mdk > ices-2.0.0-4mdk ices 2.0.1 has better ALSA support. Using ALSA asoundrc you can configure a device to use dsnoop/dmix and allow multiple apps share the same device at the same time. > cat /etc/ices.conf > <?xml version="1.0"?> > <ices> > <background>0</background> > <logpath>/var/log/ices</logpath>...