https://github.com/seangenabe/stereo-mix-pulseaudio
https://github.com/seangenabe/stereo-mix-pulseaudio
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/seangenabe/stereo-mix-pulseaudio
- Owner: seangenabe
- Created: 2020-11-06T06:16:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-30T20:08:34.000Z (almost 5 years ago)
- Last Synced: 2025-03-26T06:32:30.352Z (7 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stereo Mix with PulseAudio
## Usage
```sh
stereo-mix.sh
stereo-mix.sh output.analog-stereo
```## How to set up
1. Run the command, passing your desired hardware output device sink. Multiple sinks can be passed. To check available sinks, run `pactl list short sinks`.
2. Set up your playback apps to output to "Apps output to Stereo Mix and output devices".
3. Set up your recording apps to input from "Stereo Mix".
4. To clean up, press Ctrl+C.