Name: Anonymous 2015-04-18 2:18
Now when I listen to /jp/radio, it's like I'm really in Gensokyo! Anyone else have similar experiences with audio quality?
Also, fuck Lennart Poettering.
Also, fuck Lennart Poettering.
I listen to /jp/radio
# Change your .asoundrc to the following and customize for your hardware:
pcm.dmixed {
type asym
playback.pcm {
type dmix
ipc_key 5678293
ipc_perm 0660
ipc_gid audio
slave {
channels 2 # make 6 or 5.1 channel
pcm {
format S16_LE # can also be S24_3LE or S32_LE for 24-bit/32-bit mixing
rate 48000 # can also be 44100
type hw
card 0 # your output card
device 0 # your output card's device
subdevice 0 # your output card's subdevice
}
period_size 1024
buffer_size 8192
}
bindings {
0 0
1 1
# Uncomment below if using 6 channel
# 2 2
# 3 3
# 4 4
# 5 5
}
}
capture.pcm "hw:0"
}
pcm.!default {
type plug
slave.pcm "dmixed"
}
he still uses ALSA when superior OSS4 exists.