public inbox for alsa-devel@alsa-project.org
 help / color / mirror / Atom feed
From: bugtrack@alsa-project.org
To: alsa-devel@alsa-project.org
Subject: [ALSA - liboss 0001228]: Skype Does not work with aoss
Date: Sat, 1 Apr 2006 10:55:39 +0200	[thread overview]
Message-ID: <76573fea2d9bcb2d68a61c5d648289be@bugtrack.alsa-project.org> (raw)


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1228> 
======================================================================
Reported By:                hil
Assigned To:                
======================================================================
Project:                    ALSA - liboss
Issue ID:                   1228
Category:                   
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             07-03-2005 09:09 CEST
Last Modified:              04-01-2006 10:55 CEST
======================================================================
Summary:                    Skype Does not work with aoss
Description: 
I downloaded alsa-oss-1.0.9rc2 and install by
# ./configure --with-aoss=yes && make && make install
as root. Virtually every program works except skype
(http://www.skype.com/) version 1.1.0.13_API. I downloaded the Fedora
version of skype from the skype official website. Skype only uses
/dev/dsp. I guess skype uses /dev/dsp as microphone input as well. I could
not hear anything and the microphone did not work as well if I run  skype
like aoss /usr/bin/skype. If I run skype without aoss, then skype works
just fine.
======================================================================
Relazioni           ID      Riassunto
----------------------------------------------------------------------
in relazione con    0001224 artsd-like style
======================================================================

----------------------------------------------------------------------
 Hetfield - 03-22-06 10:02 
----------------------------------------------------------------------
oki, but kiax still has the same problem and kiax is open, you may try to
fix that, hoping it's a similar bug

----------------------------------------------------------------------
 Hetfield - 04-01-06 10:55 
----------------------------------------------------------------------
ok i have now skype working with aoss and dmix. solution found somewhere in
the web, not only mine...

1) i have whole .11rc4
2) i have .asoundrc pasted below (yes i know i should use no more it)
3) start skype this way:

export ALSA_OSS_PCM_DEVICE="skype"
aoss /opt/skype/skype.bin --resources-path /opt/skype/

it works with dmix, i can listen mplayer and use skype audio

only a notice: whould be so nice if next alsa could implement such things
by default settings

cat .asoundrc
pcm.skype {
    type asym
    playback.pcm "skypeout"
    capture.pcm "skypein"
 }

 pcm.skypein {
    type route
    slave {
       pcm "skypedsnoop"
       format S16_LE
    }
    ttable {
       0 {0 0.5}
       1 {0 0.5}
    }
 }

 pcm.skypeout {
    type plug
    slave {
       pcm "dmix"
    }
 }

 pcm.skypedsnoop {
    type dsnoop
    ipc_key 1133
    slave {
       pcm "hw:0,0"
       period_size 256
       periods 16
       buffer_size 16384
    }
    bindings {
       0 0
    }
 }

Issue History
Date Modified  Username       Field                    Change              
======================================================================
07-03-05 09:09 hil            New Issue                                    
08-09-05 15:33 rapand         Note Added: 0005732                          
08-10-05 00:49 rlrevell       Relationship added       duplicate of 0001224
08-10-05 00:50 rlrevell       Note Added: 0005740                          
12-31-05 00:19 rlrevell       Note Added: 0007315                          
01-02-06 18:54 rlrevell       Relationship deleted     duplicate of 0001224
01-02-06 18:55 rlrevell       Relationship added       related to 0001224  
01-02-06 18:56 rlrevell       Note Added: 0007375                          
01-05-06 21:36 Hetfield       Note Added: 0007479                          
01-05-06 21:40 rlrevell       Note Added: 0007480                          
01-05-06 21:42 rlrevell       Note Added: 0007481                          
01-05-06 22:01 Hetfield       Note Added: 0007482                          
01-28-06 05:34 nono31         Note Added: 0007824                          
01-28-06 05:35 nono31         Issue Monitored: nono31                      
01-28-06 05:38 rlrevell       Note Added: 0007825                          
01-28-06 06:11 nono31         Note Added: 0007826                          
01-28-06 06:12 nono31         File Added: strace_aoss_kiax.bz2                  
 
01-28-06 06:13 nono31         Note Added: 0007827                          
03-22-06 00:28 rlrevell       Note Added: 0008761                          
03-22-06 10:02 Hetfield       Note Added: 0008849                          
04-01-06 10:55 Hetfield       Note Added: 0009054                          
======================================================================




-------------------------------------------------------
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 breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642

             reply	other threads:[~2006-04-01  8:55 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-01  8:55 bugtrack [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-07-12 16:02 [ALSA - liboss 0001228]: Skype Does not work with aoss bugtrack
2006-07-12 15:52 bugtrack
2006-06-09  1:28 bugtrack
2006-06-08 15:30 bugtrack
2006-06-08  2:01 bugtrack
2006-03-22  9:02 bugtrack
2006-03-21 23:29 bugtrack
2006-01-28  5:13 bugtrack
2006-01-28  5:11 bugtrack
2006-01-28  4:38 bugtrack
2006-01-28  4:34 bugtrack
2006-01-05 21:01 bugtrack
2006-01-05 20:42 bugtrack
2006-01-05 20:40 bugtrack
2006-01-05 20:36 bugtrack
2006-01-02 17:56 bugtrack
2006-01-02 17:55 bugtrack
2006-01-02 17:54 bugtrack
2005-12-30 23:19 bugtrack
2005-08-09 22:50 bugtrack
2005-08-09 22:49 bugtrack
2005-08-09 13:33 bugtrack
2005-07-03  7:09 bugtrack

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=76573fea2d9bcb2d68a61c5d648289be@bugtrack.alsa-project.org \
    --to=bugtrack@alsa-project.org \
    --cc=alsa-devel@alsa-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox