Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pcm.!default {
- type asym
- playback.pcm "dmixer"
- capture.pcm "mixin"
- }
- pcm.dmixer {
- type dmix
- ipc_key 1024
- slave {
- pcm "hw:0,0"
- period_time 0
- period_size 1024
- buffer_size 4096
- rate 44100
- }
- bindings {
- 0 0
- 1 1
- }
- }
- ctl.dmixer {
- type hw
- card 0
- }
- pcm.mixin {
- type dsnoop
- ipc_key 5978293 # must be unique for all dmix plugins!!!!
- ipc_key_add_uid yes
- slave {
- pcm "hw:0,0"
- channels 1
- period_size 1024
- buffer_size 4096
- rate 8000
- periods 0
- period_time 0
- }
- bindings {
- 0 0
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement