[Alsa-user] No sound right after watching videos / using voice IP programs

2015-11-26 Thread Carlos
tain from alsa-info.sh (Subsystem: 1462:7586) Using a generic options snd_hda_intel model doesn't seem to work. Thanks for any help you can provide me. Cheers, -- Carlos -- Go from Idea to Many App Stores Faster with

Re: [Alsa-user] Dynamic Range Compressor with surround51

2011-02-08 Thread Carlos Acedo
sts tonight with "plug:surround51:0" > > Same result as with "plug:surround51", only left and right :( -- Carlos. -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint

Re: [Alsa-user] Dynamic Range Compressor with surround51

2011-02-08 Thread Carlos Acedo
Hi Clemens, > > If I do a speaker-test -c 6 -D ladcomp -t wav I only hear front-left and > > front-right > > Probably because "plughw:0" is a stereo device. > > > I have tried things like slave.pcm surround51 in fastLookaheadLimiter, and > > many combinations, but I always end up with errors like

[Alsa-user] Dynamic Range Compressor with surround51

2011-02-07 Thread Carlos Acedo
ight Could anyone guide me on how to do this?, is this actually possible? I have tried things like slave.pcm surround51 in fastLookaheadLimiter, and many combinations, but I always end up with errors like the device is no usable. Thank you in advance. -- Carlos. -

[Alsa-user] how to use bluetooth headsets with alsa

2009-02-12 Thread Carlos Lorenzo Matés
i set this /dev/dsp0 but the /dev/dsp0 get not redirected to the btheadsets. the application gives no error and display my device as active, but i hear any sound Is this rigth? Is possible to make this work to non aware alsa applications? Many Thanks -- Un Saludo. Carlos Lorenzo Matés.

Re: [Alsa-user] Who sets /dev/snd/* owners/perms upon login?

2008-03-10 Thread Juan Carlos Castro y Castro
John Sigler escreveu: > Juan Carlos Castro y Castro wrote: > >> When I log in from the text consoles or the native GUI (but not by ssh) >> the pemissions and owner in /dev/snd are changed to 0600 and the >> logged-in user, respectively. I can't find where, or in

[Alsa-user] Who sets /dev/snd/* owners/perms upon login?

2008-03-10 Thread Juan Carlos Castro y Castro
When I log in from the text consoles or the native GUI (but not by ssh) the pemissions and owner in /dev/snd are changed to 0600 and the logged-in user, respectively. I can't find where, or in what script, this is done. I'd like to disable that behavior and leave all permissions in /dev/snd to

[Alsa-user] Availability of ALSA devices from non-console sessions

2008-03-05 Thread Juan Carlos Castro y Castro
I see that ALSA devices are only available from the local X server and from the text consoles (tty[1-6]). I would like to be able to access ALSA devices from processes running under a VNC session started with vncserver. Is that possible? This happens in CentOS 5 and in Fedora 8. Thx, Juan

[Alsa-user] Format used by loopback module

2008-01-31 Thread Carlos Hernandez
Hi Can someone tell me what frequency and bits is used by this module internally? I mean, I'm sending audio to this loopback, but I'm not sure if it is doing some resample or something... thanks - This SF.net email is spons

[Alsa-user] inaccurate sound using snd-aloop module

2008-01-25 Thread Carlos Hernandez
Hi list, I'm currently using the snd-aloop module to communicate 2 application sharing audio. hw:0 real sound card hw:1 loopback card I can send audio from one of them to hw:1,0, and then reads the audio using the second application from hw:1,1. It works, but with no accurate behavior. The audi

[Alsa-user] audio-detection

2008-01-23 Thread Carlos Hernandez
Hi list.. is there any alsa-application that can be used to detect a certain level of audio and then do something?... I mean, a kind of "peek detector", some like motion-detection but in audio using alsa... thanks - This SF

[Alsa-user] 2 loopback device

2008-01-07 Thread Carlos Hernandez
Hello list, I got a loopback device by doing "modproble snd-aloop". I can send audio to "hw:1,0" and the reads that audio from "hw:1,1" successful. But now, I need a second loopback device. How can I up that second device? I mean, I would like to get something like "hw:2,0", "hw:2,1", etc... d

[Alsa-user] Default loopback device

2008-01-05 Thread Carlos Hernandez
Hi list, Im trying to send data from one application to the alsa loopback device. What is the default device of loopback?.. .I mean, I can select only one of these (in a particular application): "Default" "loopback" "Hda Intel" As my Hda-Intel is card 0, "default" device is pointed to "hw:0,0".

Re: [Alsa-user] FIle plugin and format change

2007-12-21 Thread Carlos Hernandez
Last version come with Alsa support (configure with --enable-mp4live-alsa) ALSAaudio_alsa_source.cpp in fact I've used Alsa, and it works perfect using "default" device. But file device doesnt :( On 22/12/2007, Bill Unruh <[EMAIL PROTECTED]> wrote: > On Sat, 22 De

Re: [Alsa-user] FIle plugin and format change

2007-12-21 Thread Carlos Hernandez
cannot specify the format. When I run mp4live it says: mp4live: pcm_params.c:2351: sndrv_pcm_hw_params: Assertion `err >= 0' failed. I dont know what to do. Thanks On 22/12/2007, Bill Unruh <[EMAIL PROTECTED]> wrote: > On Sat, 22 Dec 2007, Carlos Hernandez wrote: > >

Re: [Alsa-user] FIle plugin and format change

2007-12-21 Thread Carlos Hernandez
rate 44100 } } but this does not work... thanks anyway On 22/12/2007, Lee Revell <[EMAIL PROTECTED]> wrote: > On Dec 21, 2007 9:39 PM, Carlos Hernandez <[EMAIL PROTECTED]> wrote: > > Here the "format", "rate" and "channels" are set up, and th

[Alsa-user] FIle plugin and format change

2007-12-21 Thread Carlos Hernandez
g slave { pcm infile } } pcm.infile { type file slave { pcm null } file /dev/null infile /home/carlos/sting.raw } The input file is "sting.raw" (without header). with arecord: $ arecord -D plug

Re: [Alsa-user] File Plugin

2007-12-18 Thread Carlos Hernandez
I dont want to use aplay or arecord. I got mp4live (as file player), and want to read audio with this application. I've passed the param "infile:/home/carlos/record.raw" The problem is that mp4live shows an error: mp4live: pcm_params.c:2351: sndrv_pcm_hw_params: Assertion `e

[Alsa-user] File Plugin

2007-12-17 Thread Carlos Hernandez
null infile "/home/carlos/record.wav" format "raw" } Can someone tell me how to correctly configure the file plugin to read audio from a file?... thanks - SF.Net email is sponsored by: Check

[Alsa-user] Select a Virtual device

2007-12-13 Thread Carlos Hernandez
Hi list, I've modified the "asound.conf" file to adjust some things I need. In particular, I want to send audio from one application to another, using the file plugin from alsa. in the configuration file-->cat asound.conf... pcm.audioplayer{ type file slave null i

[Alsa-user] Loopback device

2007-11-14 Thread Carlos Hernandez
Looking everywhere I cant find an answer. I got 2 applications, I want first app send the audio to the second app. One of them is sending audio to the "Loopback" device(This app ask me for the output device, I'd selected it). The another app ask me for a output device like: type: ALSA

Re: [Alsa-user] Send a *.wav into a input device

2007-11-05 Thread Carlos Hernandez
audio (I think) to the "Loopback" device (I've selected it) but the second application is asking me for a device like "/dev/??"... the question now is... what device in "/dev/* " should I select to read the audio? thanks a lot... a lot... y

Re: [Alsa-user] Send a *.wav into a input device

2007-11-04 Thread Carlos Hernandez
o mp4live. The question is: is there any way to send the audio from this "file.wav" to an ALSA o OSS device and thus read the data with mp4live from this device? ... Hope u can understand me now... thanks... On 04/11/2007, Bill Unruh <[EMAIL PROTECTED]> wrote: > > On Su

[Alsa-user] Send a *.wav into a input device

2007-11-03 Thread Carlos Hernandez
I was looking for this everywhere to find a solution... no luck... Hope u can help me.. I got an application that only can read audio from an ALSA input device (like a mic input in a sound card commonly), but the problem I have is that the audio I got is in a raw .wav file. it's possible to use so

[Alsa-user] Invitation from Carlos Pita ([EMAIL PROTECTED])

2007-09-09 Thread Carlos Pita
h old friends, maintain a blog, share videos & photos, chat with other members, play games, and more. It's no wonder Quechup is fast becoming 'The Social Networking site to be on' Join Carlos and his friends today: http://quechup.com/join.php/aT0wMDAwMDAw

Re: [Alsa-user] Noisy dmix+dsnoop+asym recording

2007-06-18 Thread Carlos Pita
I forgot to say that all other things being equal the output is clean too for oss emulation without aoss, that is, without dsnoop, dmix and asyn. Cheers, Carlos On 6/18/07, Carlos Pita <[EMAIL PROTECTED]> wrote: Hi folks, I'm capturing my guitar through dsnoop with the configura

[Alsa-user] Noisy dmix+dsnoop+asym recording

2007-06-18 Thread Carlos Pita
ack I usually find that quality is acceptable for much smaller buffers, for example 4 periods with 64 frames per period). Thank you in advance Cheers, Carlos type dmix slave { pcm "hw:0,0" channels 2 period_size 1024 buffer_size 4096 rate 48000 } } pcm.dsnooped { ipc

Re: [Alsa-user] dmix not working for oss

2007-06-17 Thread Carlos Pita
No, I thought that aoss was a second choice, not complementary to emulation by snd_*_oss modules, was I wrong? Cheers, Carlos On 6/17/07, Lee Revell <[EMAIL PROTECTED]> wrote: On 6/17/07, Carlos Pita <[EMAIL PROTECTED]> wrote: > Sorry, it was an error when copy pasting to the

Re: [Alsa-user] dmix not working for oss

2007-06-17 Thread Carlos Pita
Sorry, it was an error when copy pasting to the email. The real .asoundrc is as: pcm.dsp0 { type plug slave.pcm "dmix" } ctl.mixer0 { type hw card 0 } Cheers, Carlos On 6/17/07, Lee Revell <[EMAIL PROTECTED]> wrote: On 6/17/07, Carlos Pita <[EMAIL PROTECTED]

[Alsa-user] dmix not working for oss

2007-06-17 Thread Carlos Pita
LSA library Any ideas of what could be happening here? Thank you in advance. Cheers, Carlos - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XM

[Alsa-user] "aplay" can't play a .au file that "play" plays.

2006-05-16 Thread Juan Carlos Castro y Castro
Ouch, that was a fugly subject line. You can download the file here: http://www.seethedonkey.com/tvthemesongs/Spiderman.au "play -d /dev/dsp1" works without a problem, via kernel's OSS emulation. I updated ALSA to hg trunk. hw:1 / dsp1 is an USB-to-analog-headset adapter. [EMAIL PROTECTED]

[Alsa-user] Re: [PROGRESS] Banging heads with .asoundrc

2006-05-09 Thread Juan Carlos Castro y Castro
Lee Revell wrote: Cannot work. Nothing you do to and ALSA config file has any effect on apps that use the in-kernel OSS emulation as they are bypassing alsa-lib completely. The only option if you want to use all the advanced featured of ALSA is not to use the in-kernel OSS emulation. It's a c

[Alsa-user] Banging heads with .asoundrc

2006-05-08 Thread Juan Carlos Castro y Castro
Please don't hit me over the head. I'll freely admit I'm dense. I couldn't make heads or tails of the .asoundrc documentation (or the many other links I found on the Web) if my life depended on it. I want to create a virtual soundcard that is actually a file. Eventually I was able to move away

Re: [Alsa-user] Unknown PCM default

2006-03-29 Thread Carlos Munoz
Carlos Munoz wrote: No, they do not exist. I just remembered that I had copied the whole /usr/share/alsa directory to my development board. I will try that and let you know what I find. Yes, that did the trick. I copied the /usr/share/alsa directory to the board and everything is good now

Re: [Alsa-user] Unknown PCM default

2006-03-29 Thread Carlos Munoz
that and let you know what I find. Thanks, Carlos --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group

Re: [Alsa-user] Unknown PCM default

2006-03-29 Thread Carlos Munoz
Carlos Munoz wrote: Lee Revell wrote: On Wed, 2006-03-29 at 16:49 -0800, Carlos Munoz wrote: Hi All, I'm getting the following error when using an alsa application: ALSA lib pcm.c:2099:(snd_pcm_open_noupdate) Unknown PCM default Error opening PCM device default This

Re: [Alsa-user] Unknown PCM default

2006-03-29 Thread Carlos Munoz
Lee Revell wrote: On Wed, 2006-03-29 at 16:49 -0800, Carlos Munoz wrote: Hi All, I'm getting the following error when using an alsa application: ALSA lib pcm.c:2099:(snd_pcm_open_noupdate) Unknown PCM default Error opening PCM device default This is an incomplete driver

[Alsa-user] Unknown PCM default

2006-03-29 Thread Carlos Munoz
0: [0- 0]: ctl 33: : timer Reading /cat/sndstat produces an error: # cat /dev/sndstat cat: /dev/sndstat: No such device I searched for the solution to this problem but didn't find anything. If anyone knows how to fix this problem please let me know. Thanks, Ca

Re: [Alsa-user] Parts of alsa not working??

2004-03-20 Thread Carlos Garcia Argos
From: Casey J Heshler <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Sat, 20 Mar 2004 07:04:58 -0600 Subject: [Alsa-user] Parts of alsa not working?? I can not get any Sound Notifications from KDE, assuming I need to point KDE to an external player (aplay), this can be because I can't locate apla

[Alsa-user] Problem with volume on SiS7012

2004-03-20 Thread Carlos García Argos
tails: - Soundcard: SiS 7012 - Kernel: 2.6.3 and 2.4.25 - ALSA device list: #0: SiS SI7012 at 0xdc00, irq 11 - Window Manager: KDE 3.2 I have already tried purging ALSA and reinstalling. Hope you can help, thank you on advance. -- Carlos Garcia Argos Estudiante de Ingeniería Superi

Re: [Alsa-user] ADI AD1888 soundmax (such as in Asus P4P800S)

2004-02-08 Thread Carlos Fernandez Sanz
Message - From: "Jaroslav Kysela" <[EMAIL PROTECTED]> To: "Carlos Fernandez Sanz" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, January 25, 2004 09:45 Subject: Re: [Alsa-user] ADI AD1888 soundmax (such as in Asus P4P800S) > On Sun, 25 Jan 20

Re: [Alsa-user] ADI AD1888 soundmax (such as in Asus P4P800S)

2004-01-25 Thread Carlos Fernandez Sanz
Hi, > > Is the ADI AD1888 chipset supported yet? I'm asking because it doesn't seem > > to work out-of-the-box with Alsa 1.0.1, however Asus does have a driver in > > their page (see download area for their P4P800S motherboard), but it's for > > Alsa 0.9 (or rather, it *is* a custom Alsa 0.9). > >

[Alsa-user] ADI AD1888 soundmax (such as in Asus P4P800S)

2004-01-24 Thread Carlos Fernandez Sanz
Hi,Is the ADI AD1888 chipset supported yet? I'm asking because it doesn't seemto work out-of-the-box with Alsa 1.0.1, however Asus does have a driver intheir page (see download area for their P4P800S motherboard), but it's forAlsa 0.9 (or rather, it *is* a custom Alsa 0.9).I have never devel

[Alsa-user] Cannot get joystick working.

2003-12-27 Thread Carlos Eduardo Pedroza Santiviago
input: Microsoft SideWinder GamePad on isa0201/gameport0 [3-bit id 75 data 5] and it works. any clue? :) thanks, -- Carlos Eduardo Pedroza Santiviago -- Carlos Eduardo Pedroza Santiviago - pgp public key available at : http://www.core-dumped.org/keys/seg.asc

[Alsa-user] alsa output with 2 sounds cards

2003-09-25 Thread Carlos
Hello I am using last alsa version with 2 SB128 PCI cards (ens1371 driver) The problem is : - when I listen sound on card1, my speakers must be plugged on card1 if I want to listen the sound - and when I listen sound on card2, my speakers must be plugged on card2 if I want to listen the sound. OS

RE: [Alsa-user] usb midi configuration

2003-02-24 Thread carlos ramirez
Brilliant, this worked perfectly. Thanks a lot. On Wed, 19 Feb 2003 08:40:28 +0100 (MET) Clemens Ladisch <[EMAIL PROTECTED]> wrote: carlos ramirez wrote: > Recompiling from the rc7 sources didn't fix it -- > perhaps the cvs sources then? Yes, it has been fixed after rc7.

RE: [Alsa-user] usb midi configuration

2003-02-18 Thread carlos ramirez
ow am working through the unresolved symbols issue due to kernel versioning. Have you tried this module? --Carlos On Tue, 18 Feb 2003 13:50:07 -0800 Mark Knecht <[EMAIL PROTECTED]> wrote: Carlos, This is apparently a bug in Alsa before the end of January. (rc7) You have to update Alsa to fi

[Alsa-user] usb midi configuration

2003-02-18 Thread carlos ramirez
the same if I swap the card numbers making the midiman card no. 0. I can read data from port 0 of the midiman, but I'm not sure how I can get a sequencer or any kind of player to output to the midisports 'port 1' which I am assuming

[Alsa-user] ali5451 chipset

2002-06-10 Thread Carlos Lacasta
00, irq 10 Audio devices: 0: ALI 5451 (DUPLEX) Synth devices: NOT ENABLED IN CONFIG Midi devices: NOT ENABLED IN CONFIG Timers: 7: system timer Mixers: 0: mixer00 Cheers, Carlos ___

[Alsa-user] some issues with SBLive SPDIF output

2002-02-05 Thread José Carlos Monteiro
ernels, or ALSA with any kernel)? If you can I would like to hear from you, and please let me also know your SBLive rev number (mine is rev 07), as well as your amp model (mine is Creative DTT3500). [ If you feel this is off-topic, than please email me privately. ] Best regards, José

[Alsa-user] Hardware compatibility: POLK audio

2002-01-18 Thread Carlos Fernando Scheidecker Antunes
Hello All, I've getting a new Notebook a HP ZT1170 and I would like to know if alsa supports POLK Audio 3D Thank you, Carlos Fernando. ___ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] Problems running Alsa with Red Hat 7.1

2001-09-23 Thread Carlos Fernando Scheidecker Antunes
sr/bin/amixer set CD 25 unmute /usr/bin/amixer set CD 50 unmute sleep 2 then, I've restarted the alsasound deamon and tried to play the sample but it did not work. Can anyone help me with it? Thanks, Carlos Fernando Scheidecker Antunes. ___ Alsa-u

[Alsa-user] Problems running Alsa with Red Hat 7.1

2001-09-19 Thread Carlos Fernando Scheidecker Antunes
sr/bin/amixer set CD 25 unmute /usr/bin/amixer set CD 50 unmute sleep 2 then, I've restarted the alsasound deamon and tried to play the sample but it did not work. Can anyone help me with it? Thanks, Carlos Fernando Scheidecker Antunes. ___ Alsa-u

[Alsa-user] Problems running Alsa with Red Hat 7.1

2001-09-17 Thread Carlos Fernando Scheidecker Antunes
te /usr/bin/amixer set CD 25 unmute /usr/bin/amixer set CD 50 unmute sleep 2 then, I've restarted the alsasound deamon and tried to play the sample but it did not work. Can anyone help me with it? Thanks, Carlos Fernando Scheidecker Antunes. ___