Recording of 22Khz WAV format fails

Bug #1653544 reported by moma
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Audio Recorder
Fix Released
Medium
moma

Bug Description

Audio-recorder has a pre-defined pipeline (command) for WAV 22050Hz recording. The pipeline does not work. See the error message.

Here is the actual pipeline taken from «Additional settings», «Recording pipeline», «Show Cmd» dialog.

$ gst-launch-1.0 -e pulsesrc device=alsa_output.pci-0000_00_1f.3.analog-stereo.monitor \
! queue \
! audioresample ! audioconvert \
! audio/x-raw,rate=22050,channels=2 ! wavenc name=enc \
! filesink location=test.wav

** (gst-launch-1.0:3594): CRITICAL **: gst_audio_reorder_channels: assertion 'size % ((info->width * channels) / 8) == 0' failed

** (gst-launch-1.0:3594): CRITICAL **: gst_audio_reorder_channels: assertion 'size % ((info->width * channels) / 8) == 0' failed

Revision history for this message
moma (osmoma) wrote :

Changed channels=1 on pipeline for WAV 22050hz.

{"CD Quality, MP2 Lossy 44KHz", "mp2", "", "audio/x-raw,rate=44100,channels=1 ! twolame name=enc mode=0 bitrate=192 ! id3mux"},

Users can modify this value in "Additional settings", "Recording commands" dialog.
Users can add new pipeline with different recording settings and file formats.

Changed in audio-recorder:
status: New → Fix Committed
status: Fix Committed → Fix Released
assignee: nobody → moma (osmoma)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.