anthony55789
04-06-2005, 19:09
Come da titolo vorrei sapere come posso configurare come microfono quello della mia webcam io ho settato nel seguente modo:
*Nel file /home/anthony55789/.asoundrc
pcm.asymed {
type asym
playback.pcm "hw:0,0"
capture.pcm "hw:1,0"
}
pcm.!default {
type plug
slave.pcm "asymed"
}
*Poi quando faccio aplay -l mi da:
**** List of PLAYBACK Hardware Devices ****
card 0: CK8S [NVidia CK8S], device 0: Intel ICH [NVidia CK8S]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: CK8S [NVidia CK8S], device 2: Intel ICH - IEC958 [NVidia CK8S - IEC958]
Subdevices: 1/1
Subdevice #0: subdevice #0
*Quando faccio arecord -l mi da:
**** List of CAPTURE Hardware Devices ****
card 0: CK8S [NVidia CK8S], device 0: Intel ICH [NVidia CK8S]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: CK8S [NVidia CK8S], device 1: Intel ICH - MIC ADC [NVidia CK8S - MIC ADC]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: U0x4710x30c [USB Device 0x471:0x30c], device 0: USB Audio [USB Audio]
Subdevices: 0/1
Subdevice #0: subdevice #0
Come avrete capito la mia scheda audio settata di predefinito come playback hw:0,0 mi funziona correttamente tanto che ho fatto alcune prove con skype e funziona l'unica cosa che nn funziona è il microfono della webcam hw:1,0 se invece faccio in questo modo:
arecord -D plughw:1,0 RecTest.wav
e poi riprodurlo:
aplay -D plughw:0,0 RecTest.wav
Riesco a sentire il suono registrato della webcam invece se uso altre app. oltre a skype tipo krec mi da sempre lo stesso problema, quindi qualcuno mi puo dare una mano a risolvere il problema.
*Nel file /home/anthony55789/.asoundrc
pcm.asymed {
type asym
playback.pcm "hw:0,0"
capture.pcm "hw:1,0"
}
pcm.!default {
type plug
slave.pcm "asymed"
}
*Poi quando faccio aplay -l mi da:
**** List of PLAYBACK Hardware Devices ****
card 0: CK8S [NVidia CK8S], device 0: Intel ICH [NVidia CK8S]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: CK8S [NVidia CK8S], device 2: Intel ICH - IEC958 [NVidia CK8S - IEC958]
Subdevices: 1/1
Subdevice #0: subdevice #0
*Quando faccio arecord -l mi da:
**** List of CAPTURE Hardware Devices ****
card 0: CK8S [NVidia CK8S], device 0: Intel ICH [NVidia CK8S]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: CK8S [NVidia CK8S], device 1: Intel ICH - MIC ADC [NVidia CK8S - MIC ADC]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: U0x4710x30c [USB Device 0x471:0x30c], device 0: USB Audio [USB Audio]
Subdevices: 0/1
Subdevice #0: subdevice #0
Come avrete capito la mia scheda audio settata di predefinito come playback hw:0,0 mi funziona correttamente tanto che ho fatto alcune prove con skype e funziona l'unica cosa che nn funziona è il microfono della webcam hw:1,0 se invece faccio in questo modo:
arecord -D plughw:1,0 RecTest.wav
e poi riprodurlo:
aplay -D plughw:0,0 RecTest.wav
Riesco a sentire il suono registrato della webcam invece se uso altre app. oltre a skype tipo krec mi da sempre lo stesso problema, quindi qualcuno mi puo dare una mano a risolvere il problema.