Language:
None specified     Change language:
Pastebin: 64611
Author: Anonymous
Subject: Re: .asoundrc
Created: 2007-06-23 22:55:41
Download and save
Toggle line numbers
1# 6 channel dmix: 
2pcm.dmix6 { 
3    type dmix 
4       ipc_key 1024 
5       ipc_key_add_uid false 
6       ipc_perm 0660 
7       slave { 
8               pcm "hw:0,0" 
9               rate 48000 
10               channels 6 
11               period_time 0 
12               period_size 1024 
13               buffer_time 0 
14               buffer_size 5120 
15       } 
16    } 
17# upmixing: 
18pcm.ch51dup { 
19       type route 
20       slave.pcm dmix6 
21       slave.channels 6 
22       ttable.0.0 1 
23       ttable.1.1 1 
24       ttable.0.2 1 
25       ttable.1.3 1 
26       ttable.0.4 0.5 
27       ttable.1.4 0.5 
28       ttable.0.5 0.5 
29       ttable.1.5 0.5 
30  } 
31pcm.duplex { 
32    type asym 
33    playback.pcm "ch51dup" # upmix first 
34    capture.pcm "hw:0" 
35
36# change default device: 
37pcm.!default { 
38    type plug 
39    slave.pcm "duplex" 
40
41# for aoss 
42pcm.dsp "duplex" 
43pcm.dsp1 "duplex" 
44 
45# from http://www.nabble.com/noise-only-t3718152.html 
46defaults.pcm.dmix_max_periods -1 
Thread:
[28273] .asoundrc by Jiri Barton at 2007-05-12 14:04:46 (diff)
  [64611] Re: .asoundrc by Anonymous at 2007-06-23 22:55:41
Tip: Click the line numbers to toggle highliting on that line.

Paste followup:

Language:
Author:
Subject:


    Tabstop:     bigger biggest
Note: You can prefix a line with "@@@" to highlight it.