Code: Select all
pcm.!default {
type oss
device /dev/dsp6
}
ctl.!default {
type oss
device /dev/mixer2
}But, is it possible to add one more sound output and 2 sound inputs? Quick googling somehow didn't help.
Moderators: dev, hannu, cesium
Code: Select all
pcm.!default {
type oss
device /dev/dsp6
}
ctl.!default {
type oss
device /dev/mixer2
}Code: Select all
pcm.!default {
type oss
device /dev/dsp4
}
pcm.HD_Front {
type oss
device /dev/dsp4
}
pcm.HD_CenterLFE {
type oss
device /dev/dsp5
}
pcm.HD_Rear {
type oss
device /dev/dsp6
}
pcm.HD_Side {
type oss
device /dev/dsp7
}
pcm.HD_Rec1Src {
type oss
device /dev/dsp10
}
pcm.HD_Rec2Src {
type oss
device /dev/dsp11
}
pcm.HD_Rec3Src {
type oss
device /dev/dsp12
}
pcm.Audiophile {
type oss
device /dev/dsp0
}
pcm.Audiophile_In {
type oss
device /dev/dsp2
}
ctl.!default {
type oss
device /dev/mixer1
}
ctl.Audiophile {
type oss
device /dev/mixer0
}Code: Select all
arecord -r 48000 -c 2 -f S16_LE --device=pcm.HD_Rec1Src test.wavtl1 wrote:This also does NOT work:Code: Select all
arecord -r 48000 -c 2 -f S16_LE --device=pcm.HD_Rec1Src test.wav
Like Audacity, it "starts" recording but does not receive any sound data.
Any ideas, how to record sound from ALSA app?
cesium wrote:He's trying to use pcm-oss ALSA-plugin for compat... I don't think input works with it though. I should check why new portaudio (audacity uses portaudio) has issues with OSS4 - it used to work well.
tl1 wrote:But recording via Audacity would be handy, occasionally.
If you say it was fixed recently in Ubuntu, probably the next ASP will also have it - let's see.
Users browsing this forum: No registered users and 6 guests