Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pipewire pipewire
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 608
    • Issues 608
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 23
    • Merge requests 23
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • PipeWirePipeWire
  • pipewirepipewire
  • Issues
  • #1486
Closed
Open
Issue created Aug 05, 2021 by Marc@mfauvain

null_sink.monitor channels error

I have a specific use case where I create a null sink with 2 channels (FL,FR) to be able to record one output on the FL channel and another output in the FR channel like so :

pactl load-module module-null-sink sink_name=record channels=2 channel_map=FL,FR
pactl load-module module-loopback source=FirstSource sink=record channel_map=FL,FL remix=no
pactl load-module module-loopback source=SecondSource sink=record channel_map=FR,FR remix=no

and then recording the record.monitor stream parec --format=s16le -d record.monitor | oggenc -b 192 -o "StereoRecording.ogg" --raw -

It used to work perfect with PA, with the only first source on the left channel and only the second source on the right channel. With PW both sources are on both channels. Can you have a look pls?

Assignee
Assign to
Time tracking