Sionnach's Digital Garden


Pulseaudio

Table of Contents

Tutorials / How-Tos

Make A Microphone Mono / Make A Virtual Input

Make A Virtual Input Source That Is Mono Using Both Channels Of An (Hardware) Input That Is Stereo

I have tested this and it works for me

  1. pacmd set-default-source 0
  1. pacmd load-module module-remap-source source_name=mono master={INSERT SOURCE NAME HERE} master_channel_map=front-left,front-right channel_map=mono,mono

Make A Virtual Input Source That Is Mono Using Only The Left or Right Channel Of An (Hardware) Input That Is Stereo

I have tested this and I couldn’t get it working for me

  1. pacmd set-default-source 0
  1. To map the left channel: pacmd load-module module-remap-source master={INSERT SOURCE NAME HERE} channels=1 master_channel_map=front-left channel_map=mono

Tags

#computing #FOSS #linux #CLI #audio #sound