|
From: Andrea S. <si...@op...> - 2008-07-17 13:57:45
|
many thanks Alex, I will try as soon as I can
and I'll let you know it it works...
(OT: every time I encounter a problem like this, with such
a solution, I wonder to myself if Linux will ever sort out
the mess it has in the audio area ;)
Andrea
atuc wrote:
> hallo andrea,
>
> i solved the problem on my mac book, maybe it works also on other intel
> cards?
>
>
> this is the config, it works here:
> 1. create a .asoundrc file in the home dir with this
> 2. select default as alsa device:
>
> best,
> alex
>
> pcm.dmixer {
> type dmix
> ipc_key 1024
> ipc_perm 0666 # Andere Benutzer können ebenfalls dmix
> gleichzeitig nutzen
> slave.pcm "snd_card"
> slave {
> pcm "hw:0,0"
> # buffer_size kann bei Problemen der jeweiligen Karte angepasst
> werden.
> period_time 0
> period_size 128
> buffer_size 4096
> # bei Störungen kann die Konvertierung auf die Rate 44100
> eingeschaltet werden.
> rate 44100
>
> }
> bindings {
> 0 0
> 1 1
> }
> }
>
> pcm.dsnooper {
> type dsnoop
> ipc_key 2048
> ipc_perm 0666
> slave.pcm "snd_card"
> slave
> {
> pcm "hw:0,0"
> period_time 0
> period_size 128
> buffer_size 4096
> # bei Störungen kann die Konvertierung auf die Rate 44100
> eingeschaltet werden.
> rate 44100
> }
> bindings {
> 0 0
> 1 1
> }
> }
>
> pcm.duplex {
> type asym
> playback.pcm "dmixer"
> capture.pcm "dsnooper"
> }
>
> pcm.!default {
> type plug
> slave.pcm "duplex"
> }
>
>
>
>
>
>
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Iaxclient-devel mailing list
> Iax...@li...
> https://lists.sourceforge.net/lists/listinfo/iaxclient-devel
>
|