Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pcm.ossmix {
- type dmix
- ipc_key 1024
- slave {
- pcm "hw:0,0"
- period_time 0
- period_size 1024
- buffer_size 4096 # buffer size < 6653, but pow(x, 2)
- rate 44100 # we want to play CDs only
- format S32_LE # needed in alsa 1.0.10 for some reason
- }
- bindings {
- 0 0
- 1 1
- }
- }
- # Everything shall be dmixed, so redefine "default":
- pcm.!default {
- type plug
- slave.pcm "ossmix"
- }
- # OSS via aoss should d(mix)stroyed:
- pcm.dsp0 {
- type plug
- slave.pcm "ossmix"
- }
- ctl.mixer0 {
- type hw
- card 0
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement