Ticket #187 (new defect)

Opened 1 year ago

Only silence recorded with pulseaudio on Fedora 8. Recording via alsa works well when PA is off.

Reported by: filmil Assigned to: lennart
Priority: normal Milestone:
Component: daemon Severity: normal
Keywords: Cc:

Description

Scenario 1:

$ killall -9 <pulseaudio PID> $ arecord -D hw:0 -f cd test.wav $ # (blah, blah, blah...) into the microphone $ aplay -D hw:0 test.wav $ # (blah, blah, blah...) heard on the speakers

Scenario 2: $ pulseaudio $ arecord -D hw:0 -f cd test.wav $ # (blah, blah, blah...) into the microphone $ aplay -D hw:0 test.wav $ # (silence) heard on the speakers