Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mehre Sounds gleichzeitig
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Holli
n00b
n00b


Joined: 04 Jul 2004
Posts: 33

PostPosted: Fri Mar 25, 2005 12:58 pm    Post subject: Mehre Sounds gleichzeitig Reply with quote

Hallo

Kann mir jemand sagen wie es mit ALSA möglich ist gleichzeitig mehre Sounds über PCM ausgeben zu lassen. (Sprich mp3 und ein video)

Ich habe hier schon im Forum gesucht. Bin aber leider auf keine Lösung gestoßen.

Auf den System befindet sich alsa mit oss emulation. (OSS emulation als modul)
Back to top
View user's profile Send private message
NightDragon
Veteran
Veteran


Joined: 21 Aug 2004
Posts: 1156
Location: Vienna (Austria)

PostPosted: Fri Mar 25, 2005 12:59 pm    Post subject: Reply with quote

je nachdem welche software du verwendest ist das mit dem esd möglich (enlightenment sound daemon).

ich habe mplayer und xmms darauf eingestellt das sie esound verwenden... funktioniert super.
_________________
You are the problem too all my solutions ;)
Back to top
View user's profile Send private message
pawlak
Tux's lil' helper
Tux's lil' helper


Joined: 20 Feb 2005
Posts: 139

PostPosted: Fri Mar 25, 2005 1:09 pm    Post subject: Reply with quote

ordentliche soundkarte kaufen :p

DMIX sollte dich im Forum auch weiterbringen
Back to top
View user's profile Send private message
subclasser
n00b
n00b


Joined: 11 Sep 2004
Posts: 43
Location: Ulm, Germany

PostPosted: Fri Mar 25, 2005 1:10 pm    Post subject: Reply with quote

Für ALSA bietet sich dmixer an: http://gentoo-wiki.com/HOWTO_ALSA_sound_mixer_aka_dmix
Back to top
View user's profile Send private message
NightDragon
Veteran
Veteran


Joined: 21 Aug 2004
Posts: 1156
Location: Vienna (Austria)

PostPosted: Fri Mar 25, 2005 1:11 pm    Post subject: Reply with quote

Hm @pawlak
und was macht man wenn man einen Notebook nutzt?
_________________
You are the problem too all my solutions ;)
Back to top
View user's profile Send private message
Fauli
l33t
l33t


Joined: 24 Apr 2004
Posts: 760
Location: Moers, Germany

PostPosted: Fri Mar 25, 2005 6:55 pm    Post subject: Reply with quote

Ich habe in den verschiedenen Multimedia-Programmen und im KDE-Kontrollzentrum als ALSA-Ausgabegerät hw:0,0 (VIA DXS) eingestellt. Damit können bis zu vier Programme gleichzeitig Sound abspielen. Mit den technischen Hintergründen habe ich mich allerdings noch nicht genauer befasst. :oops:

Die Audio-Hardware ist ein onboard VIA VT82xx AC97 Controller.
_________________
Do your part to beautify the web! Turn off link underlining!
Back to top
View user's profile Send private message
reptile
Guru
Guru


Joined: 19 Nov 2002
Posts: 363

PostPosted: Fri Mar 25, 2005 6:58 pm    Post subject: Reply with quote

für meine centrino-snd-intel8x0:
Code:
root@host# cat /etc/asound.conf
pcm.ossmix {
        type dmix
        ipc_key 1024          # must be unique!
        slave {
                pcm "hw:0,0"      # you cannot use a "plug" device here, darn.
                period_time 0
                period_size 1024  # must be power of 2
                buffer_size 8192  # dito. It
                #format "S32_LE"
                #periods 128      # dito.
                #rate 8000        # with rate 8000 you *will* hear,
                # if ossmix is used :)
        }
}

pcm.dsp0 {
        type plug
        slave.pcm "ossmix"
}

pcm.!default {
        type plug
        slave.pcm "ossmix"
}

ctl.mixer0 {
        type hw
        card 0
}


hth
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum